mirror of https://github.com/cirruslabs/tart.git
.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:
parent
50ce44c3eb
commit
2d984ba194
|
|
@ -10,6 +10,8 @@ task:
|
|||
persistent_worker:
|
||||
labels:
|
||||
name: dev-mini
|
||||
resources:
|
||||
tart-vms: 1
|
||||
test_script:
|
||||
- swift test
|
||||
integration_test_script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue