summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2025-09-30 13:58:38 +0200
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-10-01 09:52:04 +0200
commitc6ee5499dd018df519e1e64213e9c1862b725ec4 (patch)
tree39bd7d2698893773010951034c0ff21e923f5026 /.github/workflows
parentd4438db88df86f5c45ddfc37d84b8962f24719db (diff)
downloadmullvadvpn-c6ee5499dd018df519e1e64213e9c1862b725ec4.tar.xz
mullvadvpn-c6ee5499dd018df519e1e64213e9c1862b725ec4.zip
Add Ubuntu 25.10 VM to e2e tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/desktop-e2e.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml
index 766cab60d7..ea332840d0 100644
--- a/.github/workflows/desktop-e2e.yml
+++ b/.github/workflows/desktop-e2e.yml
@@ -15,12 +15,13 @@ on:
oses:
description: "Space-delimited list of targets to run tests on, e.g. `debian13 ubuntu2404`. \
Available images:\n
- `debian11 debian12 debian13 ubuntu2204 ubuntu2404 ubuntu2504 \
+ `debian11 debian12 debian13 \
+ ubuntu2204 ubuntu2404 ubuntu2504 ubuntu2510 \
fedora41 fedora42 fedora43 \
windows10 windows11 \
macos12 macos13 macos14 macos15 macos26`.\n
Default images:\n
- `debian13 ubuntu2204 ubuntu2404 ubuntu2504 \
+ `debian13 ubuntu2204 ubuntu2404 ubuntu2504 ubuntu2510 \
fedora41 fedora42 fedora43 windows10 windows11 \
macos13 macos14 macos15 macos26`."
default: ''
@@ -44,8 +45,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","debian13","ubuntu2204","ubuntu2404","ubuntu2504","fedora41","fedora42","fedora43"]'
- default='["debian13","ubuntu2204","ubuntu2404","ubuntu2504","fedora41","fedora42","fedora43"]'
+ all='["debian11","debian12","debian13","ubuntu2204","ubuntu2404","ubuntu2504","ubuntu2510","fedora41","fedora42","fedora43"]'
+ default='["debian13","ubuntu2204","ubuntu2404","ubuntu2504","ubuntu2510","fedora41","fedora42","fedora43"]'
oses="${{ github.event.inputs.oses }}"
echo "OSES: $oses"
if [[ -z "$oses" || "$oses" == "null" ]]; then