Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch base TW image to minimalx desktop #156

Merged
merged 2 commits into from Dec 14, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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