parent
f783876166
commit
fbd68b10f3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/expensive-e2e-tests.yml
vendored
3
.github/workflows/expensive-e2e-tests.yml
vendored
|
|
@ -30,6 +30,9 @@ jobs:
|
|||
# - 10.2.4
|
||||
# - latest
|
||||
fail-fast: false
|
||||
# Run one version at a time to avoid the issue when SMS notification are bundled together for multiple versions
|
||||
# running at the same time (the affected test is in grafana-plugin/e2e-tests/alerts/sms.test.ts)
|
||||
max-parallel: 1
|
||||
uses: ./.github/workflows/e2e-tests.yml
|
||||
with:
|
||||
grafana_version: ${{ matrix.grafana_version }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue