ci: Use custom runner for core tests with more CPU and memory. (#25475)

This commit is contained in:
James Rasell
2025-03-21 14:52:36 +01:00
committed by GitHub
parent 27ad88ac17
commit 0a29c2f017

View File

@@ -89,7 +89,7 @@ jobs:
sudo -E env "PATH=$PATH" make test-nomad-module
tests-groups:
needs: [checks]
runs-on: ubuntu-22.04
runs-on: custom-linux-xl-nomad-22.04
timeout-minutes: 30
strategy:
fail-fast: false