gitlab CI: switch to Ubuntu 19.10
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 25 Oct 2019 00:22:28 +0000 (10:22 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Fri, 25 Oct 2019 00:32:03 +0000 (10:32 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml

index f0b424a0f231139c718735098df1fd0527ff3d6e..6e2ec124c79286c769f54e25b489762cac34aad9 100644 (file)
@@ -188,12 +188,12 @@ fedora:31@container-prep:
   <<: *pull_upstream_or_rebuild
 
 
-ubuntu:18.10@container-prep:
+ubuntu:19.10@container-prep:
   extends: .ubuntu@container-build
   stage: container_prep
   variables:
     GIT_STRATEGY: none
-    UBUNTU_VERSION: "18.10"
+    UBUNTU_VERSION: "19.10"
     DISTRIB_FLAVOR: ubuntu
     DISTRIB_VERSION: $UBUNTU_VERSION
     TAG: $UBUNTU_TAG
@@ -358,11 +358,11 @@ fedora:31@container-clean:
     FEDORA_VERSION: 31
     CURRENT_CONTAINER_IMAGE: $FEDORA_CONTAINER_IMAGE
 
-ubuntu:18.10@container-clean:
+ubuntu:19.10@container-clean:
   extends: .container-clean
   variables:
     GIT_STRATEGY: none
-    UBUNTU_VERSION: "18.10"
+    UBUNTU_VERSION: "19.10"
     CURRENT_CONTAINER_IMAGE: $UBUNTU_CONTAINER_IMAGE
 
 ubuntu:19.04@container-clean:
@@ -620,11 +620,11 @@ fedora:30@flake8:
   extends: .build@template
   image: $UBUNTU_CONTAINER_IMAGE
 
-ubuntu:18.10@default-build:
+ubuntu:19.10@default-build:
   extends: .ubuntu@template
   variables:
-    UBUNTU_VERSION: "18.10"
-  needs: ['ubuntu:18.10@container-prep']
+    UBUNTU_VERSION: "19.10"
+  needs: ['ubuntu:19.10@container-prep']
 
 ubuntu:19.04@default-build:
   extends: .ubuntu@template