From c3283eedc77c4937c3752a89761f04453f40adc1 Mon Sep 17 00:00:00 2001 From: Emil Simeonov Date: Tue, 22 Sep 2026 18:40:02 +0200 Subject: [PATCH] test: fix cleanup-script assertion (tier flag lives in unit file) --- ansible/roles/gitea_runner/molecule/template-content/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/gitea_runner/molecule/template-content/verify.yml b/ansible/roles/gitea_runner/molecule/template-content/verify.yml index 97a4ff8..9f1fdad 100644 --- a/ansible/roles/gitea_runner/molecule/template-content/verify.yml +++ b/ansible/roles/gitea_runner/molecule/template-content/verify.yml @@ -65,7 +65,7 @@ - "'GITEA-ACTIONS-TASK' in cleanup_script.content | b64decode" - "'status=exited' in cleanup_script.content | b64decode" - "'runner-images/' in cleanup_script.content | b64decode" - - "'--tier' in cleanup_script.content | b64decode" + - "'docker volume prune' in cleanup_script.content | b64decode" - "'label!=' in cleanup_script.content | b64decode" - "'docker system prune' not in cleanup_script.content | b64decode" - "'routine)' in cleanup_script.content | b64decode"