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
66 changes: 66 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.

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

# To test for https://github.com/istio/istio/issues/32985
# and give a stable job to analyze performance against, that is running at all times
# Once solved, we should remove this. Periodic jobs may be useful in general, but we should probably
# refine it a bit (ie not so often, and not just one random test).
- name: integ-multicluster-k8s-tests
types: [periodic]
interval: 10m
command:
- entrypoint
- prow/integ-suite-kind.sh
- --topology
- MULTICLUSTER
- test.integration.multicluster.kube.presubmit
requirements: [kind]
resources: multicluster
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
1 change: 1 addition & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dashboards:
- name: istio_istio.io_postsubmit
- name: istio_istio.io_periodic
- name: istio_istio_postsubmit
- name: istio_istio_periodic
- name: istio_pkg
- name: istio_pkg_postsubmit
- name: istio_proxy
Expand Down