Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,31 @@ presubmits:
args:
- --artifact-dir=$(ARTIFACTS)
- --target=unit
- name: pull-ci-openshift-machine-api-operator-images
agent: kubernetes
context: ci/prow/images
branches:
- master
rerun_command: "/test images"
always_run: true
trigger: "((?m)^/test( all| images),?(\\s+|$))"
decorate: true
skip_cloning: true
spec:
serviceAccountName: ci-operator
containers:
- name: test
image: ci-operator:latest
env:
- name: CONFIG_SPEC
valueFrom:
configMapKeyRef:
name: ci-operator-openshift-machine-api-operator
key: master.json
command:
- ci-operator
args:
- --artifact-dir=$(ARTIFACTS)
- --target=[images]
- name: ci-kubernetes-machine-api-operator
agent: jenkins
Expand Down