Draft: [ci] Allow Contributors to Manually Trigger External Fork CI
1 unresolved thread
1 unresolved thread
Contributor with push access to the main repo would just run make gitlab-trigger-ci
and input the merge request number and follow the link to trigger the pipeline run - subsequent run on the authors PR should bypass the lint/smoke/regression
jobs.
Merge request reports
Activity
added tooling-or-ci label
- scripts/gitlab-trigger-ci.sh 0 → 100755
1 #!/usr/bin/env bash 2 3 # prompt for gitlab merge request id 4 echo -n "Enter Gitlab Merge Request ID: " 5 read -r MR changed this line in version 2 of the diff
mentioned in merge request !3124 (closed)
mentioned in merge request !3133 (closed)
I opened !3135 (merged) as a replacement from a fork repo to show how this behaves in practice.
mentioned in merge request !3135 (merged)
Please register or sign in to reply