Skip to content
Snippets Groups Projects
Commit 62d43f53 authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Stop testing populate-depot in EOL distributions


Debian 9 'stretch' and SteamOS 2 'brewmaster' are unmaintained.

Helps: steamrt/tasks#248
Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e99c3932
No related branches found
No related tags found
1 merge request!542CI improvements
This commit is part of merge request !542. Comments created here will be created in the context of that merge request.
......@@ -478,23 +478,6 @@ test-populate-depot:debian-11:
extends: .test-populate-depot
image: docker.internal.steamos.cloud/steamos/package-builder:bullseye
# Run tests in stretch (this lets us assert that the test script
# is syntactically valid in Python 3.5). Ignore any pyflakes, shellcheck,
# etc. warnings because these older versions are probably less good at
# avoiding false positives.
test-populate-depot:debian-9:
extends: .test-populate-depot
image: docker.internal.steamos.cloud/steamos/package-builder:stretch
script:
- make -C subprojects/container-runtime check TESTS_ONLY=true
# The same, but for brewmaster and Python 3.4
test-populate-depot:steamos-2:
extends: .test-populate-depot
image: docker.internal.steamos.cloud/steamos/package-builder:brewmaster
script:
- make -C subprojects/container-runtime check TESTS_ONLY=true
# The same, but for Ubuntu 18.04
test-populate-depot:ubuntu-18.04:
extends: .test-populate-depot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment