gocd: update 15.1 jobs to 15.2.
This commit is contained in:
parent
c4bd3fef84
commit
63deffe827
@ -189,7 +189,7 @@ pipelines:
|
|||||||
resources:
|
resources:
|
||||||
- staging-bot
|
- staging-bot
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./staging-report.py --debug -A https://api.opensuse.org -p openSUSE:Leap:15.1
|
- script: ./staging-report.py --debug -A https://api.opensuse.org -p openSUSE:Leap:15.2
|
||||||
Source.In.Factory:
|
Source.In.Factory:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
|
@ -73,7 +73,7 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:PowerPC
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:PowerPC
|
||||||
Pkglistgen.openSUSE_Leap:
|
Pkglistgen.openSUSE_Leap:
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
@ -88,28 +88,28 @@ pipelines:
|
|||||||
approval:
|
approval:
|
||||||
type: manual
|
type: manual
|
||||||
jobs:
|
jobs:
|
||||||
openSUSE_Leap_15.1_target:
|
openSUSE_Leap_15.2_target:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1 -s target
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.2 -s target
|
||||||
openSUSE_Leap_15.1_rings:
|
openSUSE_Leap_15.2_rings:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1 -s rings
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.2 -s rings
|
||||||
openSUSE_Leap_15.1_ARM:
|
openSUSE_Leap_15.2_ARM:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1:ARM
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.2:ARM
|
||||||
openSUSE_Leap_15.1_PowerPC:
|
openSUSE_Leap_15.2_PowerPC:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.1:PowerPC
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.2:PowerPC
|
||||||
Update.Repos.Leap:
|
Update.Repos.Leap:
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
@ -124,18 +124,18 @@ pipelines:
|
|||||||
approval:
|
approval:
|
||||||
type: manual
|
type: manual
|
||||||
jobs:
|
jobs:
|
||||||
openSUSE_Leap_15.1:
|
openSUSE_Leap_15.2:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.2
|
||||||
openSUSE_Leap_15.1_ARM:
|
openSUSE_Leap_15.2_ARM:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1:ARM
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.2:ARM
|
||||||
openSUSE_Leap_15.1_PowerPC:
|
openSUSE_Leap_15.2_PowerPC:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.1:PowerPC
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.2:PowerPC
|
||||||
|
@ -54,7 +54,7 @@ pipelines:
|
|||||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
Pkglistgen.openSUSE_Leap:
|
Pkglistgen.openSUSE_Leap:
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
@ -69,7 +69,7 @@ pipelines:
|
|||||||
approval:
|
approval:
|
||||||
type: manual
|
type: manual
|
||||||
jobs:
|
jobs:
|
||||||
<% ['openSUSE:Leap:15.1/target', 'openSUSE:Leap:15.1/rings', 'openSUSE:Leap:15.1:ARM', 'openSUSE:Leap:15.1:PowerPC'].each do |project|
|
<% ['openSUSE:Leap:15.2/target', 'openSUSE:Leap:15.2/rings', 'openSUSE:Leap:15.2:ARM', 'openSUSE:Leap:15.2:PowerPC'].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
|
||||||
@ -83,7 +83,7 @@ pipelines:
|
|||||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
Update.Repos.Leap:
|
Update.Repos.Leap:
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
@ -98,7 +98,7 @@ Update.Repos.Leap:
|
|||||||
approval:
|
approval:
|
||||||
type: manual
|
type: manual
|
||||||
jobs:
|
jobs:
|
||||||
<% %w(openSUSE:Leap:15.1 openSUSE:Leap:15.1:ARM openSUSE:Leap:15.1:PowerPC).each do |project| -%>
|
<% %w(openSUSE:Leap:15.2 openSUSE:Leap:15.2:ARM openSUSE:Leap:15.2:PowerPC).each do |project| -%>
|
||||||
<%= project.gsub(':', '_') %>:
|
<%= project.gsub(':', '_') %>:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
|
@ -996,7 +996,7 @@ pipelines:
|
|||||||
Leap.Stagings.RelPkgs:
|
Leap.Stagings.RelPkgs:
|
||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
timer:
|
timer:
|
||||||
spec: 0 */10 * ? * *
|
spec: 0 */10 * ? * *
|
||||||
@ -1013,43 +1013,43 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
||||||
--staging openSUSE:Leap:15.1:Staging:A
|
--staging openSUSE:Leap:15.2:Staging:A
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
"Staging.B":
|
"Staging.B":
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
||||||
--staging openSUSE:Leap:15.1:Staging:B
|
--staging openSUSE:Leap:15.2:Staging:B
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
"Staging.C":
|
"Staging.C":
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
||||||
--staging openSUSE:Leap:15.1:Staging:C
|
--staging openSUSE:Leap:15.2:Staging:C
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
"Staging.D":
|
"Staging.D":
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
||||||
--staging openSUSE:Leap:15.1:Staging:D
|
--staging openSUSE:Leap:15.2:Staging:D
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
"Staging.E":
|
"Staging.E":
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
||||||
--staging openSUSE:Leap:15.1:Staging:E
|
--staging openSUSE:Leap:15.2:Staging:E
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
|
|
||||||
"Leap.Staging.A":
|
"Leap.Staging.A":
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: openSUSE:Leap:15.1:Staging:A
|
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:A
|
||||||
STAGING_API: https://api.opensuse.org
|
STAGING_API: https://api.opensuse.org
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
materials:
|
materials:
|
||||||
stagings:
|
stagings:
|
||||||
@ -1057,7 +1057,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- openSUSE:Leap:15.1:Staging:A_-_standard.yaml
|
- openSUSE:Leap:15.2:Staging:A_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
auto_update: true
|
auto_update: true
|
||||||
@ -1082,7 +1082,7 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
|
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.2 -s $STAGING_PROJECT
|
||||||
|
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
@ -1092,10 +1092,10 @@ pipelines:
|
|||||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||||
"Leap.Staging.B":
|
"Leap.Staging.B":
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: openSUSE:Leap:15.1:Staging:B
|
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:B
|
||||||
STAGING_API: https://api.opensuse.org
|
STAGING_API: https://api.opensuse.org
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
materials:
|
materials:
|
||||||
stagings:
|
stagings:
|
||||||
@ -1103,7 +1103,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- openSUSE:Leap:15.1:Staging:B_-_standard.yaml
|
- openSUSE:Leap:15.2:Staging:B_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
auto_update: true
|
auto_update: true
|
||||||
@ -1128,7 +1128,7 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
|
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.2 -s $STAGING_PROJECT
|
||||||
|
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
@ -1138,10 +1138,10 @@ pipelines:
|
|||||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||||
"Leap.Staging.C":
|
"Leap.Staging.C":
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: openSUSE:Leap:15.1:Staging:C
|
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:C
|
||||||
STAGING_API: https://api.opensuse.org
|
STAGING_API: https://api.opensuse.org
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
materials:
|
materials:
|
||||||
stagings:
|
stagings:
|
||||||
@ -1149,7 +1149,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- openSUSE:Leap:15.1:Staging:C_-_standard.yaml
|
- openSUSE:Leap:15.2:Staging:C_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
auto_update: true
|
auto_update: true
|
||||||
@ -1174,7 +1174,7 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
|
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.2 -s $STAGING_PROJECT
|
||||||
|
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
@ -1184,10 +1184,10 @@ pipelines:
|
|||||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||||
"Leap.Staging.D":
|
"Leap.Staging.D":
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: openSUSE:Leap:15.1:Staging:D
|
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:D
|
||||||
STAGING_API: https://api.opensuse.org
|
STAGING_API: https://api.opensuse.org
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
materials:
|
materials:
|
||||||
stagings:
|
stagings:
|
||||||
@ -1195,7 +1195,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- openSUSE:Leap:15.1:Staging:D_-_standard.yaml
|
- openSUSE:Leap:15.2:Staging:D_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
auto_update: true
|
auto_update: true
|
||||||
@ -1220,7 +1220,7 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
|
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.2 -s $STAGING_PROJECT
|
||||||
|
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
@ -1230,10 +1230,10 @@ pipelines:
|
|||||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||||
"Leap.Staging.E":
|
"Leap.Staging.E":
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: openSUSE:Leap:15.1:Staging:E
|
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:E
|
||||||
STAGING_API: https://api.opensuse.org
|
STAGING_API: https://api.opensuse.org
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
materials:
|
materials:
|
||||||
stagings:
|
stagings:
|
||||||
@ -1241,7 +1241,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- openSUSE:Leap:15.1:Staging:E_-_standard.yaml
|
- openSUSE:Leap:15.2:Staging:E_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
auto_update: true
|
auto_update: true
|
||||||
@ -1266,7 +1266,7 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
|
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.2 -s $STAGING_PROJECT
|
||||||
|
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
|
@ -84,7 +84,7 @@ pipelines:
|
|||||||
Leap.Stagings.RelPkgs:
|
Leap.Stagings.RelPkgs:
|
||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
timer:
|
timer:
|
||||||
spec: 0 */10 * ? * *
|
spec: 0 */10 * ? * *
|
||||||
@ -103,16 +103,16 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve
|
||||||
--staging openSUSE:Leap:15.1:Staging:<%= letter %>
|
--staging openSUSE:Leap:15.2:Staging:<%= letter %>
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
<% end %>
|
<% end %>
|
||||||
<% leap_stagings.each do |letter| -%>
|
<% leap_stagings.each do |letter| -%>
|
||||||
"Leap.Staging.<%= letter %>":
|
"Leap.Staging.<%= letter %>":
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: openSUSE:Leap:15.1:Staging:<%= letter %>
|
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:<%= letter %>
|
||||||
STAGING_API: https://api.opensuse.org
|
STAGING_API: https://api.opensuse.org
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
materials:
|
materials:
|
||||||
stagings:
|
stagings:
|
||||||
@ -120,7 +120,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- openSUSE:Leap:15.1:Staging:<%= letter %>_-_standard.yaml
|
- openSUSE:Leap:15.2:Staging:<%= letter %>_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
auto_update: true
|
auto_update: true
|
||||||
@ -145,7 +145,7 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.1 -s $STAGING_PROJECT
|
./scripts/staging-installcheck.py -A $STAGING_API -p openSUSE:Leap:15.2 -s $STAGING_PROJECT
|
||||||
|
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
|
@ -30,9 +30,9 @@ pipelines:
|
|||||||
./rebuildpacs.pl openSUSE:Factory:PowerPC standard ppc64
|
./rebuildpacs.pl openSUSE:Factory:PowerPC standard ppc64
|
||||||
./rebuildpacs.pl openSUSE:Factory:PowerPC standard ppc64le
|
./rebuildpacs.pl openSUSE:Factory:PowerPC standard ppc64le
|
||||||
- script: |-
|
- script: |-
|
||||||
echo "openSUSE Leap 15.1"
|
echo "openSUSE Leap 15.2"
|
||||||
echo ./rebuildpacs.pl openSUSE:Leap:15.1 standard i586
|
echo ./rebuildpacs.pl openSUSE:Leap:15.2 standard i586
|
||||||
echo ./rebuildpacs.pl openSUSE:Leap:15.1 standard x86_64
|
echo ./rebuildpacs.pl openSUSE:Leap:15.2 standard x86_64
|
||||||
- script: |-
|
- script: |-
|
||||||
echo "GNOME devel projects"
|
echo "GNOME devel projects"
|
||||||
./rebuildpacs.pl GNOME:Factory openSUSE_Factory i586
|
./rebuildpacs.pl GNOME:Factory openSUSE_Factory i586
|
||||||
|
@ -60,7 +60,7 @@ pipelines:
|
|||||||
osc -A https://api.opensuse.org staging -p openSUSE:Factory repair --cleanup
|
osc -A https://api.opensuse.org staging -p openSUSE:Factory repair --cleanup
|
||||||
rm -rf $tempdir
|
rm -rf $tempdir
|
||||||
|
|
||||||
AdiChecker.Leap.15.1:
|
AdiChecker.Leap.15.2:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -73,7 +73,7 @@ pipelines:
|
|||||||
git: git://botmaster.suse.de/opensuse-repos.git
|
git: git://botmaster.suse.de/opensuse-repos.git
|
||||||
auto_update: true
|
auto_update: true
|
||||||
whitelist:
|
whitelist:
|
||||||
- openSUSE:Leap:15.1:Staging:adi*.yaml
|
- openSUSE:Leap:15.2:Staging:adi*.yaml
|
||||||
destination: repos
|
destination: repos
|
||||||
stages:
|
stages:
|
||||||
- Run:
|
- Run:
|
||||||
@ -83,9 +83,9 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Leap:15.1
|
./scripts/staging-installcheck.py -A https://api.opensuse.org -p openSUSE:Leap:15.2
|
||||||
SBot.Regular.Leap.15.1:
|
SBot.Regular.Leap.15.2:
|
||||||
group: Leap.15.1.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
timer:
|
timer:
|
||||||
spec: 0 0 * ? * *
|
spec: 0 0 * ? * *
|
||||||
@ -112,12 +112,12 @@ pipelines:
|
|||||||
ln -s $PWD/osclib $tempdir/.osc-plugins
|
ln -s $PWD/osclib $tempdir/.osc-plugins
|
||||||
export HOME=$tempdir
|
export HOME=$tempdir
|
||||||
|
|
||||||
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 rebuild
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 rebuild
|
||||||
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 list --supersede
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 list --supersede
|
||||||
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 adi --by-develproject
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 adi --by-develproject
|
||||||
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 select --non-interactive --merge --try-strategies
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 select --non-interactive --merge --try-strategies
|
||||||
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 unselect --cleanup
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 unselect --cleanup
|
||||||
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.1 repair --cleanup
|
osc -A https://api.opensuse.org staging -p openSUSE:Leap:15.2 repair --cleanup
|
||||||
rm -rf $tempdir
|
rm -rf $tempdir
|
||||||
|
|
||||||
Project.Only:
|
Project.Only:
|
||||||
@ -154,9 +154,9 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Leap:42.3:Update
|
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Leap:42.3:Update
|
||||||
openSUSE.Leap.15.1.Update:
|
openSUSE.Leap.15.2.Update:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Leap:15.1:Update
|
- script: ./project-installcheck.py -A https://api.opensuse.org --debug project_only openSUSE:Leap:15.2:Update
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
format_version: 3
|
format_version: 3
|
||||||
pipelines:
|
pipelines:
|
||||||
<% %w(Factory Leap:15.1).each do |project| -%>
|
<% %w(Factory Leap:15.2).each do |project| -%>
|
||||||
<% nickname = project.gsub(':', '.') -%>
|
<% nickname = project.gsub(':', '.') -%>
|
||||||
AdiChecker.<%= nickname %>:
|
AdiChecker.<%= nickname %>:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
@ -79,7 +79,7 @@ pipelines:
|
|||||||
environment_variables:
|
environment_variables:
|
||||||
OSC_CONFIG: /home/go/config/oscrc-repo-checker
|
OSC_CONFIG: /home/go/config/oscrc-repo-checker
|
||||||
jobs:
|
jobs:
|
||||||
<% %w(openSUSE:Factory openSUSE:Leap:15.0:Update openSUSE:Leap:42.3:Update openSUSE:Leap:15.1:Update).each do |project| -%>
|
<% %w(openSUSE:Factory openSUSE:Leap:15.0:Update openSUSE:Leap:42.3:Update openSUSE:Leap:15.2:Update).each do |project| -%>
|
||||||
<%= project.gsub(':', '.') %>:
|
<%= project.gsub(':', '.') %>:
|
||||||
timeout: 0
|
timeout: 0
|
||||||
resources:
|
resources:
|
||||||
|
@ -105,7 +105,7 @@ pipelines:
|
|||||||
- script: |-
|
- script: |-
|
||||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.0:Images
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.0:Images
|
||||||
TTM.Leap_15.1_Images:
|
TTM.Leap_15.2_Images:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -125,8 +125,8 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.1:Images
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:Images
|
||||||
TTM.Leap_15.1_ARM_Images:
|
TTM.Leap_15.2_ARM_Images:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -146,8 +146,8 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.1:ARM:Images
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:ARM:Images
|
||||||
TTM.Leap_15.1:
|
TTM.Leap_15.2:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -167,8 +167,8 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.1
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2
|
||||||
TTM.Leap_15.1_ARM:
|
TTM.Leap_15.2_ARM:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -188,8 +188,8 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.1:ARM
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:ARM
|
||||||
TTM.Leap_15.1_PowerPC:
|
TTM.Leap_15.2_PowerPC:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -209,4 +209,4 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
- script: |-
|
- script: |-
|
||||||
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
install -D /home/go/config/openqa-client.conf /home/go/.config/openqa/client.conf
|
||||||
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.1:PowerPC
|
scripts/totest-manager.py -A https://api.opensuse.org --debug run openSUSE:Leap:15.2:PowerPC
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
format_version: 3
|
format_version: 3
|
||||||
pipelines:
|
pipelines:
|
||||||
<% for project in %w(openSUSE:Factory openSUSE:Factory:ARM openSUSE:Factory:PowerPC
|
<% for project in %w(openSUSE:Factory openSUSE:Factory:ARM openSUSE:Factory:PowerPC
|
||||||
openSUSE:Factory:zSystems openSUSE:Leap:15.0:Images openSUSE:Leap:15.1:Images
|
openSUSE:Factory:zSystems openSUSE:Leap:15.0:Images openSUSE:Leap:15.2:Images
|
||||||
openSUSE:Leap:15.1:ARM:Images openSUSE:Leap:15.1 openSUSE:Leap:15.1:ARM openSUSE:Leap:15.1:PowerPC) -%>
|
openSUSE:Leap:15.2:ARM:Images openSUSE:Leap:15.2 openSUSE:Leap:15.2:ARM openSUSE:Leap:15.2:PowerPC) -%>
|
||||||
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
|
TTM.<%= project.gsub('openSUSE:', '').gsub(':', '_') %>:
|
||||||
group: openSUSE.Checkers
|
group: openSUSE.Checkers
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
|
Loading…
x
Reference in New Issue
Block a user