Skip to content

Commit

Permalink
Changing the dir for the ci tests of KMMO.
Browse files Browse the repository at this point in the history
scripts/test-infra --> ci/prow

Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
  • Loading branch information
ybettan committed Aug 3, 2022
1 parent 0638948 commit 070e831
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ presubmits:
containers:
- image: golang:1.17
command:
- scripts/test-infra/verify.sh
- ci/prow/verify.sh
- name: pull-special-resource-operator-kube-lint
always_run: true
decorate: true
Expand All @@ -23,7 +23,7 @@ presubmits:
containers:
- image: golang:1.17
command:
- scripts/test-infra/kube_lint.sh
- ci/prow/kube_lint.sh
- name: pull-special-resource-operator-helm-lint
always_run: true
decorate: true
Expand All @@ -35,7 +35,7 @@ presubmits:
containers:
- image: golang:1.17
command:
- scripts/test-infra/helm_lint.sh
- ci/prow/helm_lint.sh
- name: pull-special-resource-operator-lint
always_run: true
decorate: true
Expand All @@ -47,7 +47,7 @@ presubmits:
containers:
- image: golang:1.17
command:
- scripts/test-infra/lint.sh
- ci/prow/lint.sh
- name: pull-special-resource-operator-unit-tests
always_run: true
decorate: true
Expand All @@ -59,7 +59,7 @@ presubmits:
containers:
- image: golang:1.17
command:
- scripts/test-infra/unit_tests.sh
- ci/prow/unit_tests.sh
- name: pull-special-resource-operator-e2e-k8s
always_run: true
decorate: true
Expand All @@ -71,4 +71,4 @@ presubmits:
containers:
- image: golang:1.17
command:
- scripts/test-infra/e2e_k8s.sh
- ci/prow/e2e_k8s.sh

0 comments on commit 070e831

Please sign in to comment.