Skip to content

Commit

Permalink
Merge pull request #3027 from gyr/CleanupPipelines
Browse files Browse the repository at this point in the history
Remove QR and 2 SLE-Micro pipelines
  • Loading branch information
nilxam authored Oct 26, 2023
2 parents 2891f13 + 0386001 commit fcdc535
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 262 deletions.
163 changes: 0 additions & 163 deletions gocd/checkers.suse.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,166 +275,3 @@ pipelines:
- staging-bot
tasks:
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de project $(cat /home/go/config/legal-auto-projects-suse)
SLE15.SP1.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
timer:
spec: 0 0 0 ? * THU
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP1:QR -s target --force
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP1:QR 000product
cd home:maintenance-installcheck:15-SP1:QR/000product
sed -e 's,home:maintenance-installcheck:15-SP1:QR,SUSE:SLE-15-SP1:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-SP1:Update:QR -m 'Update Package List'
SLE15.SP2.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
timer:
spec: 0 0 0 ? * THU
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP2:QR -s target --force
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP2:QR 000product
cd home:maintenance-installcheck:15-SP2:QR/000product
sed -e 's,home:maintenance-installcheck:15-SP2:QR,SUSE:SLE-15-SP2:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-SP2:Update:QR -m 'Update Package List'
SLE15.SP3.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
timer:
spec: 0 0 0 ? * THU
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP3:QR -s target --force
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP3:QR 000product
cd home:maintenance-installcheck:15-SP3:QR/000product
sed -e 's,home:maintenance-installcheck:15-SP3:QR,SUSE:SLE-15-SP3:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-SP3:Update:QR -m 'Update Package List'
SLE15.SP4.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
timer:
spec: 0 0 0 ? * THU
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP4:QR -s target --force
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP4:QR 000product
cd home:maintenance-installcheck:15-SP4:QR/000product
sed -e 's,home:maintenance-installcheck:15-SP4:QR,SUSE:SLE-15-SP4:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-SP4:Update:QR -m 'Update Package List'
SLE15.SP5.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
timer:
spec: 0 0 0 ? * THU
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-SP5:QR -s target --force
osc -A https://api.suse.de co home:maintenance-installcheck:15-SP5:QR 000product
cd home:maintenance-installcheck:15-SP5:QR/000product
sed -e 's,home:maintenance-installcheck:15-SP5:QR,SUSE:SLE-15-SP5:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-SP5:Update:QR -m 'Update Package List'
SLE15.SP3.QR.Setup:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
osc -A https://api.suse.de bco SUSE:SLE-15-SP3:Update:QR 000package-groups home:maintenance-installcheck:15-SP3:QR
for package in 000product 000release-packages; do
osc -A https://api.suse.de copypac SUSE:SLE-15-SP3:GA $package home:maintenance-installcheck:15-SP3:QR
done
55 changes: 0 additions & 55 deletions gocd/checkers.suse.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -275,58 +275,3 @@ pipelines:
- staging-bot
tasks:
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de project $(cat /home/go/config/legal-auto-projects-suse)
<% ['SP1', 'SP2', 'SP3', 'SP4', 'SP5'].each do |servicepack| -%>
SLE15.<%= servicepack %>.QR:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
timer:
spec: 0 0 0 ? * THU
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
cd scripts
./pkglistgen.py -A https://api.suse.de --debug update_and_solve -p home:maintenance-installcheck:15-<%= servicepack %>:QR -s target --force
osc -A https://api.suse.de co home:maintenance-installcheck:15-<%= servicepack %>:QR 000product
cd home:maintenance-installcheck:15-<%= servicepack %>:QR/000product
sed -e 's,home:maintenance-installcheck:15-<%= servicepack %>:QR,SUSE:SLE-15-<%= servicepack %>:Update:QR,' -i *
osc ci -m 'Fix repoid'
osc sr --yes SUSE:SLE-15-<%= servicepack %>:Update:QR -m 'Update Package List'
<% end -%>
<% ['SP3'].each do |servicepack| -%>
SLE15.<%= servicepack %>.QR.Setup:
group: SLE.Checkers
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-maintenance-installcheck
materials:
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
destination: scripts
stages:
- Run:
approval:
type: manual
jobs:
Run:
resources:
- repo-checker
tasks:
- script: |-
osc -A https://api.suse.de bco SUSE:SLE-15-<%= servicepack %>:Update:QR 000package-groups home:maintenance-installcheck:15-<%= servicepack %>:QR
for package in 000product 000release-packages; do
osc -A https://api.suse.de copypac SUSE:SLE-15-<%= servicepack %>:GA $package home:maintenance-installcheck:15-<%= servicepack %>:QR
done
<% end -%>
44 changes: 0 additions & 44 deletions gocd/microos.target.gocd.yaml
Original file line number Diff line number Diff line change
@@ -1,49 +1,5 @@
format_version: 3
pipelines:
SLE-Micro.RelPkgs:
group: MicroOS
lock_behavior: unlockWhenFinished
timer:
spec: 0 10 * ? * *
only_on_changes: false
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
stages:
- Create.Release.Packages:
approval: manual
resources:
- repo-checker
tasks:
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve -p SUSE:ALP:Products:Marble:6.0 -s target --only-release-packages --force

SLE-Micro.Package.Lists:
group: MicroOS
lock_behavior: unlockWhenFinished
materials:
repos:
git: git://botmaster.suse.de/suse-repos.git
auto_update: true
destination: repos
whitelist:
- SUSE:ALP:Products:Marble:6.0_-_standard.yaml
scripts:
git: https://github.com/openSUSE/openSUSE-release-tools.git
auto_update: true
destination: scripts
whitelist:
- DO_NOT_TRIGGER
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
stages:
- Update.000product:
resources:
- repo-checker
tasks:
- script: ./scripts/pkglistgen.py -A https://api.suse.de --debug update_and_solve -p SUSE:ALP:Products:Marble:6.0 -s target --force

SLE-Micro.Images:
group: MicroOS
lock_behavior: unlockWhenFinished
Expand Down

0 comments on commit fcdc535

Please sign in to comment.