This is the naming scheme that the Docker images use.
variables:
IMAGE: ubuntu-18.04
-ubuntu20-04-debug-build:
+ubuntu-20.04-debug-build:
<<: *deb_build_definition
needs:
- job: docker_build_ubuntu-20.04
variables:
IMAGE: ubuntu-20.04
-ubuntu20-04-build:
+ubuntu-20.04-build:
<<: *deb_build_definition
needs:
- job: docker_build_ubuntu-20.04
variables:
IMAGE: ubuntu-18.04
-ubuntu20-04-test:
+ubuntu-20.04-test:
<<: *linux_test_definition
before_script:
- export build_system="autotools"
needs:
- - job: "ubuntu20-04-build"
+ - job: "ubuntu-20.04-build"
artifacts: true
tags:
- linux