Disable the autopkgtest on salsa-ci too

This commit is contained in:
Simon McVittie 2019-07-09 09:47:34 +01:00
parent 5992ec8f26
commit a370822625
2 changed files with 11 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,8 +1,10 @@
ostree (2019.2-2) UNRELEASED; urgency=medium
* d/salsa-ci.yml: Request standard CI on salsa.debian.org
- Disable build-time tests with DEB_BUILD_OPTIONS=nocheck for now:
they don't currently work in the salsa-ci infrastructure.
- Disable build-time tests with DEB_BUILD_OPTIONS=nocheck for now.
They don't currently work in the salsa-ci infrastructure, but I
can't reproduce and debug the failure in a local Docker container.
- Similarly, disable the autopkgtest for now.
-- Simon McVittie <smcv@debian.org> Sun, 23 Jun 2019 20:07:33 +0100

7
debian/salsa-ci.yml vendored
View File

@ -2,5 +2,12 @@ include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
autopkgtest:
# https://github.com/ostreedev/ostree/issues/1885
except:
variables:
- $DISABLED == "https://github.com/ostreedev/ostree/issues/1885"
variables:
# https://github.com/ostreedev/ostree/issues/1885
DEB_BUILD_OPTIONS: 'nocheck'