-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Onboard new operator ibm-namespace-scope-operator (#255)
- Loading branch information
Xin Li
authored
Oct 30, 2020
1 parent
51d8881
commit eef1c3f
Showing
2 changed files
with
153 additions
and
0 deletions.
There are no files selected for viewing
151 changes: 151 additions & 0 deletions
151
...luster/jobs/IBM/ibm-namespace-scope-operator/IBM.ibm-namespace-scope-operator.master.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters