Skip to content

Commit

Permalink
Merge pull request #156 from os-autoinst/minimalx_in_tests
Browse files Browse the repository at this point in the history
Switch base TW image to minimalx desktop
  • Loading branch information
mergify[bot] committed Dec 14, 2023
2 parents 92866dc + 40fe070 commit a35cc7b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openqa.yml
Expand Up @@ -36,6 +36,6 @@ jobs:
--apikey "$OPENQA_API_KEY" --apisecret "$OPENQA_API_SECRET"
--param-file SCENARIO_DEFINITIONS_YAML=scenario-definitions.yaml
DISTRI=openQA VERSION=Tumbleweed FLAVOR=dev ARCH=x86_64
HDD_1=opensuse-Tumbleweed-x86_64-${{ steps.latest_build.outputs.build }}-gnome-wicked@64bit.qcow2
HDD_1=opensuse-Tumbleweed-x86_64-${{ steps.latest_build.outputs.build }}-minimalx@64bit.qcow2
BUILD="$(tr '/' ':' <<<"$GH_REPO")#$GH_REF" _GROUP_ID="0"
CASEDIR="$GITHUB_SERVER_URL/$GH_REPO.git#$GH_REF"
9 changes: 7 additions & 2 deletions scenario-definitions.yaml
Expand Up @@ -23,23 +23,28 @@ job_templates:
openqa_from_git:
<<: *common
settings:
DESKTOP: minimalx
OPENQA_FROM_GIT: "1"
openqa_from_containers:
<<: *common
settings:
OPENQA_FROM_GIT: "1"
OPENQA_CONTAINERS: "1"
DESKTOP: minimalx
LOAD_PYTHON_TEST_MODULES: "0"
OPENQA_CONTAINERS: "1"
OPENQA_FROM_GIT: "1"
openqa_from_bootstrap:
<<: *common
settings:
DESKTOP: minimalx
OPENQA_FROM_BOOTSTRAP: "1"
openqa_install_nginx:
<<: *common
settings:
DESKTOP: minimalx
OPENQA_WEB_PROXY: 'nginx'
openqa_install+publish:
<<: *common
settings:
DESKTOP: minimalx
PUBLISH_HDD_1: 'opensuse-Tumbleweed-%ARCH%@%MACHINE%-%BUILD%.qcow2'
PUBLISH_PFLASH_VARS: 'opensuse-Tumbleweed-%ARCH%@%MACHINE%-%BUILD%-uefi-vars.qcow2'
1 change: 1 addition & 0 deletions tests/osautoinst/worker.pm
Expand Up @@ -13,6 +13,7 @@ sub run {
send_key 'ret';
wait_still_screen(2);
assert_script_run 'systemctl status --no-pager openqa-worker@1 | grep --color -z "active (running)"';
script_run('dmesg -D'); # workaround for bsc#1217397
save_screenshot;
clear_root_console;
}
Expand Down

0 comments on commit a35cc7b

Please sign in to comment.