mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Merge pull request #830 from bart0sh/PR127-e2e-disable-one_at_a_time-concurency
e2e workflows:get rid of one_at_a_time concurency
This commit is contained in:
commit
70aa91dc8c
1
.github/workflows/e2e-qat.yml
vendored
1
.github/workflows/e2e-qat.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
|||||||
name: e2e-qat
|
name: e2e-qat
|
||||||
#if: contains('["bart0sh"]', github.actor)
|
#if: contains('["bart0sh"]', github.actor)
|
||||||
runs-on: [self-hosted, linux, x64, qat]
|
runs-on: [self-hosted, linux, x64, qat]
|
||||||
concurrency: one_at_a_time_qat
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
1
.github/workflows/e2e-sgx.yml
vendored
1
.github/workflows/e2e-sgx.yml
vendored
@ -14,7 +14,6 @@ jobs:
|
|||||||
e2e-sgx:
|
e2e-sgx:
|
||||||
name: e2e-sgx
|
name: e2e-sgx
|
||||||
runs-on: [self-hosted, linux, x64, sgx]
|
runs-on: [self-hosted, linux, x64, sgx]
|
||||||
concurrency: one_at_a_time_sgx
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user