Skip to content

Commit

Permalink
Wait until all packages in the snapshot are actually published
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Jan 30, 2025
1 parent fdea7d8 commit ae80cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trigger-openqa_in_openqa
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ create_devel_openqa_snapshot() {
echo "Creating snapshots of $package"
$osc release --no-delay --target-project "$staging_project" --target-repository=openSUSE_Tumbleweed -r openSUSE_Tumbleweed -a x86_64 "$src_project" "$package"
done
echo "Wait until all packages are published under $staging_project"
$osc prjresults --watch --xml -r openSUSE_Tumbleweed -a x86_64 "$staging_project"
}

trigger() {
Expand Down

0 comments on commit ae80cee

Please sign in to comment.