Skip to content

Commit

Permalink
Merge pull request #8013 from stbenjam/always-run
Browse files Browse the repository at this point in the history
Run e2e-metal-ipi whenever baremetal-related files are changed
  • Loading branch information
openshift-merge-robot committed Mar 31, 2020
2 parents 2a9faee + 2de40cb commit 521081c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,7 @@ presubmits:
name: pull-ci-openshift-installer-master-e2e-metal
optional: true
rerun_command: /test e2e-metal
run_if_changed: .*baremetal.*
spec:
containers:
- args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1606,6 +1606,7 @@ presubmits:
name: pull-ci-openshift-installer-release-4.4-e2e-metal
optional: true
rerun_command: /test e2e-metal
run_if_changed: .*baremetal.*
spec:
containers:
- args:
Expand Down

0 comments on commit 521081c

Please sign in to comment.