The monitor-gating script has recently gained support to test that the PR-based workflow is working fine.
This has led me to find out that while we trigger fine of dist-git-pr in prod we do not in staging. Could we also support staging?
Thanks :)
I'm having some issue to fetch a PR from stage dist-git.
# git clone -b master --single-branch https://src.stg.fedoraproject.org/rpms/fedora-gather-easyfix/ # cd fedora-gather-easyfix/ # git fetch -fu origin refs/pull/8/head:pr fatal: couldn't find remote ref refs/pull/8/head
https://src.stg.fedoraproject.org/rpms/fedora-gather-easyfix/pull-request/8
it worked now...
git fetch -fu origin refs/pull/8/head:pr remote: Counting objects: 5, done. remote: Compressing objects: 100% (3/3), done. remote: Total 3 (delta 2), reused 1 (delta 0) Unpacking objects: 100% (3/3), done. From https://src.stg.fedoraproject.org/rpms/fedora-gather-easyfix * [new ref] refs/pull/8/head -> pr
Metadata Update from @bgoncalv: - Issue status updated to: Closed (was: Open)