.cirrus.yml: add an execution_lock: for integration tests (#610)

* .cirrus.yml: add an execution_lock: for integration tests

* Use Persistent Worker's resources instead of grabbing an execution lock
This commit is contained in:
Nikolay Edigaryev 2023-09-22 22:52:52 +04:00 committed by GitHub
parent 50ce44c3eb
commit 2d984ba194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ task:
persistent_worker:
labels:
name: dev-mini
resources:
tart-vms: 1
test_script:
- swift test
integration_test_script: