Skip to content

Commit

Permalink
Remove jobs that have been broken for 3+ months (#3943)
Browse files Browse the repository at this point in the history
* Remove jobs that have been broken for 3+ months

Tracked in #3778 to get these
back up

* testgrid
  • Loading branch information
howardjohn authored Mar 21, 2022
1 parent 8c12dd7 commit 85d26de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 149 deletions.
148 changes: 0 additions & 148 deletions prow/cluster/jobs/all-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ dashboards:
- name: istio_release-1.7_release-builder_postsubmit
- name: istio_release-builder_postsubmit
- name: istio_release-builder
- name: istio_release-pipeline
- name: istio_test-infra
- name: istio_test-infra_postsubmit
- name: istio_test-infra_periodic
Expand Down

0 comments on commit 85d26de

Please sign in to comment.