mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 08:21:30 +00:00
ci: switch sid tests to bullseye and allow failure
Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
parent
19392f63c2
commit
aa02edcbfb
@ -14,18 +14,21 @@ tests-buster:
|
|||||||
- apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
|
- apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
|
||||||
- ci/gitlab-ci-runner --with-coverage
|
- ci/gitlab-ci-runner --with-coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- coverage
|
- coverage
|
||||||
- codestyle
|
- codestyle
|
||||||
|
|
||||||
tests-sid:
|
tests-bullseye:
|
||||||
stage: test
|
stage: test
|
||||||
image: debian:sid
|
image: debian:bullseye
|
||||||
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
|
- apt-get install -y python3 python3-apt python3-yaml python3-coverage python3-pycodestyle pycodestyle python3-pytest python3-pytest-cov git rsync libclass-accessor-perl libdpkg-perl libyaml-syck-perl
|
||||||
- ci/gitlab-ci-runner --with-coverage
|
- ci/gitlab-ci-runner --with-coverage
|
||||||
artifacts:
|
artifacts:
|
||||||
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- coverage
|
- coverage
|
||||||
- codestyle
|
- codestyle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user