From 34ff0a2dc35c7954a4de1d9083353feb9a81530b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Wed, 14 Aug 2024 10:37:28 +0200 Subject: [PATCH 1/2] Remove unsupported Fedora distros from e2e tests --- .github/workflows/desktop-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 23a612f9acbb..ea9fbfbb2ee2 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -16,7 +16,7 @@ on: description: "Space-delimited list of targets to run tests on, e.g. `debian11 debian12`. \ Available images are:\n `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2304 ubuntu2310 ubuntu2404 fedora40 \ - fedora39 fedora38 fedora37 fedora36 windows10 windows11 macos12 macos13 macos14`." + fedora39 windows10 windows11 macos12 macos13 macos14`." default: '' required: false type: string @@ -30,7 +30,7 @@ jobs: run: | # A list of VMs to run the tests on. These refer to the names defined # in $XDG_CONFIG_DIR/mullvad-test/config.json on the runner. - all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","ubuntu2404","fedora40","fedora39","fedora38","fedora37","fedora36"]' + all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","ubuntu2404","fedora40","fedora39"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then From e30ec223ce265cae7704dde4ed7a02b45b90daf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20L=C3=B6nnhager?= Date: Wed, 14 Aug 2024 10:42:07 +0200 Subject: [PATCH 2/2] Remove unsupported Ubuntu distros from e2e tests --- .github/workflows/desktop-e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index ea9fbfbb2ee2..9fe7a328c99b 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -15,7 +15,7 @@ on: oses: description: "Space-delimited list of targets to run tests on, e.g. `debian11 debian12`. \ Available images are:\n - `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2304 ubuntu2310 ubuntu2404 fedora40 \ + `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 fedora40 \ fedora39 windows10 windows11 macos12 macos13 macos14`." default: '' required: false @@ -30,7 +30,7 @@ jobs: run: | # A list of VMs to run the tests on. These refer to the names defined # in $XDG_CONFIG_DIR/mullvad-test/config.json on the runner. - all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2304","ubuntu2310","ubuntu2404","fedora40","fedora39"]' + all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","fedora40","fedora39"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then