Skip to content

Commit

Permalink
shorten job names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Solecki authored and Jakub Solecki committed May 19, 2022
1 parent a8fb479 commit 904203b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
postsubmits:
IBM/ibm-licensing-operator:
- name: build-push-image-ibm-licensing-operator-development-amd64-postsubmit
- name: build-push-image-ibm-licensing-operator-development-amd64
cluster: default
skip_branches:
- ^master$
Expand All @@ -23,7 +23,7 @@ postsubmits:
name: ""
securityContext:
privileged: true
- name: build-push-image-ibm-licensing-operator-development-ppc64le-postsubmit
- name: build-push-image-ibm-licensing-operator-development-ppc64le
cluster: ppc64le
skip_branches:
- ^master$
Expand All @@ -46,7 +46,7 @@ postsubmits:
name: ""
securityContext:
privileged: true
- name: build-push-image-ibm-licensing-operator-development-s390x-postsubmit
- name: build-push-image-ibm-licensing-operator-development-s390x
cluster: s390x
skip_branches:
- ^master$
Expand All @@ -69,7 +69,7 @@ postsubmits:
name: ""
securityContext:
privileged: true
- name: multiarch-image-ibm-licensing-development-postsubmit
- name: multiarch-image-ibm-licensing-development
cluster: default
skip_branches:
- ^master$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ presubmits:

postsubmits:
IBM/ibm-licensing-operator:
- name: build-push-image-ibm-licensing-operator-amd64-postsubmit
- name: build-push-image-ibm-licensing-operator-amd64
cluster: default
branches:
- ^master$
Expand All @@ -93,7 +93,7 @@ postsubmits:
name: ""
securityContext:
privileged: true
- name: build-push-image-ibm-licensing-operator-ppc64le-postsubmit
- name: build-push-image-ibm-licensing-operator-ppc64le
cluster: ppc64le
branches:
- ^master$
Expand All @@ -114,7 +114,7 @@ postsubmits:
name: ""
securityContext:
privileged: true
- name: build-push-image-ibm-licensing-operator-s390x-postsubmit
- name: build-push-image-ibm-licensing-operator-s390x
cluster: s390x
branches:
- ^master$
Expand All @@ -135,7 +135,7 @@ postsubmits:
name: ""
securityContext:
privileged: true
- name: multiarch-image-ibm-licensing-postsubmit
- name: multiarch-image-ibm-licensing
cluster: default
branches:
- ^master$
Expand Down

0 comments on commit 904203b

Please sign in to comment.