From f334b77d26e38957b99392a8c12ad657ca8b325e Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 8 Nov 2024 01:43:41 -0700 Subject: [PATCH] Do not mount volumes --- .github/workflows/test-packages-action-linux.yml | 3 --- tools/ci.py | 6 ++++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-packages-action-linux.yml b/.github/workflows/test-packages-action-linux.yml index 199f43de1df..87801aa2b96 100644 --- a/.github/workflows/test-packages-action-linux.yml +++ b/.github/workflows/test-packages-action-linux.yml @@ -113,9 +113,6 @@ jobs: container: image: ${{ inputs.container }} options: --privileged - volumes: - - /run/systemd/system:/run/systemd/system - - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket timeout-minutes: 120 # 2 Hours - More than this and something is wrong needs: diff --git a/tools/ci.py b/tools/ci.py index 598c73b34f1..0d2d6526dd2 100644 --- a/tools/ci.py +++ b/tools/ci.py @@ -897,9 +897,11 @@ def pkg_matrix( # else: # ctx.info(f"No {version} ({backend}) for {distro_slug} at {prefix}") if name == "windows": - sessions = ("upgrade",) + sessions = [ + "upgrade", + ] else: - sessions = ("upgrade", "downgrade") + sessions = ["upgrade", "downgrade"] for session in sessions: _matrix.append( {