Merge pull request #2249 from coolo/sp2_enable
Enable images repo once 000product was updated
This commit is contained in:
commit
6cbf1e6ac2
@ -1090,6 +1090,13 @@ pipelines:
|
||||
tasks:
|
||||
- script: |-
|
||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
"Leap.Staging.B":
|
||||
environment_variables:
|
||||
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:B
|
||||
@ -1136,6 +1143,13 @@ pipelines:
|
||||
tasks:
|
||||
- script: |-
|
||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
"Leap.Staging.C":
|
||||
environment_variables:
|
||||
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:C
|
||||
@ -1182,6 +1196,13 @@ pipelines:
|
||||
tasks:
|
||||
- script: |-
|
||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
"Leap.Staging.D":
|
||||
environment_variables:
|
||||
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:D
|
||||
@ -1228,6 +1249,13 @@ pipelines:
|
||||
tasks:
|
||||
- script: |-
|
||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
"Leap.Staging.E":
|
||||
environment_variables:
|
||||
STAGING_PROJECT: openSUSE:Leap:15.2:Staging:E
|
||||
@ -1275,3 +1303,10 @@ pipelines:
|
||||
- script: |-
|
||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
@ -153,4 +153,11 @@ pipelines:
|
||||
tasks:
|
||||
- script: |-
|
||||
./scripts/pkglistgen.py --debug -A $STAGING_API update_and_solve --staging $STAGING_PROJECT --force
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
<% end %>
|
||||
|
@ -150,6 +150,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.B:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:B
|
||||
@ -206,6 +214,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.C:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:C
|
||||
@ -262,6 +278,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.D:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:D
|
||||
@ -318,6 +342,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.E:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:E
|
||||
@ -374,6 +406,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.F:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:F
|
||||
@ -430,6 +470,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.G:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:G
|
||||
@ -486,6 +534,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.H:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:H
|
||||
@ -542,6 +598,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.S:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:S
|
||||
@ -598,6 +662,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.V:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:V
|
||||
@ -654,6 +726,14 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
||||
SLE15.SP2.Staging.Y:
|
||||
environment_variables:
|
||||
STAGING_PROJECT: SUSE:SLE-15-SP2:GA:Staging:Y
|
||||
@ -710,3 +790,11 @@ pipelines:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
|
@ -82,4 +82,12 @@ pipelines:
|
||||
./report-status.py -A $STAGING_API -p $STAGING_PROJECT -n packagelists -r standard -s failure
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- Enable.images.repo:
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
osc -A $STAGING_API api -X POST "/source/$STAGING_PROJECT?cmd=remove_flag&repository=images&flag=build"
|
||||
|
||||
<% end -%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user