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
35 changes: 10 additions & 25 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@ resources:
memory: 3Gi
tests:
- as: validate
commands: ci/validate.sh
commands: ci/prow-entrypoint.sh validate
container:
from: coreos_coreos-assembler_latest
from: src
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
- as: validate-built-image
commands: cat /etc/os-release
container:
from: machine-os-oci-content
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
- as: test-qemu-nvme
- as: build-test-qemu-kola-basic
cluster: build02
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
test:
- as: test
commands: /src/ci/test-qemu-nvme.sh
commands: /src/ci/prow-entrypoint.sh build-test-qemu-kola-basic
from: build-test-qemu-img
resources:
limits:
Expand All @@ -101,13 +101,13 @@ tests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
- as: test-qemu-firmware-uefi
- as: build-test-qemu-kola-all
cluster: build02
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
test:
- as: test
commands: /src/ci/test-qemu-firmware-uefi.sh
commands: /src/ci/prow-entrypoint.sh build-test-qemu-kola-all
from: build-test-qemu-img
resources:
limits:
Expand All @@ -116,13 +116,13 @@ tests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
- as: test-qemu-kola-upgrade
- as: build-test-qemu-kola-upgrade
cluster: build02
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
test:
- as: test
commands: /src/ci/test-qemu-kola-upgrade.sh
commands: /src/ci/prow-entrypoint.sh build-test-qemu-kola-upgrade
from: build-test-qemu-img
resources:
limits:
Expand All @@ -131,28 +131,13 @@ tests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
- as: test-qemu-kola
- as: build-test-qemu-kola-metal
cluster: build02
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
test:
- as: test
commands: /src/ci/test-qemu-kola.sh
from: build-test-qemu-img
resources:
limits:
devices.kubevirt.io/kvm: "1"
requests:
cpu: 2000m
devices.kubevirt.io/kvm: "1"
memory: 3Gi
- as: test-qemu-metal
cluster: build02
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
test:
- as: test
commands: /src/ci/test-qemu-metal.sh
commands: /src/ci/prow-entrypoint.sh build-test-qemu-kola-metal
from: build-test-qemu-img
resources:
limits:
Expand Down
Loading