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
34 changes: 25 additions & 9 deletions ci-operator/config/openshift/os/openshift-os-release-4.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ images:
coreos_coreos-assembler_4.11:
as:
- registry.svc.ci.openshift.org/coreos/coreos-assembler:4.11
to: build-test-qemu-img
to: build-image
promotion:
disabled: true
excluded_images:
Expand All @@ -53,26 +53,42 @@ releases:
resources:
'*':
requests:
cpu: 1000m
memory: 1Gi
build-test-qemu:
cpu: 100m
memory: 200Mi
rhcos-86-build-test-metal:
limits:
devices.kubevirt.io/kvm: "1"
requests:
cpu: 1000m
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
rhcos-86-build-test-qemu:
limits:
devices.kubevirt.io/kvm: "1"
requests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
tests:
- as: validate
commands: ./ci/validate.sh
commands: ci/prow-entrypoint.sh validate
container:
from: src
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
- as: build-test-qemu
commands: /src/ci/build-test-qemu.sh
- as: rhcos-86-build-test-qemu
cluster: build02
commands: /src/ci/prow-entrypoint.sh rhcos-86-build-test-qemu
container:
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 3h0m0s
- as: rhcos-86-build-test-metal
cluster: build02
commands: /src/ci/prow-entrypoint.sh rhcos-86-build-test-metal
container:
from: build-test-qemu-img
from: build-image
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
timeout: 3h0m0s
zz_generated_metadata:
branch: release-4.11
org: openshift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,81 @@
presubmits:
openshift/os:
- agent: kubernetes
always_run: false
branches:
- ^release-4\.11$
- ^release-4\.11-
cluster: build03
context: ci/prow/images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.11-images
rerun_command: /test images
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
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=[images]
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.11$
- ^release-4\.11-
cluster: build02
context: ci/prow/build-test-qemu
context: ci/prow/rhcos-86-build-test-metal
decorate: true
decoration_config:
skip_cloning: true
timeout: 3h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.11-build-test-qemu
rerun_command: /test build-test-qemu
name: pull-ci-openshift-os-release-4.11-rhcos-86-build-test-metal
rerun_command: /test rhcos-86-build-test-metal
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
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=build-test-qemu
- --target=rhcos-86-build-test-metal
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -50,30 +102,33 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )build-test-qemu,?($|\s.*)
trigger: (?m)^/test( | .* )rhcos-86-build-test-metal,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
- ^release-4\.11$
- ^release-4\.11-
cluster: build03
context: ci/prow/images
cluster: build02
context: ci/prow/rhcos-86-build-test-qemu
decorate: true
decoration_config:
skip_cloning: true
timeout: 3h0m0s
labels:
ci-operator.openshift.io/cluster: build02
ci.openshift.io/generator: prowgen
devices.kubevirt.io/kvm: "1"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-os-release-4.11-images
rerun_command: /test images
name: pull-ci-openshift-os-release-4.11-rhcos-86-build-test-qemu
rerun_command: /test rhcos-86-build-test-qemu
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
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=[images]
- --target=rhcos-86-build-test-qemu
command:
- ci-operator
image: ci-operator:latest
Expand All @@ -100,7 +155,7 @@ presubmits:
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
trigger: (?m)^/test( | .* )rhcos-86-build-test-qemu,?($|\s.*)
- agent: kubernetes
always_run: false
branches:
Expand Down