Skip to content

Commit

Permalink
added new branches for ibm-platform-api-operator builds (#355)
Browse files Browse the repository at this point in the history
- release-cd
- release-efix
- release-eus

removed release-3.8 branch from builds
  • Loading branch information
bitscuit authored Jun 21, 2021
1 parent d698e5a commit 230c370
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ presubmits:
- name: build_ibm-platform-api-operator
branches:
- ^master$
- ^release-cd$
- ^release-efix$
labels:
preset-service-account: "true"
decorate: true
Expand All @@ -23,6 +25,8 @@ presubmits:
- name: check_ibm-platform-api-operator
branches:
- ^master$
- ^release-cd$
- ^release-efix$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-platform-api-operator
Expand All @@ -40,6 +44,8 @@ presubmits:
- name: test_ibm-platform-api-operator
branches:
- ^master$
- ^release-cd$
- ^release-efix$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-platform-api-operator
Expand All @@ -61,6 +67,8 @@ postsubmits:
- name: check_ibm-platform-api-operator_postsubmit
branches:
- ^master$
- ^release-cd$
- ^release-efix$
decorate: true
path_alias: github.com/IBM/ibm-platform-api-operator
spec:
Expand All @@ -75,6 +83,8 @@ postsubmits:
- name: test_ibm-platform-api-operator_postsubmit
branches:
- ^master$
- ^release-cd$
- ^release-efix$
decorate: true
path_alias: github.com/IBM/ibm-platform-api-operator
spec:
Expand All @@ -90,6 +100,8 @@ postsubmits:
- name: build_ibm-platform-api-operator_postsubmit
branches:
- ^master$
- ^release-cd$
- ^release-efix$
labels:
preset-service-account: "true"
decorate: true
Expand All @@ -107,6 +119,8 @@ postsubmits:
- name: images_ibm-platform-api-operator_postsubmit
branches:
- ^master$
- ^release-cd$
- ^release-efix$
decorate: true
path_alias: github.com/IBM/ibm-platform-api-operator
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ presubmits:
IBM/ibm-platform-api-operator:
- name: build_ibm-platform-api-operator
branches:
- ^release-3.8$
- ^release-eus$
labels:
preset-service-account: "true"
decorate: true
Expand All @@ -22,7 +22,7 @@ presubmits:
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
- name: check_ibm-platform-api-operator
branches:
- ^release-3.8$
- ^release-eus$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-platform-api-operator
Expand All @@ -39,7 +39,7 @@ presubmits:
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
- name: test_ibm-platform-api-operator
branches:
- ^release-3.8$
- ^release-eus$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-platform-api-operator
Expand All @@ -60,7 +60,7 @@ postsubmits:
IBM/ibm-platform-api-operator:
- name: check_ibm-platform-api-operator_postsubmit
branches:
- ^release-3.8$
- ^release-eus$
decorate: true
path_alias: github.com/IBM/ibm-platform-api-operator
spec:
Expand All @@ -74,7 +74,7 @@ postsubmits:
privileged: true
- name: test_ibm-platform-api-operator_postsubmit
branches:
- ^release-3.8$
- ^release-eus$
decorate: true
path_alias: github.com/IBM/ibm-platform-api-operator
spec:
Expand All @@ -89,7 +89,7 @@ postsubmits:
privileged: true
- name: build_ibm-platform-api-operator_postsubmit
branches:
- ^release-3.8$
- ^release-eus$
labels:
preset-service-account: "true"
decorate: true
Expand All @@ -106,7 +106,7 @@ postsubmits:
privileged: true
- name: images_ibm-platform-api-operator_postsubmit
branches:
- ^release-3.8$
- ^release-eus$
decorate: true
path_alias: github.com/IBM/ibm-platform-api-operator
labels:
Expand Down

0 comments on commit 230c370

Please sign in to comment.