Actions
action #92389
closedcoordination #90086: [epic] Refactor container tests
Create separate job suites for docker and podman
Start date:
2021-05-10
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Isolation of the test suites using docker from the ones with podman
Updated by ybonatakis over 3 years ago
Updated by ybonatakis over 3 years ago
Updated by ybonatakis over 3 years ago
- Status changed from In Progress to Feedback
manual changes on :
- https://openqa.opensuse.org/admin/job_templates/1
- https://openqa.opensuse.org/admin/job_templates/3
- https://openqa.opensuse.org/admin/job_templates/4
- https://openqa.opensuse.org/admin/job_templates/50
- - extra_tests_textmode_containers:
+ - extra_tests_textmode_podman_containers:
+ testsuite: extra_tests_textmode_containers
settings:
- YAML_SCHEDULE: schedule/containers/extra_tests_textmode_containers.yaml
+ YAML_SCHEDULE: schedule/containers/extra_tests_textmode_containers_podman.yaml
+ CONTAINERS_UNTESTED_IMAGES: '1'
+ - extra_tests_textmode_docker_containers:
+ testsuite: extra_tests_textmode_containers
+ settings:
+ YAML_SCHEDULE: schedule/containers/extra_tests_textmode_containers_docker.yaml
Updated by ybonatakis over 3 years ago
https://gitlab.suse.de/qac/qac-openqa-yaml/-/merge_requests/311 to fix the podman scheduling on unsupported sle versions
Actions