summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-03-14 13:25:49 +0100
committerMarge Bot <marge-bot@gnome.org>2023-04-21 12:45:18 +0000
commit5a7ba105c4d48e998acc74e17e68e74d6298c2ae (patch)
tree19a7daaf752de57401f686ff49a6243d05f89008
parentf6a8b6327652bf714090e98902e7621e0e840e6e (diff)
downloadgnome-shell-5a7ba105c4d48e998acc74e17e68e74d6298c2ae.tar.gz
ci: Drop version suffix from job name
We don't build images for multiple distro versions, so all it does is making version bumps more finicky. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2695>
-rw-r--r--.gitlab-ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 581351562..417a26b26 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,7 @@ workflow:
- if: '$CI_COMMIT_BRANCH =~ /^gnome-[0-9-]+$/'
- when: 'manual'
-.gnome-shell.fedora:35:
+.gnome-shell.fedora:
variables:
FDO_DISTRIBUTION_VERSION: 35
FDO_DISTRIBUTION_TAG: '2022-01-18.0'
@@ -119,13 +119,13 @@ check-merge-request:
build-fedora-container:
extends:
- .fdo.container-build@fedora@x86_64
- - .gnome-shell.fedora:35
+ - .gnome-shell.fedora
stage: prep
js_check:
extends:
- .fdo.distribution-image@fedora
- - .gnome-shell.fedora:35
+ - .gnome-shell.fedora
stage: review
script:
- find js -name '*.js' $(printf "! -wholename %s " $(cat .jscheckignore)) -exec js91 -c '{}' ';' 2>&1 | tee $JS_LOG
@@ -138,7 +138,7 @@ js_check:
eslint:
extends:
- .fdo.distribution-image@fedora
- - .gnome-shell.fedora:35
+ - .gnome-shell.fedora
stage: review
script:
- export NODE_PATH=$(npm root -g)
@@ -151,7 +151,7 @@ eslint:
eslint_mr:
extends:
- .fdo.distribution-image@fedora
- - .gnome-shell.fedora:35
+ - .gnome-shell.fedora
stage: review
script:
- export NODE_PATH=$(npm root -g)
@@ -168,7 +168,7 @@ eslint_mr:
potfile_c_check:
extends:
- .fdo.distribution-image@fedora
- - .gnome-shell.fedora:35
+ - .gnome-shell.fedora
stage: review
script:
- ./.gitlab-ci/check-potfiles.sh
@@ -176,7 +176,7 @@ potfile_c_check:
potfile_js_check:
extends:
- .fdo.distribution-image@fedora
- - .gnome-shell.fedora:35
+ - .gnome-shell.fedora
stage: review
script:
- js91 -m .gitlab-ci/check-potfiles.js