Project

General

Profile

action #110307

Updated by jlausuch about 2 years ago

Currently, we have enabled 15-SP4 BASE image in the container release bot: 
 https://gitlab.suse.de/qac/container-release-bot/-/merge_requests/34/diffs 
 with the regular workflow where `CR` is relaesed to `CR:ToTest` and then published to `SUSE:Containers:SLE-SERVER:15-SP4`. 

 However, this breaks the release milestone workflow we have for SLES products that are not GA yet. 
 SLES milestones for 15-SP4 **SHOULD** released by autobuild for each milestone after getting feedback from openQA's results. 
 15-SP4 Base image shouldn't be different. 

 Since we only want to trigger the tests when there are new builds in `SUSE:SLE-15-SP4:GA:TEST` and not run any `osc` command, it's better to use OBS sync instead of using the bot. 
 Otherwise, we would need to adapt the bot to only trigger tests from single project. This is actually what OBS sync does. Also, this way, we will prevent publishing the container ourself and leave this to autobuild team. 


 `CONTAINER_IMAGE_TO_TEST=registry.suse.de/suse/sle-15-sp4/ga/test/images/suse/sle15:15.4` 

Back