diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-09-24 19:39:33 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-09-24 21:45:13 +0200 |
commit | c63eb6291986dd813a74e76fdccf06900669c957 (patch) | |
tree | c98832fe621676c27f3c3174e415ca1f130ea47d /debian/tests | |
parent | 4252a8c46af88baf8949da84ab21e8f79585a2f4 (diff) | |
download | debvm-c63eb6291986dd813a74e76fdccf06900669c957.tar.gz |
make autopkgtest non-flaky
When passing an empty release to ./tests/create-and-run.sh, we now use
the host's apt sources and pinning. This is an additional gitlab-ci test
and replaces the previous autopkgtest involving unstable, which thus
becomes non-flaky.
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/tests/control b/debian/tests/control index e72580a..9888f95 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,12 +1,12 @@ -Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid -Depends: debian-archive-keyring, debvm, curl, file, openssh-client, seabios [ppc64el] -Restrictions: allow-stderr, needs-internet, needs-root, flaky +Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) "" +Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el] +Restrictions: allow-stderr, needs-internet, needs-root # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x -Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) sid -Depends: debian-archive-keyring, debvm, curl, file, openssh-client, seabios [ppc64el], uidmap -Restrictions: allow-stderr, needs-internet, skippable, flaky +Test-Command: unshare -U -m -p -f -r --mount-proc true || exit 77; ./tests/create-and-run.sh $(dpkg --print-architecture) "" +Depends: debian-archive-keyring, debvm, file, openssh-client, seabios [ppc64el], uidmap +Restrictions: allow-stderr, needs-internet, skippable # Skip running on armel and armhf as the emulation is too slow there to actually work. Architecture: amd64 arm64 i386 mips64el mipsel ppc64el riscv64 s390x |