Skip to content

Commit

Permalink
As part of the efforts to use release tool (#3399)
Browse files Browse the repository at this point in the history
We need to tigger some of the postsubmmit jobs
when a new tag is created instead of checking
for branch changes.

Signed-off-by: bmordeha <bmordeha@redhat.com>
  • Loading branch information
Barakmor1 committed May 7, 2024
1 parent 31f6262 commit 2880f1d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ postsubmits:
kubevirt/application-aware-quota:
- name: push-release-aaq-images
branches:
- release-v\d+\.\d+
# regex for semver from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
- ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
cluster: kubevirt-prow-control-plane
always_run: true
optional: false
Expand Down Expand Up @@ -74,7 +75,8 @@ postsubmits:
memory: "8Gi"
- name: push-aaq-tag
branches:
- release-v\d+\.\d+
# regex for semver from https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
- ^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
cluster: kubevirt-prow-control-plane
always_run: true
optional: false
Expand Down

0 comments on commit 2880f1d

Please sign in to comment.