gocd: add Micro and Bedrock packagelistgenerator call

This commit is contained in:
Frederic Crozat 2023-03-03 14:47:28 +01:00 committed by Dirk Müller
parent 08e04890a8
commit 549d6072d4
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View File

@ -44,3 +44,17 @@ pipelines:
tasks:
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:RISCV -s target --only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:RISCV -s target
SUSE_ALP_Products_Micro_0.1:
timeout: 60
resources:
- repo-checker
tasks:
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:Products:Micro:0.1 -s target --only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:Products:Micro:0.1 -s target
SUSE_ALP_Products_Bedrock_0.1:
timeout: 60
resources:
- repo-checker
tasks:
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:Products:Bedrock:0.1 -s target --only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:Products:Bedrock:0.1 -s target

View File

@ -16,7 +16,7 @@ pipelines:
approval:
type: manual
jobs:
<% ['SUSE:ALP/target', 'SUSE:ALP:PowerPC', 'SUSE:ALP:zSystems', 'SUSE:ALP:RISCV'].each do |project|
<% ['SUSE:ALP/target', 'SUSE:ALP:PowerPC', 'SUSE:ALP:zSystems', 'SUSE:ALP:RISCV', 'SUSE:ALP:Products:Micro:0.1', 'SUSE:ALP:Products:Bedrock:0.1'].each do |project|
project=project.split('/')
name=project[0].gsub(':', '_')
if project.size > 1