Skip to content

Commit d7e3889

Browse files
authored
GitLab CI: disable SUSE 42.1 jobs.
1 parent 44b4b4d commit d7e3889

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitlab/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ variables:
8282
# show GLIBC verison
8383
- *show-glibc-version
8484

85-
tarball suse-42.1:
85+
# Permanently disabled job
86+
# (Distribution package repository metadata not available anymore.)
87+
.tarball suse-42.1:
8688
extends: .tarball
8789
image: opensuse/archive:42.1
8890
cache:
@@ -157,7 +159,9 @@ tarball ubuntu-16.04:
157159
ARCH_SUFFIX: suse-15
158160
needs: ["tarball suse-15"]
159161

160-
upload suse-42.1:
162+
# Permanently disabled job
163+
# (Distribution package repository metadata not available anymore.)
164+
.upload suse-42.1:
161165
extends: .upload
162166
variables:
163167
ARCH_SUFFIX: suse-42.1

0 commit comments

Comments
 (0)