Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 130 additions & 0 deletions prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions prow/config/jobs/istio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,42 @@ jobs:
- name: TEST_SELECT
value: "-postsubmit,-flaky,+multicluster"

# To test for https://github.com/istio/istio/issues/32985
# Runs on an isolated node pool with n2 instances
- name: integ-multicluster-k8s-tests-n2
types: [periodic]
node_selector:
testing: test-pool-n2
interval: 10m
command:
- entrypoint
- prow/integ-suite-kind.sh
- --topology
- MULTICLUSTER
- test.integration.multicluster.kube.presubmit
requirements: [kind]
env:
- name: TEST_SELECT
value: "-postsubmit,-flaky,+multicluster"

# To test for https://github.com/istio/istio/issues/32985
# Runs on an isolated node pool with e2 instances
- name: integ-multicluster-k8s-tests-e2
types: [periodic]
node_selector:
testing: test-pool-e2
interval: 10m
command:
- entrypoint
- prow/integ-suite-kind.sh
- --topology
- MULTICLUSTER
- test.integration.multicluster.kube.presubmit
requirements: [kind]
env:
- name: TEST_SELECT
value: "-postsubmit,-flaky,+multicluster"

- name: integ-distroless-k8s-tests
command: [entrypoint, prow/integ-suite-kind.sh, test.integration.kube.reachability]
requirements: [kind]
Expand Down