From 41066ec31400eb890cf49a154755aa09c3a0bf55 Mon Sep 17 00:00:00 2001 From: SzymonKowalczyk Date: Tue, 24 Nov 2020 16:44:47 +0100 Subject: [PATCH] create release 4.0 branch for licensing operator (#266) * create release 4.0 branch for licensing operator * create release 4.0 branch for licensing operator - corrections --- ...BM.ibm-licensing-operator.release-4.0.yaml | 276 ++++++++++++++++++ 1 file changed, 276 insertions(+) create mode 100644 prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.release-4.0.yaml diff --git a/prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.release-4.0.yaml b/prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.release-4.0.yaml new file mode 100644 index 000000000000..68b7a932e2f3 --- /dev/null +++ b/prow/cluster/jobs/IBM/ibm-licensing-operator/IBM.ibm-licensing-operator.release-4.0.yaml @@ -0,0 +1,276 @@ +presubmits: + IBM/ibm-licensing-operator: + - name: check_ibm-licensing-operator + cluster: default + branches: + - ^release-4.0$ + decorate: true + always_run: true + path_alias: github.com/IBM/ibm-licensing-operator + rerun_command: /test check ibm-licensing-operator + spec: + containers: + - command: + - make + - check + image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$' + - name: test_ibm-licensing-operator-amd64 + cluster: default + branches: + - ^release-4.0$ + decorate: true + always_run: true + path_alias: github.com/IBM/ibm-licensing-operator + rerun_command: /test test ibm-licensing-operator-amd64 + spec: + containers: + - command: + - entrypoint + - make + - test + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$' + - name: test_ibm-licensing-operator-ppc64le + cluster: ppc64le + branches: + - ^release-4.0$ + decorate: true + always_run: true + path_alias: github.com/IBM/ibm-licensing-operator + rerun_command: /test test ibm-licensing-operator-ppc64le + spec: + containers: + - command: + - entrypoint + - make + - test + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$' + - name: test_ibm-licensing-operator-s390x + cluster: s390x + branches: + - ^release-4.0$ + decorate: true + always_run: true + path_alias: github.com/IBM/ibm-licensing-operator + rerun_command: /test test ibm-licensing-operator-s390x + spec: + containers: + - command: + - entrypoint + - make + - test + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$' + - name: build_ibm-licensing-operator-amd64 + cluster: default + branches: + - ^release-4.0$ + decorate: true + always_run: true + path_alias: github.com/IBM/ibm-licensing-operator + rerun_command: /test build ibm-licensing-operator-amd64 + spec: + containers: + - command: + - entrypoint + - make + - build + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$' + - name: build_ibm-licensing-operator-ppc64le + cluster: ppc64le + branches: + - ^release-4.0$ + decorate: true + always_run: true + path_alias: github.com/IBM/ibm-licensing-operator + rerun_command: /test build ibm-licensing-operator-ppc64le + spec: + containers: + - command: + - entrypoint + - make + - build + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$' + - name: build_ibm-licensing-operator-s390x + cluster: s390x + branches: + - ^release-4.0$ + decorate: true + always_run: true + path_alias: github.com/IBM/ibm-licensing-operator + rerun_command: /test build ibm-licensing-operator-s390x + spec: + containers: + - command: + - entrypoint + - make + - build + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$' +postsubmits: + IBM/ibm-licensing-operator: + - name: coverage-ibm-licensing-operator-postsubmit + branches: + - ^release-4.0$ + decorate: true + path_alias: github.com/IBM/ibm-licensing-operator + spec: + containers: + - command: + - make + - coverage + image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05 + name: "" + env: + - name: CODECOV_TOKEN + valueFrom: + secretKeyRef: + name: ibm-licensing-operator-codecov-token + key: codecov-token + securityContext: + privileged: true + - name: build-ibm-licensing-operator-amd64-postsubmit + cluster: default + branches: + - ^release-4.0$ + decorate: true + path_alias: github.com/IBM/ibm-licensing-operator + spec: + containers: + - command: + - entrypoint + - make + - build + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: build-ibm-licensing-operator-ppc64le-postsubmit + cluster: ppc64le + branches: + - ^release-4.0$ + decorate: true + path_alias: github.com/IBM/ibm-licensing-operator + spec: + containers: + - command: + - entrypoint + - make + - build + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: build-ibm-licensing-operator-s390x-postsubmit + cluster: s390x + branches: + - ^release-4.0$ + decorate: true + path_alias: github.com/IBM/ibm-licensing-operator + spec: + containers: + - command: + - entrypoint + - make + - build + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: image-ibm-licensing-operator-amd64-postsubmit + cluster: default + branches: + - ^release-4.0$ + decorate: true + path_alias: github.com/IBM/ibm-licensing-operator + labels: + preset-service-account: "true" + spec: + containers: + - command: + - entrypoint + - make + - build-push-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: image-ibm-licensing-operator-ppc64le-postsubmit + cluster: ppc64le + branches: + - ^release-4.0$ + decorate: true + path_alias: github.com/IBM/ibm-licensing-operator + labels: + preset-service-account: "true" + spec: + containers: + - command: + - entrypoint + - make + - build-push-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: image-ibm-licensing-operator-s390x-postsubmit + cluster: s390x + branches: + - ^release-4.0$ + decorate: true + path_alias: github.com/IBM/ibm-licensing-operator + labels: + preset-service-account: "true" + spec: + containers: + - command: + - entrypoint + - make + - build-push-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: multiarch-image-ibm-licensing-postsubmit + cluster: default + branches: + - ^release-4.0$ + decorate: true + labels: + preset-service-account: "true" + path_alias: github.com/IBM/ibm-licensing-operator + spec: + containers: + - command: + - entrypoint + - make + - multiarch-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true