Project

General

Profile

action #58739

Updated by cfconrad over 4 years ago

Problem: 
 Publiccloud-team produce image with KIWI and BUILD number.  
 The result is, that we can get different KIWI-BUILD tuple within each FLAVOR (@see https://build.suse.de/package/view_file/SUSE:SLE-12-SP5:GA/SLES12-SP5-Azure/config.kiwi?expand=1) 

 TODO: 
 We need to adopt JDP to build groups based on VERSION-FLAVOR-ARCH-MACHINE. (@see https://gitlab.suse.de/rpalethorpe/jdp/blob/master/notebooks/Report-Status-Diff.ipynb) 


 Example list of PC images: 

     SLES12-SP5-Azure.x86_64-0.9.0-Standard-On-Demand-Build3.2 
     SLES12-SP5-Azure.x86_64-0.9.0-Basic-On-Demand-Build3.2 
     SLES12-SP5-Azure.x86_64-0.9.1-BYOS-Build3.2 
     SLES12-SP5-EC2.x86_64-0.9.1-BYOS-Build1.55 
     SLES12-SP5-EC2.x86_64-0.9.1-On-Demand-Build1.55 
     SLES12-SP5-GCE.x86_64-0.9.1-On-Demand-Build1.55 
     SLES12-SP5-GCE.x86_64-0.9.1-BYOS-Build1.55 

 The FLAVOR variable from openQA contains both (CPS name and Image flavor), e.g. `GCE-On-Demand` or `Azure-Standard-On-Demand`. 
 The BUILD variable form openQA contains KIWI and Build number, separated by `-`, e.g. `0.9.1-1.55`. 

Back