Skip to content
Closed
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
58 changes: 0 additions & 58 deletions ci-operator/config/openshift/os/openshift-os-c9s.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ resources:
cpu: 1000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
build-test-qemu-scos:
limits:
devices.kubevirt.io/kvm: "1"
requests:
cpu: 1000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
tests:
- as: validate
commands: ./ci/validate.sh
Expand Down Expand Up @@ -139,6 +146,11 @@ tests:
devices.kubevirt.io/kvm: "1"
memory: 3Gi
timeout: 3h0m0s
- as: build-test-qemu-scos
commands: /src/ci/build-test-qemu-scos.sh
container:
from: build-test-qemu-img
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
zz_generated_metadata:
branch: master
org: openshift
Expand Down