ci: Move FDO_UPSTREAM_REPO to global scope

ci-fairy also uses the variable to set the upstream remote that is used
to build the commit range to check.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1936>
This commit is contained in:
Florian Müllner 2021-07-19 13:56:55 +02:00
parent 221331a1db
commit 035527cdcb

View File

@ -9,11 +9,13 @@ stages:
- test - test
- analyze - analyze
variables:
FDO_UPSTREAM_REPO: GNOME/mutter
.mutter.fedora:34@common: .mutter.fedora:34@common:
variables: variables:
FDO_DISTRIBUTION_VERSION: 34 FDO_DISTRIBUTION_VERSION: 34
BASE_TAG: '2021-07-09.1' BASE_TAG: '2021-07-09.1'
FDO_UPSTREAM_REPO: GNOME/mutter
FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang' FDO_DISTRIBUTION_PACKAGES: 'gdm gnome-shell xorg-x11-server-Xvfb sassc gcovr clang'
FDO_DISTRIBUTION_EXEC: | FDO_DISTRIBUTION_EXEC: |