Project

General

Profile

action #153463

Updated by ph03nix 5 months ago

Currently we We test the BCI repo for 15-SP6 SP6 against `BCI_TARGET=ibs-cr` (i.e. registry.suse.de). 
 After 15-SP6 becomes GA we need to test the it against registry.suse.com by setting `BCI_TARGET=ibs-released` 

 # References 

 ibs and on SLES-15-SP6 which is not yet GA.  
 https://suse.slack.com/archives/C02AF8LALDA/p1704872283869139 

 ``` yaml 
    CONTAINER_IMAGE_TO_TEST: "registry.suse.de/suse/sle-15-sp6/ga/test/containers/bci/bci-base:15.6" 
   +BCI_TARGET: "ibs-cr" 
   +HDD_1: "SLES-%VERSION%-%ARCH%-Build%BUILD%-containers.qcow2" 
   +HOST_VERSION: '15-SP6' 
 ``` 

Back