diff options
author | Micah Anderson <micah@riseup.net> | 2018-06-07 09:37:17 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2018-06-07 09:37:17 -0400 |
commit | 15389b1d458e505b71c09b70da86a4e4a1cc4d93 (patch) | |
tree | 09abf5c824855766109644a59f8f2b38fbf68469 | |
parent | ef010e00a3d356946cf8b58f5e67d6c7a892050e (diff) |
remove jessie, zesty, add bionicmaster
-rw-r--r-- | .gitlab-ci.yml | 27 |
1 files 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 |