From 15389b1d458e505b71c09b70da86a4e4a1cc4d93 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 7 Jun 2018 09:37:17 -0400 Subject: remove jessie, zesty, add bionic --- .gitlab-ci.yml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3361efd..199be67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,18 +29,6 @@ test: script: - tox --recreate -package:amd64_jessie: - variables: - ARCH: "amd64" - DIST: "jessie" - REPONAME: "platform" - REPONAMES: "platform,client" - # Default is to fail on warnings, we disable it here - # unless we fix the standards-version depending on the release - # (see https://0xacab.org/leap/bitmask-dev/issues/9060) - LINTIAN_OPTS: "-X filename-length" - <<: *job_definition - package:amd64_stretch: variables: ARCH: "amd64" @@ -66,20 +54,19 @@ package:amd64_sid: REPONAMES: "client" <<: *job_definition -package:amd64_zesty: +package:amd64_artful: variables: ARCH: "amd64" - DIST: "zesty" + DIST: "artful" REPONAMES: "client" - # Default is to fail on warnings, we disable it here - # unless we fix the standards-version depending on the release - # (see https://0xacab.org/leap/bitmask-dev/issues/9060) - LINTIAN_OPTS: "-X filename-length" <<: *job_definition -package:amd64_artful: +package:amd64_bionic: variables: ARCH: "amd64" - DIST: "artful" + DIST: "bionic" REPONAMES: "client" + # Default is to fail on warnings, we disable it here + # unless all lintian warnings are fixed (#9033) + LINTIAN_OPTS: "-X filename-length, --suppress-tags newer-standards-version" <<: *job_definition -- cgit v1.2.3