Skip to content

Commit

Permalink
Create IBM.ibm-commonui-operator.release-1.4.yaml (#285)
Browse files Browse the repository at this point in the history
* 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
siddarthpatel authored Jan 14, 2021
1 parent c796204 commit 6258a83
Showing 1 changed file with 139 additions and 0 deletions.
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

0 comments on commit 6258a83

Please sign in to comment.