File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,22 @@ jobs:
5555 DEB_BUILD_OPTIONS : nocheck
5656 DPKG_GENSYMBOLS_CHECK_LEVEL : 0
5757 with :
58- docker-image : ubuntu:noble
58+ docker-image : ubuntu:questing
5959 buildpackage-opts : --build=binary --no-sign
6060 # extra-build-deps: python3-cffi libpython3-dev
6161 # work around LP: #1878225 as fallback
6262 - name : Preparing autopkgtest-build-lxd
6363 run : |
6464 sudo patch /usr/share/autopkgtest/lib/build-lxd.sh .github/workflows/snapd.patch
65- MIRROR=http://archive.ubuntu.com/ubuntu autopkgtest-build-lxd ubuntu-daily:noble # LP: #2052639
65+ MIRROR=http://archive.ubuntu.com/ubuntu autopkgtest-build-lxd ubuntu-daily:questing # LP: #2052639
6666 - name : Run autopkgtest
6767 run : |
68- pull-lp-source network-manager noble
68+ pull-lp-source network-manager questing
6969 cd network-manager*/
7070 patch src/core/settings/plugins/keyfile/nms-keyfile-utils.c ../.github/workflows/nm-netplan-configure.diff
7171 sudo autopkgtest -U \
7272 --copy=../debian/artifacts:/root/ --setup-commands='dpkg -i /root/*.deb' \
7373 --env=DEB_BUILD_OPTIONS=nocheck \
7474 --apt-pocket=proposed=src:network-manager \
7575 --setup-commands='mkdir -p /etc/systemd/system/NetworkManager.service.d && echo "[Service]\nCapabilityBoundingSet=CAP_CHOWN\n" > /etc/systemd/system/NetworkManager.service.d/override.conf && systemctl daemon-reload' \
76- . -- lxd autopkgtest/ubuntu/noble /amd64 || test $? -eq 2 # allow for skipped tests (exit code = 2)
76+ . -- lxd autopkgtest/ubuntu/questing /amd64 || test $? -eq 2 # allow for skipped tests (exit code = 2)
You can’t perform that action at this time.
0 commit comments