Skip to content

Commit

Permalink
Onboard new operator ibm-namespace-scope-operator (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xin Li authored Oct 30, 2020
1 parent 51d8881 commit eef1c3f
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eef1c3f

Please sign in to comment.