Skip to content

Commit

Permalink
go unit tests from presubmits (#618)
Browse files Browse the repository at this point in the history
* Remove go unit tests from presubmits

* Minor fix
  • Loading branch information
johnugeorge authored and k8s-ci-robot committed May 31, 2019
1 parent 7a2ffe1 commit 8056907
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
1 change: 1 addition & 0 deletions test/scripts/v1alpha2/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ kubectl -n kubeflow get svc
echo "Katib pods"
kubectl -n kubeflow get pod

mkdir -p ${GO_DIR}
cp -r test ${GO_DIR}/test
cp -r pkg/api/v1alpha2/python/* ${GO_DIR}/test/e2e/v1alpha2
cd ${GO_DIR}/test/e2e/v1alpha2
Expand Down
50 changes: 0 additions & 50 deletions test/scripts/v1alpha2/unit-test.sh

This file was deleted.

7 changes: 0 additions & 7 deletions test/workflows/components/workflows-v1alpha2.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@
name: "build-suggestion-nasrl",
template: "build-suggestion-nasrl",
},
{
name: "unit-test",
template: "unit-test",
},
{
name: "build-manager",
template: "build-manager",
Expand Down Expand Up @@ -363,9 +359,6 @@
$.parts(namespace, name, overrides).e2e(prow_env, bucket).buildTemplate("build-ui", testWorkerImage, [
"test/scripts/v1alpha2/build-ui.sh",
]), // build-ui
$.parts(namespace, name, overrides).e2e(prow_env, bucket).buildTemplate("unit-test", testWorkerImage, [
"test/scripts/v1alpha2/unit-test.sh",
]), // unit test
], // templates
},
}, // e2e
Expand Down

0 comments on commit 8056907

Please sign in to comment.