From cf93471401f96ffc7421aed01da6c52610a82aa9 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 11 Jan 2025 21:37:57 +0100 Subject: [PATCH] copr-be: uhhh, spawner wrapper must fail when allocation fails --- roles/copr/backend/tasks/resalloc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/tasks/resalloc.yml b/roles/copr/backend/tasks/resalloc.yml index 136a99fb17..5c8042aef6 100644 --- a/roles/copr/backend/tasks/resalloc.yml +++ b/roles/copr/backend/tasks/resalloc.yml @@ -20,7 +20,7 @@ - name: install IP to YAML spawner script copy: content: | - #! /bin/sh + #! /bin/sh -ex echo --- echo name: "$RESALLOC_NAME" hostname=$( "$@" )