CLD-7473 Limit parallelism for full E2E tests (#26741)

* Limit parallelism for full E2E tests

* Add temporary changes for testing

* Better concurrency spec

* Do not consider github.ref for concurrency grouping

* Further improve the concurrency grouping

* Remove testing lines
Этот коммит содержится в:
Mario Vitale
2024-04-11 06:29:45 +02:00
коммит произвёл GitHub
родитель 27b2c4858b
Коммит 1b69f2d79f

4
.github/workflows/e2e-fulltests-ci.yml поставляемый
Просмотреть файл

@@ -29,6 +29,10 @@ on:
- NONE
default: NONE
concurrency:
group: "${{ github.workflow }}-${{ inputs.PR_NUMBER || inputs.ref }}"
cancel-in-progress: true
jobs:
resolve-ref:
runs-on: ubuntu-22.04