Skip to content

Commit

Permalink
enable eus stream for healthcheck operator (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chee Wai Ooi authored Mar 16, 2021
1 parent 7888ce4 commit 5691770
Showing 1 changed file with 277 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,277 @@
presubmits:
IBM/ibm-healthcheck-operator:
- name: check-ibm-healthcheck-operator
cluster: default
always_run: true
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
rerun_command: /test check-ibm-healthcheck-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-healthcheck-operator-amd64
cluster: default
always_run: true
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
rerun_command: /test test-ibm-healthcheck-operator-amd64
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: test-ibm-healthcheck-operator-ppc64le
cluster: ppc64le
always_run: true
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
rerun_command: /test test-ibm-healthcheck-operator-ppc64le
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: test-ibm-healthcheck-operator-s390x
cluster: s390x
always_run: true
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
rerun_command: /test test-ibm-healthcheck-operator-s390x
spec:
containers:
- command:
- entrypoint
- make
- test
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: build-ibm-healthcheck-operator-amd64
cluster: default
always_run: true
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
rerun_command: /test build-ibm-healthcheck-operator-amd64
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$'
- name: build-ibm-healthcheck-operator-ppc64le
cluster: ppc64le
always_run: true
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
rerun_command: /test build-ibm-healthcheck-operator-ppc64le
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$'
- name: build-ibm-healthcheck-operator-s390x
cluster: s390x
always_run: true
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
rerun_command: /test build-ibm-healthcheck-operator-s390x
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?build(?:.*?)?$'
postsubmits:
IBM/ibm-healthcheck-operator:
- name: coverage-ibm-healthcheck-operator-postsubmit
cluster: default
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- make
- coverage
image: quay.io/multicloudlab/check-tool:v20201130-d61b998b6
name: ""
env:
- name: CODECOV_TOKEN
valueFrom:
secretKeyRef:
name: ibm-healthcheck-operator-codecov-token
key: codecov-token
securityContext:
privileged: true
- name: build-ibm-healthcheck-operator-amd64-postsubmit
cluster: default
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: build-ibm-healthcheck-operator-ppc64le-postsubmit
cluster: ppc64le
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: build-ibm-healthcheck-operator-s390x-postsubmit
cluster: s390x
branches:
- ^release-3.8$
decorate: true
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- entrypoint
- make
- build
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: image-ibm-healthcheck-operator-amd64-postsubmit
cluster: default
branches:
- ^release-3.8$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: image-ibm-healthcheck-operator-ppc64le-postsubmit
cluster: ppc64le
branches:
- ^release-3.8$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: image-ibm-healthcheck-operator-s390x-postsubmit
cluster: s390x
branches:
- ^release-3.8$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- entrypoint
- make
- build-push-image
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
- name: multiarch-image-ibm-healthcheck-operator-postsubmit
cluster: default
branches:
- ^release-3.8$
decorate: true
labels:
preset-service-account: "true"
path_alias: github.com/IBM/ibm-healthcheck-operator
spec:
containers:
- command:
- entrypoint
- make
- multiarch-image
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true

0 comments on commit 5691770

Please sign in to comment.