Skip to content

Commit

Permalink
Remove testing on power and z for ODLM (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Aug 18, 2020
1 parent 1db323c commit 95985fd
Showing 1 changed file with 0 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,44 +37,6 @@ presubmits:
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: test-operand-deployment-lifecycle-manager-ppc64le
cluster: ppc64le
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/operand-deployment-lifecycle-manager
rerun_command: /test test-operand-deployment-lifecycle-manager-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-operand-deployment-lifecycle-manager-s390x
cluster: s390x
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/operand-deployment-lifecycle-manager
rerun_command: /test test-operand-deployment-lifecycle-manager-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/operand-deployment-lifecycle-manager:
- name: coverage-operand-deployment-lifecycle-manager-postsubmit
Expand Down

0 comments on commit 95985fd

Please sign in to comment.