Skip to content

Commit 7201148

Browse files
committed
No longer stagger tests, since we run them serially now
1 parent 60b35c1 commit 7201148

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ccm-integration-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ jobs:
173173
- name: Evaluate image name
174174
run: 'helpers/image-from-ref >> $GITHUB_ENV'
175175

176-
- name: Stagger tests
177-
run: 'sleep $((RANDOM % 60 + 1))'
178-
179176
- name: Cleanup Leftovers
180177
if: always()
181178
run: helpers/cleanup

0 commit comments

Comments
 (0)