Skip to content

Commit

Permalink
Merge pull request #4078 from mjudeikis/aro.v4.create.job
Browse files Browse the repository at this point in the history
add ARO create job
  • Loading branch information
openshift-merge-robot authored Jun 18, 2019
2 parents 9ffa851 + 4e047cc commit 60eabfb
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
presubmits:
openshift/openshift-azure:
- agent: kubernetes
always_run: true
branches:
- openshift-v4
decorate: true
name: create
rerun_command: /test create
spec:
containers:
- args:
- make
- test-create
image: registry.svc.ci.openshift.org/azure/ci-base:latest
name: ""
resources: {}
serviceAccountName: ci-operator
trigger: (?m)^/test( | .* )create,?($|\s.*)
- agent: kubernetes
always_run: true
branches:
Expand Down

0 comments on commit 60eabfb

Please sign in to comment.