Merge pull request #2082 from coolo/all_python3

gocd: Remove the 3 suffix - python3 is now everywhere
This commit is contained in:
Stephan Kulow 2019-05-29 18:18:42 +02:00 committed by GitHub
commit 5b46d05f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 209 additions and 209 deletions

View File

@ -15,7 +15,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
./build-fail-reminder.py --sender="DimStar / Dominique Leuenberger <dimstar@opensuse.org>" --project=openSUSE:Factory --relay=relay.suse.de --json=/home/go/config/openSUSE:Factory.reminded.json --debug

View File

@ -18,7 +18,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_source.py -A https://api.opensuse.org --verbose --skip-add-reviews --group factory-auto review
openSUSE.Repochecker:
@ -39,7 +39,7 @@ pipelines:
Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.opensuse.org --debug review
openSUSE.Legal.Check:
@ -60,7 +60,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./legal-auto.py -A https://api.opensuse.org --debug --legaldb http://legaldb.suse.de review
openSUSE.Legal.Import:
@ -102,7 +102,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_maintenance_incidents.py --verbose review
Factory.Staging.Report:
@ -123,7 +123,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.opensuse.org -p openSUSE:Factory
Leap.Staging.Report:
@ -144,7 +144,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.opensuse.org -p openSUSE:Leap:15.1
Source.In.Factory:
@ -165,6 +165,6 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_source_in_factory.py --factory openSUSE:Factory --factory openSUSE:Leap:15.0:Update --factory openSUSE:Leap:15.0 --factory openSUSE:Leap:15.0:Update --factory openSUSE:Leap:15.0 --review-mode=fallback-onfail --fallback-group=backports-reviewers --verbose review

View File

@ -18,7 +18,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_tags_in_requests.py -A https://api.suse.de --verbose --user=sle-changelog-checker --review=accept-onpass --factory=openSUSE.org:openSUSE:Factory review
SLE.Project.Only:
@ -39,13 +39,13 @@ pipelines:
SLE_15_SP1:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.suse.de --debug project_only --post-comments SUSE:SLE-15-SP1:GA
SLE_12_SP5:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.suse.de --debug project_only --post-comments SUSE:SLE-12-SP5:GA
SLE-SP1.Manager42:
@ -85,7 +85,7 @@ pipelines:
Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.suse.de --debug review
SLE.Leaper:
@ -126,7 +126,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA rebuild
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA list --supersede
@ -152,7 +152,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP1:GA
SLE.Check.Dups:
@ -173,7 +173,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: /usr/bin/osc -A https://api.suse.de check_dups SUSE:SLE-15-SP1:GA
SLE.Source.Check:
@ -194,7 +194,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto review
SLE.Legal.Check:
@ -215,7 +215,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb http://legaldb.suse.de review
SLE.Legal.Import:
@ -259,7 +259,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts
@ -284,7 +284,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts
@ -309,7 +309,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts
@ -334,7 +334,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts
@ -359,7 +359,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts
@ -384,7 +384,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts
@ -409,7 +409,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts
@ -434,7 +434,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts

View File

@ -18,7 +18,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_tags_in_requests.py -A https://api.suse.de --verbose --user=sle-changelog-checker --review=accept-onpass --factory=openSUSE.org:openSUSE:Factory review
SLE.Project.Only:
@ -39,13 +39,13 @@ pipelines:
SLE_15_SP1:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.suse.de --debug project_only --post-comments SUSE:SLE-15-SP1:GA
SLE_12_SP5:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.suse.de --debug project_only --post-comments SUSE:SLE-12-SP5:GA
SLE-SP1.Manager42:
@ -85,7 +85,7 @@ pipelines:
Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.suse.de --debug review
SLE.Leaper:
@ -126,7 +126,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA rebuild
- script: osc -A https://api.suse.de staging -p SUSE:SLE-15-SP1:GA list --supersede
@ -152,7 +152,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./staging-report.py --debug -A https://api.suse.de -p SUSE:SLE-15-SP1:GA
SLE.Check.Dups:
@ -173,7 +173,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: /usr/bin/osc -A https://api.suse.de check_dups SUSE:SLE-15-SP1:GA
SLE.Source.Check:
@ -194,7 +194,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto review
SLE.Legal.Check:
@ -215,7 +215,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb http://legaldb.suse.de review
SLE.Legal.Import:
@ -260,7 +260,7 @@ pipelines:
- Run:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
cd scripts

View File

@ -17,7 +17,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
scripts/container_cleaner.py --verbose run openSUSE:Containers:Tumbleweed

