Skip to content
Merged
Show file tree
Hide file tree
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 @@ -85,7 +85,7 @@ tests:
make verify
container:
from: src
- as: bootstrap-e2e
- as: bootstrap-unit
commands: make bootstrap-e2e
container:
from: src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tests:
make verify
container:
from: src
- as: bootstrap-e2e
- as: bootstrap-unit
commands: make bootstrap-e2e
container:
from: src
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
presubmits:
openshift/machine-config-operator:
- agent: kubernetes
always_run: false
always_run: true
branches:
- ^master$
- ^master-
cluster: build02
context: ci/prow/bootstrap-e2e
context: ci/prow/bootstrap-unit
decorate: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-machine-config-operator-master-bootstrap-e2e
name: pull-ci-openshift-machine-config-operator-master-bootstrap-unit
optional: true
rerun_command: /test bootstrap-e2e
rerun_command: /test bootstrap-unit
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=bootstrap-e2e
- --target=bootstrap-unit
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -47,7 +47,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )bootstrap-e2e,?($|\s.*)
trigger: (?m)^/test( | .* )bootstrap-unit,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
presubmits:
openshift/machine-config-operator:
- agent: kubernetes
always_run: false
always_run: true
branches:
- ^release-4\.10$
- ^release-4\.10-
cluster: build02
context: ci/prow/bootstrap-e2e
context: ci/prow/bootstrap-unit
decorate: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-machine-config-operator-release-4.10-bootstrap-e2e
name: pull-ci-openshift-machine-config-operator-release-4.10-bootstrap-unit
optional: true
rerun_command: /test bootstrap-e2e
rerun_command: /test bootstrap-unit
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=bootstrap-e2e
- --target=bootstrap-unit
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -47,7 +47,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )bootstrap-e2e,?($|\s.*)
trigger: (?m)^/test( | .* )bootstrap-unit,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down