Skip to content

Commit

Permalink
enable odlm e2e test (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
horis233 authored Mar 21, 2021
1 parent 75f16b9 commit e47185e
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@ presubmits:
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?test(?:.*?)?$'
- name: kind-e2e-test-operand-deployment-lifecycle-manager-amd64
cluster: default
always_run: true
branches:
- ^master$
decorate: true
path_alias: github.com/IBM/operand-deployment-lifecycle-manager
rerun_command: /test e2e-test-kind-operand-deployment-lifecycle-manager-amd64
spec:
containers:
- command:
- entrypoint
- make
- e2e-test-kind
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
privileged: true
trigger: '(?m)^/test (?:.*? )?e2e-test-kind(?:.*?)?$'
postsubmits:
IBM/operand-deployment-lifecycle-manager:
- name: coverage-operand-deployment-lifecycle-manager-postsubmit
Expand Down

0 comments on commit e47185e

Please sign in to comment.