View File

@ -14,6 +14,6 @@ pipelines:
stages:
- Run:
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./devel-project.py list -w

View File

@ -14,6 +14,6 @@ pipelines:
stages:
- Run:
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./check_source.py --verbose --skip-add-reviews review

View File

@ -20,7 +20,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
@ -45,7 +45,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
# endless loop
- script: |-
@ -71,7 +71,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
# endless loop
- script: |-
@ -101,7 +101,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
# endless loop
- script: |-

View File

@ -18,27 +18,27 @@ pipelines:
jobs:
openSUSE_Factory_target:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s target
openSUSE_Factory_rings:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory -s rings
openSUSE_Factory_ARM:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM
openSUSE_Factory_PowerPC:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:PowerPC
openSUSE_Factory_zSystems:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:zSystems
Update.Repos.Factory:
@ -59,17 +59,17 @@ pipelines:
jobs:
openSUSE_Factory:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory
openSUSE_Factory_ARM:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:ARM
openSUSE_Factory_PowerPC:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:PowerPC
Pkglistgen.openSUSE_Leap:
@ -90,22 +90,22 @@ pipelines:
jobs:
openSUSE_Leap_15.1_target:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1 -s target
openSUSE_Leap_15.1_rings:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1 -s rings
openSUSE_Leap_15.1_ARM:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1:ARM
openSUSE_Leap_15.1_PowerPC:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1:PowerPC
Update.Repos.Leap:
@ -126,16 +126,16 @@ pipelines:
jobs:
openSUSE_Leap_15.1:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1
openSUSE_Leap_15.1_ARM:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1:ARM
openSUSE_Leap_15.1_PowerPC:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1:PowerPC

View File

@ -26,7 +26,7 @@ pipelines:
-%>
<%= name %>:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
<% end -%>
@ -49,7 +49,7 @@ pipelines:
<% %w(openSUSE:Factory openSUSE:Factory:ARM openSUSE:Factory:PowerPC).each do |project| -%>
<%= project.gsub(':', '_') %>:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
<% end -%>
@ -78,7 +78,7 @@ pipelines:
end -%>
<%= name %>:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
<% end -%>
@ -101,7 +101,7 @@ Update.Repos.Leap:
<% %w(openSUSE:Leap:15.1 openSUSE:Leap:15.1:ARM openSUSE:Leap:15.1:PowerPC).each do |project| -%>
<%= project.gsub(':', '_') %>:
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
<% end -%>

View File

@ -17,112 +17,112 @@ pipelines:
jobs:
"Staging.A":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:A
--only-release-packages --force
"Staging.B":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:B
--only-release-packages --force
"Staging.C":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:C
--only-release-packages --force
"Staging.D":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:D
--only-release-packages --force
"Staging.E":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:E
--only-release-packages --force
"Staging.F":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:F
--only-release-packages --force
"Staging.G":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:G
--only-release-packages --force
"Staging.H":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:H
--only-release-packages --force
"Staging.I":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:I
--only-release-packages --force
"Staging.J":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:J
--only-release-packages --force
"Staging.K":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:K
--only-release-packages --force
"Staging.L":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:L
--only-release-packages --force
"Staging.M":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:M
--only-release-packages --force
"Staging.N":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:N
--only-release-packages --force
"Staging.O":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:O
--only-release-packages --force
"Staging.Gcc7":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:Gcc7
@ -154,7 +154,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -163,21 +163,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -208,7 +208,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -217,21 +217,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -262,7 +262,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -271,21 +271,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -316,7 +316,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -325,21 +325,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -370,7 +370,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -379,21 +379,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -424,7 +424,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -433,21 +433,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -478,7 +478,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -487,21 +487,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -532,7 +532,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -541,21 +541,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -586,7 +586,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -595,21 +595,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -640,7 +640,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -649,21 +649,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -694,7 +694,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -703,21 +703,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -748,7 +748,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -757,21 +757,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -802,7 +802,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -811,21 +811,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -856,7 +856,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -865,21 +865,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -910,7 +910,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -919,21 +919,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -964,7 +964,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -973,21 +973,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -1010,35 +1010,35 @@ pipelines:
jobs:
"Staging.A":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Leap:15.1:Staging:A
--only-release-packages --force
"Staging.B":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Leap:15.1:Staging:B
--only-release-packages --force
"Staging.C":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Leap:15.1:Staging:C
--only-release-packages --force
"Staging.D":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Leap:15.1:Staging:D
--only-release-packages --force
"Staging.E":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Leap:15.1:Staging:E
@ -1070,7 +1070,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -1079,14 +1079,14 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
@ -1116,7 +1116,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -1125,14 +1125,14 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
@ -1162,7 +1162,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -1171,14 +1171,14 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
@ -1208,7 +1208,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -1217,14 +1217,14 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
@ -1254,7 +1254,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -1263,14 +1263,14 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force

