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/gnome-shell/-/merge_requests/1922>
This commit is contained in:
Florian Müllner 2021-07-19 13:56:55 +02:00 committed by Marge Bot
parent bc3ae223f1
commit da11d8d7ef

View File

@ -25,6 +25,7 @@ default:
- 'api_failure' - 'api_failure'
variables: variables:
FDO_UPSTREAM_REPO: GNOME/gnome-shell
BUNDLE: "extensions-git.flatpak" BUNDLE: "extensions-git.flatpak"
JS_LOG: "js-report.txt" JS_LOG: "js-report.txt"
LINT_LOG: "eslint-report.xml" LINT_LOG: "eslint-report.xml"
@ -50,7 +51,6 @@ workflow:
variables: variables:
FDO_DISTRIBUTION_VERSION: 34 FDO_DISTRIBUTION_VERSION: 34
FDO_DISTRIBUTION_TAG: '2021-07-07.1' FDO_DISTRIBUTION_TAG: '2021-07-07.1'
FDO_UPSTREAM_REPO: GNOME/gnome-shell
FDO_DISTRIBUTION_PACKAGES: > FDO_DISTRIBUTION_PACKAGES: >
findutils mozjs78-devel nodejs npm meson findutils mozjs78-devel nodejs npm meson
pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0) pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0)