diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-28 14:53:27 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-08-28 14:53:27 +0200 |
| commit | f709e853c6f091a3c7707ccebcc521be902c8356 (patch) | |
| tree | 1a099452daef921173c4fc087df4e13aa95fcc1a | |
| parent | 7390b0245f5b99736fdc8f273500d57c9dc0dce1 (diff) | |
| parent | 7b7b55e8d2879c7a2bb5579844b7119ba58dac46 (diff) | |
| download | mullvadvpn-f709e853c6f091a3c7707ccebcc521be902c8356.tar.xz mullvadvpn-f709e853c6f091a3c7707ccebcc521be902c8356.zip | |
Merge branch 'add-debian-13-vm-to-test-framework-des-2364'
| -rw-r--r-- | .github/workflows/desktop-e2e.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 88f87d9b8a..9b4bb92201 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -15,11 +15,11 @@ on: oses: description: "Space-delimited list of targets to run tests on, e.g. `debian12 ubuntu2004`. \ Available images:\n - `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ + `debian11 debian12 debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ fedora39 fedora40 fedora41 fedora42 windows10 windows11 \ macos12 macos13 macos14 macos15 macos26`.\n Default images:\n - `debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ + `debian13 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \ fedora39 fedora40 fedora41 fedora42 windows10 windows11 \ macos13 macos14 macos15 macos26`." default: '' @@ -43,8 +43,8 @@ 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","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42"]' - default='["debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora40","fedora41","fedora42"]' + all='["debian11","debian12","debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42"]' + default='["debian13","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora40","fedora41","fedora42"]' oses="${{ github.event.inputs.oses }}" echo "OSES: $oses" if [[ -z "$oses" || "$oses" == "null" ]]; then |
