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

CI: Refer to distributions by name and version, not codename


This makes it easier for non-experts on the relevant distros to
identify what we're talking about.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 7d10079f
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ build:scout: ...@@ -234,7 +234,7 @@ build:scout:
locales locales
python3 python3
test:buster: test:debian-10:
extends: .test_template extends: .test_template
image: debian:buster-slim image: debian:buster-slim
script: script:
...@@ -251,7 +251,7 @@ test:buster: ...@@ -251,7 +251,7 @@ test:buster:
paths: paths:
- _buster_test_logs - _buster_test_logs
test:bionic: test:ubuntu-18.04:
extends: .test_template extends: .test_template
image: ubuntu:18.04 image: ubuntu:18.04
script: script:
...@@ -268,7 +268,7 @@ test:bionic: ...@@ -268,7 +268,7 @@ test:bionic:
paths: paths:
- _bionic_test_logs - _bionic_test_logs
test:focal: test:ubuntu-20.04:
extends: .test_template extends: .test_template
image: ubuntu:20.04 image: ubuntu:20.04
script: script:
......
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