Actions
action #51041
closed[qam][feature][sprint] Release containers after successful openQA test
Start date:
2019-05-03
Due date:
% Done:
100%
Estimated time:
Tags:
Description
openQA tests are set up for the following continuously building repos:
SUSE:SLE-12-SP3:Docker:Update:CR
SUSE:SLE-12-SP4:Docker:Update:CR
SUSE:SLE-15:Update:CR
Soon 15-SP1 will be added.
openQA is set up, but needs to be able to release containers in case of a successful test run.
--
2020-04-09:
What we can do for a simple start is adjust that openqa does the osc release of the container.
In
mau-extratests-docker
Test-Module: /var/lib/openqa/share/tests/sle/tests/console/docker_image.pm
Either:
- If there is a RPM diff for a SLE base container, issue a "isc release ... SUSE:... " command from the openqa run itself.
(the openqa code already does container-diff --rpm)
- Or have the openqabot look at the mau-extratests-docker result and push the release in the openqabot if it has: a rpm diff and green result.
Actions