Project

General

Profile

Actions

action #54611

closed

Add required checks to staging projects

Added by coolo almost 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Release Engineering
Target version:
Start date:
2019-07-24
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by coolo almost 5 years ago

  • 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
Actions

Also available in: Atom PDF