From ea72cddc81cb611eb693bb2a5a3c004145ccbea8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:08:47 +0000 Subject: [PATCH 1/2] Initial plan From a0264050612f9f63a7a8c46d26ec3458d1f36dd0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:11:28 +0000 Subject: [PATCH 2/2] Move repack-test directory creation to prepare phase Co-authored-by: lengau <4305943+lengau@users.noreply.github.com> --- tests/spread/testcraft/skip-repack/task.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/spread/testcraft/skip-repack/task.yaml b/tests/spread/testcraft/skip-repack/task.yaml index f41cca4e8..7718ac756 100644 --- a/tests/spread/testcraft/skip-repack/task.yaml +++ b/tests/spread/testcraft/skip-repack/task.yaml @@ -5,8 +5,10 @@ environment: CRAFT_BUILD_ENVIRONMENT/destructive: host CRAFT_IDLE_MINS/managed: 2 # Speed up test by not restarting the container. -execute: | +prepare: | mkdir repack-test + +execute: | cd repack-test testcraft init