Skip to content

Commit

Permalink
Update periodic jobs to point to release-0.21 (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Oct 19, 2024
1 parent 18ba870 commit 0461a1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
################################################################################

periodics:
- name: eks-anywhere-attribution-periodic-release-0-20
- name: eks-anywhere-attribution-periodic-release-0-21
cron: "0 8 * * 1-5"
cluster: "prow-postsubmits-cluster"
error_on_eviction: true
Expand All @@ -32,7 +32,7 @@ periodics:
extra_refs:
- org: aws
repo: eks-anywhere-build-tooling
base_ref: release-0.20
base_ref: release-0.21
labels:
image-build: "true"
disk-usage: "true"
Expand All @@ -55,7 +55,7 @@ periodics:
make update-attribution-files
env:
- name: PULL_BASE_REF
value: "release-0.20"
value: "release-0.21"
- name: ADDITIONAL_IMAGE_CACHE_REPOS
value: "857151390494.dkr.ecr.us-west-2.amazonaws.com"
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jobName: eks-anywhere-attribution-periodic-release-0-20
jobName: eks-anywhere-attribution-periodic-release-0-21
cronExpression: 0 8 * * 1-5
timeout: 4h
commands:
Expand All @@ -7,11 +7,11 @@ imageBuild: true
architecture: AMD64
envVars:
- name: PULL_BASE_REF
value: release-0.20
value: release-0.21
extraRefs:
- org: aws
repo: eks-anywhere-build-tooling
baseRef: release-0.20
baseRef: release-0.21
resources:
requests:
cpu: 5
Expand Down

0 comments on commit 0461a1c

Please sign in to comment.