diff --git a/prow/cluster/jobs/IBM/ibm-namespace-scope-operator/IBM.ibm-namespace-scope-operator.master.yaml b/prow/cluster/jobs/IBM/ibm-namespace-scope-operator/IBM.ibm-namespace-scope-operator.master.yaml new file mode 100644 index 000000000000..af43985325a6 --- /dev/null +++ b/prow/cluster/jobs/IBM/ibm-namespace-scope-operator/IBM.ibm-namespace-scope-operator.master.yaml @@ -0,0 +1,151 @@ +presubmits: + IBM/ibm-namespace-scope-operator: + - name: check-ibm-namespace-scope-operator + cluster: default + always_run: true + branches: + - ^master$ + decorate: true + path_alias: github.com/IBM/ibm-namespace-scope-operator + rerun_command: /test check-ibm-namespace-scope-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-namespace-scope-operator-amd64 + cluster: default + always_run: true + branches: + - ^master$ + decorate: true + path_alias: github.com/IBM/ibm-namespace-scope-operator + rerun_command: /test test-ibm-namespace-scope-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-namespace-scope-operator-ppc64le + cluster: ppc64le + always_run: true + branches: + - ^master$ + decorate: true + path_alias: github.com/IBM/ibm-namespace-scope-operator + rerun_command: /test test-ibm-namespace-scope-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-namespace-scope-operator-s390x + cluster: s390x + always_run: true + branches: + - ^master$ + decorate: true + path_alias: github.com/IBM/ibm-namespace-scope-operator + rerun_command: /test test-ibm-namespace-scope-operator-s390x + spec: + containers: + - command: + - entrypoint + - make + - test + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$' +postsubmits: + IBM/ibm-namespace-scope-operator: + - name: image-ibm-namespace-scope-operator-amd64-postsubmit + cluster: default + branches: + - ^master$ + decorate: true + labels: + preset-service-account: "true" + path_alias: github.com/IBM/ibm-namespace-scope-operator + spec: + containers: + - command: + - entrypoint + - make + - build-push-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: image-ibm-namespace-scope-operator-ppc64le-postsubmit + cluster: ppc64le + branches: + - ^master$ + decorate: true + labels: + preset-service-account: "true" + path_alias: github.com/IBM/ibm-namespace-scope-operator + spec: + containers: + - command: + - entrypoint + - make + - build-push-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: image-ibm-namespace-scope-operator-s390x-postsubmit + cluster: s390x + branches: + - ^master$ + decorate: true + labels: + preset-service-account: "true" + path_alias: github.com/IBM/ibm-namespace-scope-operator + spec: + containers: + - command: + - entrypoint + - make + - build-push-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true + - name: multiarch-image-ibm-namespace-scope-operator-postsubmit + cluster: default + branches: + - ^master$ + decorate: true + labels: + preset-service-account: "true" + path_alias: github.com/IBM/ibm-namespace-scope-operator + spec: + containers: + - command: + - entrypoint + - make + - multiarch-image + image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 + name: "" + securityContext: + privileged: true diff --git a/prow/config.yaml b/prow/config.yaml index fa5ef976631d..dafce1b08168 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -31,6 +31,7 @@ tide: IBM/ibm-cert-manager-operator: squash IBM/ibm-commonui-operator: squash IBM/ibm-common-service-operator: squash + IBM/ibm-namespace-scope-operator: squash IBM/ibm-common-service-webhook: squash IBM/ibm-elastic-stack-operator: squash IBM/ibm-grafana-ocpthanos-proxy: squash @@ -91,6 +92,7 @@ tide: - IBM/ibm-cert-manager-operator - IBM/ibm-commonui-operator - IBM/ibm-common-service-operator + - IBM/ibm-namespace-scope-operator - IBM/ibm-common-service-webhook - IBM/ibm-elastic-stack-operator - IBM/ibm-grafana-ocpthanos-proxy