View File

@ -19,7 +19,7 @@ pipelines:
<% factory_stagings.each do |letter| -%>
"Staging.<%= letter %>":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Factory:Staging:<%= letter %>
@ -52,7 +52,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -61,21 +61,21 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Factory -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
- Enable.images.repo:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
@ -100,7 +100,7 @@ pipelines:
<% leap_stagings.each do |letter| -%>
"Staging.<%= letter %>":
resources:
- repo-checker3
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -A https://api.opensuse.org update_and_solve
--staging openSUSE:Leap:15.1:Staging:<%= letter %>
@ -133,7 +133,7 @@ pipelines:
jobs:
Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
python3 ./scripts/gocd/verify-repo-built-successful.py -A $STAGING_API -p $STAGING_PROJECT -r standard
@ -142,14 +142,14 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-repo-checker
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
- Update.000product:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force

View File

@ -14,6 +14,6 @@ pipelines:
stages:
- Run:
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./suppkg_rebuild.py -p openSUSE:Factory

View File

@ -118,7 +118,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -163,7 +163,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -208,7 +208,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -253,7 +253,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -298,7 +298,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -343,7 +343,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -388,7 +388,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -433,7 +433,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -478,7 +478,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -523,7 +523,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd
@ -568,7 +568,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd

View File

@ -51,7 +51,7 @@ pipelines:
stages:
- Check.Build.Succeeds:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
cd scripts/gocd

View File

@ -59,7 +59,7 @@ pipelines:
stages:
- Expect.Images.To.Finish:
resources:
- staging-bot3
- staging-bot
tasks:
- script: |
export PYTHONPATH=scripts
@ -72,7 +72,7 @@ pipelines:
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-totest-manager
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
for product in kiwi-templates-SLES15-JeOS \

View File

@ -16,7 +16,7 @@ pipelines:
type: manual
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./devel-project.py reviews --min-age 3 --remind
- script: ./devel-project.py requests --min-age 3 --remind

View File

@ -20,7 +20,7 @@ pipelines:
jobs:
Run:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Factory
@ -42,7 +42,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: osc -A https://api.opensuse.org staging -p openSUSE:Factory rebuild
- script: osc -A https://api.opensuse.org staging -p openSUSE:Factory list --supersede
@ -70,7 +70,7 @@ pipelines:
jobs:
Run:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Leap:15.1
@ -92,7 +92,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 rebuild
- script: osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 list --supersede
@ -119,24 +119,24 @@ pipelines:
openSUSE.Factory:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Factory
openSUSE.Leap.15.0.Update:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.0:Update
openSUSE.Leap.42.3.Update:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:42.3:Update
openSUSE.Leap.15.1.Update:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.opensuse.org --debug project_only --post-comments openSUSE:Leap:15.1:Update

View File

@ -22,7 +22,7 @@ pipelines:
jobs:
Run:
resources:
- repo-checker3
- repo-checker
tasks:
- script: |-
python3 ./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:<%= project %>
@ -44,7 +44,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot3
- staging-bot
tasks:
- script: osc -A https://api.opensuse.org staging -p openSUSE:<%= project %> rebuild
- script: osc -A https://api.opensuse.org staging -p openSUSE:<%= project %> list --supersede
@ -73,7 +73,7 @@ pipelines:
<%= project.gsub(':', '.') %>:
timeout: 0
resources:
- repo-checker3
- repo-checker
tasks:
- script: ./repo_checker.py -A https://api.opensuse.org --debug project_only --post-comments <%= project %>
<% end -%>

View File

@ -16,7 +16,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -37,7 +37,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -58,7 +58,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -79,7 +79,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -100,7 +100,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -121,7 +121,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -142,7 +142,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -163,7 +163,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -184,7 +184,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
@ -205,7 +205,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf

View File

@ -19,7 +19,7 @@ pipelines:
- Run:
approval: manual
resources:
- staging-bot3
- staging-bot
tasks:
- script: |-
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf

View File

@ -17,6 +17,6 @@ pipelines:
stages:
- obs-deploy:
resources:
- staging-bot3
- staging-bot
tasks:
- script: ./dist/ci/obs-deploy