action #54611
closed
Add required checks to staging projects
Added by coolo over 5 years ago.
Updated over 5 years ago.
Category:
Release Engineering
Description
We need the required checks for every staging project setup manually.
There is also no osc command for that atm, so it's quite manual.
- Status changed from New to Resolved
coolo@f102#>osc api /status_reports/built_repositories/openSUSE:Leap:15.1:Staging:A/standard/x86_64/required_checks
<required_checks project="openSUSE:Leap:15.1:Staging:A" repository="standard" architecture="x86_64">
<name>installcheck</name>
</required_checks>
coolo@f102#~>osc api /status_reports/built_repositories/openSUSE:Leap:15.1:Staging:A/standard/x86_64/required_checks > /tmp/l
coolo@f102#~>for i in A B C D E; do fosc api -X POST -T /tmp/l /status_reports/built_repositories/openSUSE:Leap:15.2:Staging:$i/standard/x86_64/required_checks; done
coolo@f102#~>osc api /status_reports/repositories/openSUSE:Leap:15.1:Staging:A/images/required_checks
<required_checks project="openSUSE:Leap:15.1:Staging:A" repository="images">
<name>openqa:cryptlvm</name>
</required_checks>
coolo@f102#~>osc api /status_reports/repositories/openSUSE:Leap:15.1:Staging:A/images/required_checks > /tmp/l
coolo@f102#~>for i in A B C D E; do fosc api -X POST -T /tmp/l /status_reports/repositories/openSUSE:Leap:15.2:Staging:$i/images/required_checks; done
Also available in: Atom
PDF