-
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.
Create IBM.ibm-commonui-operator.release-1.4.yaml (#285)
* Create IBM.ibm-commonui-operator.release-1.4.yaml Enable prow for `release-1.4` common ui operator branch * Update IBM.ibm-commonui-operator.release-1.4.yaml Address comments
- Loading branch information
1 parent
c796204
commit 6258a83
Showing
1 changed file
with
139 additions
and
0 deletions.
There are no files selected for viewing
139 changes: 139 additions & 0 deletions
139
prow/cluster/jobs/IBM/ibm-commonui-operator/IBM.ibm-commonui-operator.release-1.4.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,139 @@ | ||
presubmits: | ||
IBM/ibm-commonui-operator: | ||
- name: build_ibm-commonui-operator | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
always_run: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
rerun_command: /test build ibm-commonui-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$' | ||
- name: check_ibm-commonui-operator | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
always_run: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
rerun_command: /test check ibm-commonui-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-commonui-operator | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
always_run: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
rerun_command: /test test ibm-commonui-operator | ||
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-commonui-operator: | ||
- name: check_ibm-commonui-operator_postsubmit | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
spec: | ||
containers: | ||
- command: | ||
- make | ||
- check | ||
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: test_ibm-commonui-operator_postsubmit | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- test | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: coverage_ibm-commonui-operator_postsubmit | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
spec: | ||
containers: | ||
- command: | ||
- make | ||
- coverage | ||
image: quay.io/multicloudlab/check-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
env: | ||
- name: CODECOV_TOKEN | ||
valueFrom: | ||
secretKeyRef: | ||
name: ibm-commonui-operator-codecov-token | ||
key: codecov-token | ||
securityContext: | ||
privileged: true | ||
- name: build_ibm-commonui-operator_postsubmit | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- build | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true | ||
- name: images_ibm-commonui-operator_postsubmit | ||
branches: | ||
- ^release-1.4$ | ||
decorate: true | ||
path_alias: github.com/IBM/ibm-commonui-operator | ||
labels: | ||
preset-service-account: "true" | ||
spec: | ||
containers: | ||
- command: | ||
- entrypoint | ||
- make | ||
- images | ||
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05 | ||
name: "" | ||
securityContext: | ||
privileged: true |