Skip to content

Commit

Permalink
Remove the lint tests because they are using python2 (#728)
Browse files Browse the repository at this point in the history
* Lint is failing because we are still runing python2 for lint

* kubeflow/testing#560 is related to building an updated image with python3.8
  compatible version of lint so we can support f style strings.

* However, the unittests for kubeflow examples are still written in
  ksonnet. Its not worth trying to update that so we just
  remove that test for now. The test was just running lint

* We should really see about using Tekton to write the workflows

  see kubeflow/testing#425
  • Loading branch information
jlewi authored Feb 12, 2020
1 parent a467af7 commit e91e9c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 274 deletions.
8 changes: 0 additions & 8 deletions prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
python_paths:
- kubeflow/examples/py
workflows:
- app_dir: kubeflow/examples/test/workflows
component: workflows
name: unittests
job_types:
- presubmit
- postsubmit
- periodic

# E2E test for code_search example
- app_dir: kubeflow/examples/test/workflows
component: code_search
Expand Down
14 changes: 0 additions & 14 deletions test/workflows/components/workflows.jsonnet

This file was deleted.

252 changes: 0 additions & 252 deletions test/workflows/components/workflows.libsonnet

This file was deleted.

0 comments on commit e91e9c0

Please sign in to comment.