Skip to content

Commit ccf28a1

Browse files
committed
CI: avoid re-building NetworkManager
It introduces unrelated failures and wastes resources, as we're not currently affected by an ABI breaking change.
1 parent fcd348d commit ccf28a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/network-manager.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
MIRROR=http://archive.ubuntu.com/ubuntu autopkgtest-build-lxd ubuntu-daily:noble # LP: #2052639
6767
- name: Run autopkgtest
6868
run: |
69-
pull-lp-source network-manager noble
69+
# When we introduce ABI breaking changes, we need to rebuild NM in DEP-8
70+
#pull-lp-source network-manager noble
7071
sudo autopkgtest -U \
71-
--copy=debian/artifacts:/root/ --setup-commands='dpkg -i /root/*.deb' \
7272
--env=DEB_BUILD_OPTIONS=nocheck \
7373
--apt-pocket=proposed=src:network-manager \
74-
network-manager_*.dsc -- lxd autopkgtest/ubuntu/noble/amd64 || test $? -eq 2 # allow for skipped tests (exit code = 2)
74+
debian/artifacts/*.deb network-manager -- lxd autopkgtest/ubuntu/noble/amd64 || test $? -eq 2 # allow for skipped tests (exit code = 2)

0 commit comments

Comments
 (0)