Skip to content

Commit

Permalink
GitLab CI: disable SUSE 42.1 jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep authored Apr 24, 2023
1 parent 44b4b4d commit d7e3889
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitlab/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ variables:
# show GLIBC verison
- *show-glibc-version

tarball suse-42.1:
# Permanently disabled job
# (Distribution package repository metadata not available anymore.)
.tarball suse-42.1:
extends: .tarball
image: opensuse/archive:42.1
cache:
Expand Down Expand Up @@ -157,7 +159,9 @@ tarball ubuntu-16.04:
ARCH_SUFFIX: suse-15
needs: ["tarball suse-15"]

upload suse-42.1:
# Permanently disabled job
# (Distribution package repository metadata not available anymore.)
.upload suse-42.1:
extends: .upload
variables:
ARCH_SUFFIX: suse-42.1
Expand Down

0 comments on commit d7e3889

Please sign in to comment.