From 66534e0a2d56f6f74f9a2d6139370d90c4cb303d Mon Sep 17 00:00:00 2001 From: Henry Li Date: Mon, 21 Jun 2021 15:45:25 -0400 Subject: [PATCH] added new branches for ibm-platform-api-operator builds - release-cd - release-efix - release-eus removed release-3.8 branch from builds --- .../IBM.ibm-platform-api-operator.master.yaml | 14 ++++++++++++++ ...IBM.ibm-platform-api-operator.release-eus.yaml} | 14 +++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) rename prow/cluster/jobs/IBM/ibm-platform-api-operator/{IBM.ibm-platform-api-operator.release-3.8.yaml => IBM.ibm-platform-api-operator.release-eus.yaml} (95%) diff --git a/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.master.yaml b/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.master.yaml index 78fc8cbd1ff6..37f10b0fcfbe 100644 --- a/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.master.yaml +++ b/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.master.yaml @@ -3,6 +3,8 @@ presubmits: - name: build_ibm-platform-api-operator branches: - ^master$ + - ^release-cd$ + - ^release-efix$ labels: preset-service-account: "true" decorate: true @@ -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 @@ -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 @@ -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: @@ -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: @@ -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 @@ -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: diff --git a/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.release-3.8.yaml b/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.release-eus.yaml similarity index 95% rename from prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.release-3.8.yaml rename to prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.release-eus.yaml index c1d02b9f9ee2..a91bcaf5cfcf 100644 --- a/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.release-3.8.yaml +++ b/prow/cluster/jobs/IBM/ibm-platform-api-operator/IBM.ibm-platform-api-operator.release-eus.yaml @@ -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 @@ -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 @@ -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 @@ -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: @@ -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: @@ -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 @@ -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: