Skip to content
Merged
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
16 changes: 8 additions & 8 deletions prow/cluster/jobs/all-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@ periodics:
testing: test-pool

- cron: "0 4 * * *" # starts every day at 04:00AM UTC
name: daily-fortio-performance-benchmark-release-1.9
branches: release-1.9
name: daily-fortio-performance-benchmark-release-1.10
branches: release-1.10
decorate: true
timeout: 24h
decoration_config:
timeout: 24h0m0s
extra_refs:
- org: istio
repo: tools
base_ref: release-1.9
base_ref: release-1.10
path_alias: istio.io/tools
annotations:
testgrid-dashboards: istio_release-pipeline
Expand All @@ -117,7 +117,7 @@ periodics:
- <<: *istio_container_with_kind
env:
- name: GIT_BRANCH
value: release-1.9
value: release-1.10
- name: LOAD_GEN_TYPE
value: fortio
command:
Expand Down Expand Up @@ -171,16 +171,16 @@ periodics:
testing: test-pool

- cron: "0 0 * * *" # starts every day at 00:00PM UTC
name: daily-nighthawk-performance-benchmark-release-1.9
branches: release-1.9
name: daily-nighthawk-performance-benchmark-release-1.10
branches: release-1.10
decorate: true
timeout: 24h
decoration_config:
timeout: 24h0m0s
extra_refs:
- org: istio
repo: tools
base_ref: release-1.9
base_ref: release-1.10
path_alias: istio.io/tools
annotations:
testgrid-dashboards: istio_release-pipeline
Expand All @@ -193,7 +193,7 @@ periodics:
- <<: *istio_container_with_kind
env:
- name: GIT_BRANCH
value: release-1.9
value: release-1.10
- name: LOAD_GEN_TYPE
value: nighthawk
command:
Expand Down