FDO_DISTRIBUTION_TAG: '2020-03-17.0'
FDO_DISTRIBUTION_VERSION: '31'
-.ubuntu:19.10:
+.ubuntu:20.04:
extends: .fdo.distribution-image@ubuntu
variables:
FDO_DISTRIBUTION_TAG: '2020-03-17.0'
- FDO_DISTRIBUTION_VERSION: '19.10'
+ FDO_DISTRIBUTION_VERSION: '20.04'
-.ubuntu:19.04:
+.ubuntu:19.10:
extends: .fdo.distribution-image@ubuntu
variables:
FDO_DISTRIBUTION_TAG: '2020-03-17.0'
- FDO_DISTRIBUTION_VERSION: '19.04'
+ FDO_DISTRIBUTION_VERSION: '19.10'
.debian:stable:
extends: .fdo.distribution-image@debian
# Pulls in the container from upstream or rebuilds it if missing
-ubuntu:19.10@container-prep:
+ubuntu:20.04@container-prep:
extends:
- - .ubuntu:19.10
+ - .ubuntu:20.04
- .ubuntu.packages
- .fdo.container-build@ubuntu
stage: prep
GIT_STRATEGY: none
# Always rebuilds the container
-ubuntu:19.10@container-forced-rebuild:
+ubuntu:20.04@container-forced-rebuild:
extends:
- - ubuntu:19.10@container-prep
+ - ubuntu:20.04@container-prep
only:
- schedules
variables:
# Pulls in the container from upstream or rebuilds it if missing
-ubuntu:19.04@container-prep:
+ubuntu:19.10@container-prep:
extends:
- - .ubuntu:19.04
+ - .ubuntu:19.10
- .ubuntu.packages
- .fdo.container-build@ubuntu
stage: prep
GIT_STRATEGY: none
# Always rebuilds the container
-ubuntu:19.04@container-forced-rebuild:
+ubuntu:19.10@container-forced-rebuild:
extends:
- - ubuntu:19.04@container-prep
+ - ubuntu:19.10@container-prep
only:
- schedules
variables:
- .container-clean
needs: ["fedora:31@container-prep"]
+### ubuntu 20.04
+ubuntu:20.04@container-clean:
+ extends:
+ - .ubuntu:20.04
+ - .container-clean
+ needs: ["ubuntu:20.04@container-prep"]
+
### ubuntu 19.10
ubuntu:19.10@container-clean:
extends:
- .container-clean
needs: ["ubuntu:19.10@container-prep"]
-### ubuntu 19.04
-ubuntu:19.04@container-clean:
- extends:
- - .ubuntu:19.04
- - .container-clean
- needs: ["ubuntu:19.04@container-prep"]
-
### debian stable
debian:stable@container-clean:
extends:
needs: ['fedora:31@container-prep']
-ubuntu:19.10@autotools-build:
+ubuntu:20.04@autotools-build:
extends:
- - .ubuntu:19.10
+ - .ubuntu:20.04
- .autotools-build@template
stage: autotools
- needs: ['ubuntu:19.10@container-prep']
+ needs: ['ubuntu:20.04@container-prep']
-ubuntu:19.10@meson-build:
+ubuntu:20.04@meson-build:
extends:
- - .ubuntu:19.10
+ - .ubuntu:20.04
- .meson-build@template
stage: meson
- needs: ['ubuntu:19.10@container-prep']
+ needs: ['ubuntu:20.04@container-prep']
-ubuntu:19.04@autotools-build:
+ubuntu:19.10@autotools-build:
extends:
- - .ubuntu:19.04
+ - .ubuntu:19.10
- .autotools-build@template
stage: autotools
- needs: ['ubuntu:19.04@container-prep']
+ needs: ['ubuntu:19.10@container-prep']
-ubuntu:19.04@meson-build:
+ubuntu:19.10@meson-build:
extends:
- - .ubuntu:19.04
+ - .ubuntu:19.10
- .meson-build@template
stage: meson
- needs: ['ubuntu:19.04@container-prep']
+ needs: ['ubuntu:19.10@container-prep']
debian:stable@autotools-build: