Actions
action #71032
closedcoordination #71029: [qe-core][epic] Rename extra_tests_* test suites on openqa.opensuse.org
[u] Rename extra_tests_in_textmode to extra_tests_textmode
Start date:
2020-09-07
Due date:
% Done:
0%
Estimated time:
42.00 h
Difficulty:
Description
Acceptance criteria¶
- AC1: A test suite
extra_tests_textmode
is schedule on openqa.opensuse.org for Tumbleweed x86_64 - AC2:
extra_tests_textmode
is scheduled on openqa.opensuse.org for Tumbleweed x86_64 on the main job group only after 2 consecutive green jobs. - AC3:
extra_tests_in_textmode
is unscheduled from openqa.opensuse.org for Tumbleweed x86_64 after a green job ofextra_tests_textmode
on the main job group.
Exit criteria¶
- AC2.EC: In case the scenario
extra_tests_in_textmode
has failing modules, it is possible to consider the move ofextra_tests_textmode
from dev job group to main job group after two consecutive jobs with at least the same number of passing test modules. - AC3.EC: In case the scenario
extra_tests_in_textmode
has failing modules, it is possible to consider the remove ofextra_tests_in_textmode
from main job group after one run ofextra_tests_textmode
with at least the same number of passing test modules on the main job group.
Tasks¶
- Create test suite definition on openqa.opensuse.org
- Add via conditional schedule to extra_tests_textmode.yaml the modules present in
extra_tests_in_textmode
that are not included inextra_tests_textmode.yaml
- Schedule
extra_tests_textmode
in Development Tumbleweed on x86_64 - After two consecutive green jobs in
Development Tumbleweed
, move it to openSUSE Tumbleweed - After one green job in
openSUSE Tumbleweed
, unscheduledextra_tests_in_textmode
from x86_64
Test suite definition¶
Description¶
Maintainer: slindomansilla@suse.de
Mainly post-installation console extra tests.
Settings¶
BOOT_HDD_IMAGE=1
DESKTOP=textmode
HDD_1=%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%@%MACHINE%.qcow2
MAX_JOB_TIME=18000
NUMDISKS=2
REPO_9=%REPO_0_DEBUGINFO%
START_AFTER_TEST=create_hdd_textmode
SYSAUTHTEST=1
UEFI_PFLASH_VARS=%DISTRI%-%VERSION%-%ARCH%-%BUILD%-%DESKTOP%@%MACHINE%-uefi-vars.qcow2
YAML_SCHEDULE=schedule/functional/extra_tests_textmode.yaml
Actions