-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove jobs that have been broken for 3+ months (#3943)
* Remove jobs that have been broken for 3+ months Tracked in #3778 to get these back up * testgrid
- Loading branch information
1 parent
8c12dd7
commit 85d26de
Showing
2 changed files
with
0 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,151 +28,3 @@ periodics: | |
- https://gcsweb.istio.io/gcs/istio-release/ | ||
nodeSelector: | ||
testing: test-pool | ||
|
||
- cron: "0 8 * * *" # starts every day at 08:00AM UTC | ||
name: daily-fortio-performance-benchmark | ||
branches: master | ||
decorate: true | ||
timeout: 24h | ||
decoration_config: | ||
timeout: 24h0m0s | ||
extra_refs: | ||
- org: istio | ||
repo: tools | ||
base_ref: master | ||
path_alias: istio.io/tools | ||
annotations: | ||
testgrid-dashboards: istio_release-pipeline | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: '1' | ||
spec: | ||
containers: | ||
- <<: *istio_container_with_kind | ||
env: | ||
- name: GIT_BRANCH | ||
value: master | ||
- name: LOAD_GEN_TYPE | ||
value: fortio | ||
command: | ||
- entrypoint | ||
- perf/benchmark/run_benchmark_job.sh | ||
volumeMounts: | ||
- mountPath: /var/lib/docker | ||
name: docker-root | ||
serviceAccountName: prowjob-advanced-sa | ||
volumes: | ||
- emptyDir: {} | ||
name: docker-root | ||
nodeSelector: | ||
testing: test-pool | ||
|
||
- cron: "0 4 * * *" # starts every day at 04:00AM UTC | ||
name: daily-fortio-performance-benchmark-release-1.13 | ||
branches: release-1.13 | ||
decorate: true | ||
timeout: 24h | ||
decoration_config: | ||
timeout: 24h0m0s | ||
extra_refs: | ||
- org: istio | ||
repo: tools | ||
base_ref: release-1.13 | ||
path_alias: istio.io/tools | ||
annotations: | ||
testgrid-dashboards: istio_release-pipeline | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: '1' | ||
spec: | ||
containers: | ||
- <<: *istio_container_with_kind | ||
env: | ||
- name: GIT_BRANCH | ||
value: release-1.13 | ||
- name: LOAD_GEN_TYPE | ||
value: fortio | ||
command: | ||
- entrypoint | ||
- perf/benchmark/run_benchmark_job.sh | ||
volumeMounts: | ||
- mountPath: /var/lib/docker | ||
name: docker-root | ||
serviceAccountName: prowjob-advanced-sa | ||
volumes: | ||
- emptyDir: {} | ||
name: docker-root | ||
nodeSelector: | ||
testing: test-pool | ||
|
||
- cron: "0 12 * * *" # starts every day at 12:00AM UTC | ||
name: daily-nighthawk-performance-benchmark | ||
branches: master | ||
decorate: true | ||
timeout: 24h | ||
decoration_config: | ||
timeout: 24h0m0s | ||
extra_refs: | ||
- org: istio | ||
repo: tools | ||
base_ref: master | ||
path_alias: istio.io/tools | ||
annotations: | ||
testgrid-dashboards: istio_release-pipeline | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: '1' | ||
spec: | ||
containers: | ||
- <<: *istio_container_with_kind | ||
env: | ||
- name: GIT_BRANCH | ||
value: master | ||
- name: LOAD_GEN_TYPE | ||
value: nighthawk | ||
command: | ||
- entrypoint | ||
- perf/benchmark/run_benchmark_job.sh | ||
volumeMounts: | ||
- mountPath: /var/lib/docker | ||
name: docker-root | ||
serviceAccountName: prowjob-advanced-sa | ||
volumes: | ||
- emptyDir: {} | ||
name: docker-root | ||
nodeSelector: | ||
testing: test-pool | ||
|
||
- cron: "0 0 * * *" # starts every day at 00:00PM UTC | ||
name: daily-nighthawk-performance-benchmark-release-1.13 | ||
branches: release-1.13 | ||
decorate: true | ||
timeout: 24h | ||
decoration_config: | ||
timeout: 24h0m0s | ||
extra_refs: | ||
- org: istio | ||
repo: tools | ||
base_ref: release-1.13 | ||
path_alias: istio.io/tools | ||
annotations: | ||
testgrid-dashboards: istio_release-pipeline | ||
testgrid-alert-email: [email protected] | ||
testgrid-num-failures-to-alert: '1' | ||
spec: | ||
containers: | ||
- <<: *istio_container_with_kind | ||
env: | ||
- name: GIT_BRANCH | ||
value: release-1.13 | ||
- name: LOAD_GEN_TYPE | ||
value: nighthawk | ||
command: | ||
- entrypoint | ||
- perf/benchmark/run_benchmark_job.sh | ||
volumeMounts: | ||
- mountPath: /var/lib/docker | ||
name: docker-root | ||
serviceAccountName: prowjob-advanced-sa | ||
volumes: | ||
- emptyDir: {} | ||
name: docker-root | ||
nodeSelector: | ||
testing: test-pool |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters