Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create IBM.ibm-mongodb-operator.release-1.3.yaml #303

Merged
merged 2 commits into from
Mar 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
presubmits:
IBM/ibm-mongodb-operator:
- name: build_ibm-mongodb-operator
branches:
- ^release-1.3$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-mongodb-operator
rerun_command: /test build ibm-mongodb-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?: .*?)?$'
- name: check_ibm-mongodb-operator
branches:
- ^master$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-mongodb-operator
rerun_command: /test check ibm-mongodb-operator
spec:
containers:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?check(?: .*?)?$'
- name: test_ibm-mongodb-operator
branches:
- ^master$
decorate: true
always_run: true
path_alias: github.com/IBM/ibm-mongodb-operator
rerun_command: /test test ibm-mongodb-operator
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?: .*?)?$'

postsubmits:
IBM/ibm-mongodb-operator:
- name: check_ibm-mongodb-operator_postsubmit
branches:
- ^master$

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update all ^master$ to ^release-1.3$

decorate: true
path_alias: github.com/IBM/ibm-mongodb-operator
spec:
containers:
- command:
- make
- check
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
name: ""
securityContext:
privileged: true
- name: test_ibm-mongodb-operator_postsubmit
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-mongodb-operator
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: coverage_ibm-mongodb-operator_postsubmit
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-mongodb-operator
spec:
containers:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
name: ""
env:
- name: CODECOV_TOKEN
valueFrom:
secretKeyRef:
name: ibm-mongodb-operator-codecov-token
key: codecov-token
securityContext:
privileged: true
- name: build_ibm-mongodb-operator_postsubmit
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-mongodb-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: images_ibm-mongodb-operator_postsubmit
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/ibm-mongodb-operator
labels:
preset-service-account: "true"
spec:
containers:
- command:
- entrypoint
- make
- images
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true