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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
27b2c4858b
Коммит
1b69f2d79f
4
.github/workflows/e2e-fulltests-ci.yml
поставляемый
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
|
||||
|
||||
Ссылка в новой задаче
Block a user