summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-11 13:44:49 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-04-22 08:53:28 +0200
commitdddd36cec7d5a3630b025fff3dab99a3b099ba3b (patch)
treef07d4a9f5004a44e2433734de1d13213dff86b12 /.github/workflows
parent6d7b4ba7bdc497093dbd5861a8a6a4842574e6f7 (diff)
downloadmullvadvpn-dddd36cec7d5a3630b025fff3dab99a3b099ba3b.tar.xz
mullvadvpn-dddd36cec7d5a3630b025fff3dab99a3b099ba3b.zip
Add Ubuntu 25.04 VM to end-to-end tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 36da651823..9cd2e6e124 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -15,11 +15,13 @@ 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 fedora39 \
- fedora40 fedora41 fedora42 windows10 windows11 macos12 macos13 macos14 macos15`.\n
+ `debian11 debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
+ fedora39 fedora40 fedora41 fedora42 windows10 windows11 \
+ macos12 macos13 macos14 macos15`.\n
Default images:\n
- `debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 fedora39 \
- fedora40 fedora41 fedora42 windows10 windows11 macos13 macos14 macos15`."
+ `debian12 ubuntu2004 ubuntu2204 ubuntu2404 ubuntu2410 ubuntu2504 \
+ fedora39 fedora40 fedora41 fedora42 windows10 windows11 \
+ macos13 macos14 macos15`."
default: ''
required: false
type: string
@@ -41,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","fedora39","fedora40","fedora41","fedora42"]'
- default='["debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","fedora40","fedora41","fedora42"]'
+ all='["debian11","debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora39","fedora40","fedora41","fedora42"]'
+ default='["debian12","ubuntu2004","ubuntu2204","ubuntu2404","ubuntu2410","ubuntu2504","fedora40","fedora41","fedora42"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then