GHA: Switch some BE workflows to self-hosted runners (#109846)

* GHA: Use equivalent self-hosted runners for BE unit tests Enterprise

* GHA: Use standard runners for BE unit tests OSS

* GHA: Use equivalent self-hosted runner for ephemeral env action

* GHA: Use self-hosted runners and adjust shards for BE integration tests

* GHA: Upgrade BE integration test Postgres from 12 to 17

* GHA: Upgrade BE integration test MySQL from 8.0.32 to 8.0.43
This commit is contained in:
Matheus Macabu
2025-08-19 16:20:58 +02:00
committed by GitHub
parent 350af57356
commit d07fa65920
3 changed files with 18 additions and 14 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ jobs:
fail-fast: false
name: Grafana (${{ matrix.shard }})
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-latest
continue-on-error: true
permissions:
contents: read
@@ -81,7 +81,7 @@ jobs:
fail-fast: false
name: Grafana Enterprise (${{ matrix.shard }})
runs-on: ubuntu-latest-8-cores
runs-on: ubuntu-x64-large
permissions:
contents: read
id-token: write