From cec5ebead6bfecfd0132f7c38f86ec5355fd5717 Mon Sep 17 00:00:00 2001 From: Samuel K Date: Mon, 17 Aug 2026 17:05:49 +0000 Subject: [PATCH] ci: disable free-disk-space for up-features job The background free-disk-space step prunes unused Docker images concurrently with later steps. In the up-features job this raced with the e2e test's own devcontainer build: the image was built and verified present, then pruned before the container could start, failing with "image not found". https://github.com/devsy-org/devsy/actions/runs/32018882285/job/95361185253 --- .github/workflows/pr-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index d1e5a0760..b2dd3990b 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -503,7 +503,7 @@ jobs: - label: up-features runner: ubuntu-latest - free-disk-space: true + free-disk-space: false install-kind: true requires-secret: false