From c5f20d811c2f7b04530be6e59827b579544ee8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Krienb=C3=BChl?= Date: Wed, 4 Jun 2025 09:23:10 +0200 Subject: [PATCH] No longer stagger tests, since we run them serially now --- .github/workflows/integration-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9b68528..228dea6 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -173,9 +173,6 @@ jobs: - name: Evaluate image name run: 'helpers/image-from-ref >> $GITHUB_ENV' - - name: Stagger tests - run: 'sleep $((RANDOM % 60 + 1))' - - name: Cleanup Leftovers if: always() run: helpers/cleanup