On 27/05/2022 17.36, Alex Bennée wrote:
From: Daniel P. Berrangé <berra...@redhat.com>
This folds the static checks into using the base job
template rules, introducing one new variable
- QEMU_JOB_ONLY_FORKS - a job that should never run
on an upstream pipeline. The information it reports
is only applicable to contributors in a pre-submission
scenario, not time of merge.
Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
Message-Id: <20220526110705.59952-4-berra...@redhat.com>
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
...
diff --git a/.gitlab-ci.d/base.yml b/.gitlab-ci.d/base.yml
index 5734caf9fe..9a0b8d7f97 100644
--- a/.gitlab-ci.d/base.yml
+++ b/.gitlab-ci.d/base.yml
@@ -16,6 +16,10 @@
- if: '$QEMU_JOB_CIRRUS && ($CIRRUS_GITHUB_REPO == "" || $CIRRUS_API_TOKEN ==
"")'
when: never
+ # Jobs only intended for forks should always be skipped on upstram
s/upstram/upstream/
With the typo fixed:
Reviewed-by: Thomas Huth <th...@redhat.com>