Skip to content

Commit

Permalink
Revert "ci/openqa: fix tests for images based on SLMicro 6.1"
Browse files Browse the repository at this point in the history
This reverts commit 8c32173.
  • Loading branch information
ldevulder committed Oct 3, 2024
1 parent 73a950a commit 332c085
Showing 1 changed file with 42 additions and 63 deletions.
105 changes: 42 additions & 63 deletions tests/assets/openqa_elemental_jobgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,14 @@

.default_products: &default_products
distri: sle-micro
version: '6.1'
version: '6.0'

.test_settings: &test_settings
.default_settings: &default_settings
HDDSIZEGB: '20'
QEMURAM: '2048'
PASSWORD: ros
QEMURAM: '2048'
TEST_PASSWORD: Elemental@R00t
YAML_SCHEDULE: schedule/elemental/test_image.yaml

.generate_settings: &generate_settings
BOOT_HDD_IMAGE: "1"
CONTAINER_RUNTIMES: "podman"
DESKTOP: "textmode"
EXCLUDE_MODULES: "suseconnect_scc"
HDD_1: "SL-Micro.%ARCH%-6.0.0-Default-Updated.qcow2"
KEEP_GRUB_TIMEOUT: "0"
TEST_PASSWORD: Elemental@R00t
VIDEOMODE: "text"
YAML_SCHEDULE: schedule/elemental/validate_generate_image.yaml

.image_test_settings: &image_test_settings
HDD_1: 'elemental-%BUILD%-%ARCH%.qcow2'
IMAGE_TYPE: disk
START_AFTER_TEST: generate_image

.iso_test_settings: &iso_test_settings
IMAGE_TYPE: iso
ISO: 'elemental-%BUILD%-%ARCH%.iso'
START_AFTER_TEST: generate_iso
YAML_SCHEDULE: schedule/elemental/iso.yaml

defaults:
aarch64:
Expand All @@ -53,63 +32,63 @@ defaults:
QEMUCPU: host

products:
sl-micro-elemental-image-6.1-aarch64:
sl-micro-baremetal-aarch64:
<<: *default_products
flavor: Elemental-Image
sl-micro-elemental-iso-6.1-aarch64:
flavor: Elemental-baremetal
sl-micro-base-aarch64:
<<: *default_products
flavor: Elemental-Iso
sl-micro-elemental-image-6.1-x86_64:
flavor: Elemental-base
sl-micro-kvm-aarch64:
<<: *default_products
flavor: Elemental-Image
sl-micro-elemental-iso-6.1-x86_64:
flavor: Elemental-kvm
sl-micro-baremetal-x86_64:
<<: *default_products
flavor: Elemental-Iso
flavor: Elemental-baremetal
sl-micro-base-x86_64:
<<: *default_products
flavor: Elemental-base
sl-micro-kvm-x86_64:
<<: *default_products
flavor: Elemental-kvm
sl-micro-rt-x86_64:
<<: *default_products
flavor: Elemental-rt

scenarios:
aarch64:
sl-micro-elemental-image-6.1-aarch64:
- generate_image:
testsuite: null
settings:
<<: *generate_settings
- test_image:
sl-micro-baremetal-aarch64:
- elemental_iso:
testsuite: null
settings:
<<: *test_settings
<<: *image_test_settings
sl-micro-elemental-iso-6.1-aarch64:
- generate_iso:
<<: *default_settings
sl-micro-base-aarch64:
- elemental_iso:
testsuite: null
settings:
<<: *generate_settings
- test_iso:
<<: *default_settings
sl-micro-kvm-aarch64:
- elemental_iso:
testsuite: null
settings:
<<: *test_settings
<<: *iso_test_settings
<<: *default_settings
x86_64:
sl-micro-elemental-image-6.1-x86_64:
- generate_image:
machine: 64bit
sl-micro-baremetal-x86_64:
- elemental_iso:
testsuite: null
settings:
<<: *generate_settings
- test_image:
<<: *default_settings
sl-micro-base-x86_64:
- elemental_iso:
testsuite: null
settings:
<<: *test_settings
<<: *image_test_settings
START_AFTER_TEST: generate_image@64bit
sl-micro-elemental-iso-6.1-x86_64:
- generate_iso:
machine: 64bit
<<: *default_settings
sl-micro-kvm-x86_64:
- elemental_iso:
testsuite: null
settings:
<<: *generate_settings
- test_iso:
<<: *default_settings
sl-micro-rt-x86_64:
- elemental_iso:
testsuite: null
settings:
<<: *test_settings
<<: *iso_test_settings
START_AFTER_TEST: generate_iso@64bit
<<: *default_settings

0 comments on commit 332c085

Please sign in to comment.