gocd: drop SUSE:ALP:ARM project from pkglistgen

SUSE:ALP:ARM project doesn't exist, don't try to run pkglistgen for it.
This commit is contained in:
Frederic Crozat 2022-11-28 17:02:57 +01:00
parent 1e849ffc71
commit 4cb023bc9b
2 changed files with 1 additions and 7 deletions

View File

@ -22,12 +22,6 @@ pipelines:
tasks: tasks:
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP -s target --only-release-packages --force - script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP -s target --only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP -s target - script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP -s target
SUSE_ALP_ARM_target:
resources:
- repo-checker
tasks:
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:ARM -s target --only-release-packages --force
- script: python3 -u ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p SUSE:ALP:ARM -s target
SUSE_ALP_PowerPC: SUSE_ALP_PowerPC:
resources: resources:
- repo-checker - repo-checker

View File

@ -16,7 +16,7 @@ pipelines:
approval: approval:
type: manual type: manual
jobs: jobs:
<% ['SUSE:ALP/target', 'SUSE:ALP:ARM/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'].each do |project|
project=project.split('/') project=project.split('/')
name=project[0].gsub(':', '_') name=project[0].gsub(':', '_')
if project.size > 1 if project.size > 1