From 705158562a79c1b4960b173ff11f84abcbbac404 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 8 Apr 2026 14:56:06 +0200 Subject: [PATCH] Revert "ci-tron: ensure the test jobs start with a clean job folder" This reverts commit aa39da83383805b919ece0cf2aba97403afb7a3a. This turned out to cause issues when rebuilding test docker images. This will need further investigation, for now just revert it. Part-of: --- .gitlab-ci/ci-tron/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/ci-tron/gitlab-ci.yml b/.gitlab-ci/ci-tron/gitlab-ci.yml index d7cf392d9a4..ec036680c10 100644 --- a/.gitlab-ci/ci-tron/gitlab-ci.yml +++ b/.gitlab-ci/ci-tron/gitlab-ci.yml @@ -3,7 +3,7 @@ extends: - .ci-tron-b2c-job-v1 variables: - GIT_STRATEGY: empty + GIT_STRATEGY: none B2C_VERSION: v0.9.17 # Linux 6.16.3 CI_TRON_PATTERN__JOB_SUCCESS__REGEX: 'hwci: mesa: exit_code: 0\r$'