From 2d984ba19407dd59c234bbca3448c18f6f43aa7d Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Fri, 22 Sep 2023 22:52:52 +0400 Subject: [PATCH] .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 --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 7a27e4d..ab33267 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,6 +10,8 @@ task: persistent_worker: labels: name: dev-mini + resources: + tart-vms: 1 test_script: - swift test integration_test_script: