Skip to content

Commit

Permalink
Fix istio no-mesh build command (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored May 30, 2024
1 parent ef8815d commit ccbb38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prow/jobs/generated/knative/serving-main.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ periodics:
- args:
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --istio-version latest --mesh
- ./test/e2e-tests.sh --istio-version latest --no-mesh
- --run-test
- ./test/e2e-external-domain-tls-tests.sh --istio-version latest --mesh
- ./test/e2e-external-domain-tls-tests.sh --istio-version latest --no-mesh
command:
- runner.sh
env:
Expand Down
4 changes: 2 additions & 2 deletions prow/jobs_config/knative/serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jobs:
args:
- ./test/presubmit-tests.sh
- --run-test
- ./test/e2e-tests.sh --istio-version latest --mesh
- ./test/e2e-tests.sh --istio-version latest --no-mesh
- --run-test
- ./test/e2e-external-domain-tls-tests.sh --istio-version latest --mesh
- ./test/e2e-external-domain-tls-tests.sh --istio-version latest --no-mesh

- name: kourier-stable
types: [periodic]
Expand Down

0 comments on commit ccbb38b

Please sign in to comment.