From: Zygmunt Krynicki Date: Fri, 26 Jan 2024 00:11:46 +0000 (+0100) Subject: spread.yaml: add autopkgtest entries for Debian X-Git-Tag: archive/raspbian/2.68.3-3+rpi1^2^2^2^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dc9c10943c3b4cccd3f5d95d89dd5622fb67b661;p=snapd.git spread.yaml: add autopkgtest entries for Debian Add entries for Debian unstable "sid" to allow running the integration test suite while traversing migrations in the Debian archive. Signed-off-by: Zygmunt Krynicki Gbp-Pq: Name 0017-PATCH-16-18-spread.yaml-add-autopkgtest-entries-for-.patch --- diff --git a/spread.yaml b/spread.yaml index 3b4bf563..4f3fb0d9 100644 --- a/spread.yaml +++ b/spread.yaml @@ -526,6 +526,25 @@ backends: - ubuntu-22.04-arm64: username: ubuntu password: ubuntu + # Debian + - debian-sid-amd64: + username: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + password: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + - debian-sid-i386: + username: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + password: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + - debian-sid-armhf: + username: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + password: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + - debian-sid-ppc64el: + username: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + password: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + - debian-sid-s390x: + username: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + password: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + - debian-sid-arm64: + username: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' + password: '$(HOST: echo "$AUTOPKGTEST_NORMAL_USER")' external: type: adhoc