gocd: microos-stagings: Switch to SL-Micro 6.1.
This commit is contained in:
parent
3d47c213ba
commit
d5610d895f
@ -21,19 +21,19 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
|
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
|
||||||
--staging SUSE:ALP:Products:Marble:6.0:Staging:A
|
--staging SUSE:SLFO:Products:SL-Micro:6.1:Staging:A
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
SL-Micro.Staging.B:
|
SL-Micro.Staging.B:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
|
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
|
||||||
--staging SUSE:ALP:Products:Marble:6.0:Staging:B
|
--staging SUSE:SLFO:Products:SL-Micro:6.1:Staging:B
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
|
|
||||||
SL-Micro.Staging.A:
|
SL-Micro.Staging.A:
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: SUSE:ALP:Products:Marble:6.0:Staging:A
|
STAGING_PROJECT: SUSE:SLFO:Products:SL-Micro:6.1:Staging:A
|
||||||
STAGING_API: https://api.suse.de
|
STAGING_API: https://api.suse.de
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: MicroOS
|
group: MicroOS
|
||||||
@ -44,7 +44,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- SUSE:ALP:Products:Marble:6.0:Staging:A_-_standard.yaml
|
- SUSE:SLFO:Products:SL-Micro:6.1:Staging:A_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
auto_update: true
|
auto_update: true
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
@ -69,7 +69,7 @@ pipelines:
|
|||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Products:Marble:6.0 -s $STAGING_PROJECT
|
- script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLFO:Products:SL-Micro:6.1 -s $STAGING_PROJECT
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
@ -94,7 +94,7 @@ pipelines:
|
|||||||
|
|
||||||
SL-Micro.Staging.B:
|
SL-Micro.Staging.B:
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: SUSE:ALP:Products:Marble:6.0:Staging:B
|
STAGING_PROJECT: SUSE:SLFO:Products:SL-Micro:6.1:Staging:B
|
||||||
STAGING_API: https://api.suse.de
|
STAGING_API: https://api.suse.de
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: MicroOS
|
group: MicroOS
|
||||||
@ -105,7 +105,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- SUSE:ALP:Products:Marble:6.0:Staging:B_-_standard.yaml
|
- SUSE:SLFO:Products:SL-Micro:6.1:Staging:B_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
auto_update: true
|
auto_update: true
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
@ -130,7 +130,7 @@ pipelines:
|
|||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Products:Marble:6.0 -s $STAGING_PROJECT
|
- script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLFO:Products:SL-Micro:6.1 -s $STAGING_PROJECT
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
|
@ -23,13 +23,13 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
|
- script: ./pkglistgen.py -A https://api.suse.de update_and_solve
|
||||||
--staging SUSE:ALP:Products:Marble:6.0:Staging:<%= letter %>
|
--staging SUSE:SLFO:Products:SL-Micro:6.1:Staging:<%= letter %>
|
||||||
--only-release-packages --force
|
--only-release-packages --force
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% stagings.each do |letter| %>
|
<% stagings.each do |letter| %>
|
||||||
SL-Micro.Staging.<%= letter %>:
|
SL-Micro.Staging.<%= letter %>:
|
||||||
environment_variables:
|
environment_variables:
|
||||||
STAGING_PROJECT: SUSE:ALP:Products:Marble:6.0:Staging:<%= letter %>
|
STAGING_PROJECT: SUSE:SLFO:Products:SL-Micro:6.1:Staging:<%= letter %>
|
||||||
STAGING_API: https://api.suse.de
|
STAGING_API: https://api.suse.de
|
||||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
group: MicroOS
|
group: MicroOS
|
||||||
@ -40,7 +40,7 @@ pipelines:
|
|||||||
auto_update: true
|
auto_update: true
|
||||||
destination: repos
|
destination: repos
|
||||||
whitelist:
|
whitelist:
|
||||||
- SUSE:ALP:Products:Marble:6.0:Staging:<%= letter %>_-_standard.yaml
|
- SUSE:SLFO:Products:SL-Micro:6.1:Staging:<%= letter %>_-_standard.yaml
|
||||||
scripts:
|
scripts:
|
||||||
auto_update: true
|
auto_update: true
|
||||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
@ -65,7 +65,7 @@ pipelines:
|
|||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:ALP:Products:Marble:6.0 -s $STAGING_PROJECT
|
- script: ./scripts/staging-installcheck.py -A $STAGING_API -p SUSE:SLFO:Products:SL-Micro:6.1 -s $STAGING_PROJECT
|
||||||
- Update.000product:
|
- Update.000product:
|
||||||
resources:
|
resources:
|
||||||
- repo-checker
|
- repo-checker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user