Skip to content

Commit cb2de69

Browse files
committed
fix: add requirement for large self-hosted runner on Azure for 100MB image size experiments
1 parent b676386 commit cb2de69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-benchmarking-image-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
cold-image-size-100-azure:
337337
name: Azure 100MB image size experiment
338338
needs: build_client
339-
runs-on: [ self-hosted, azure ]
339+
runs-on: [ self-hosted, azure, large ]
340340
timeout-minutes: 1200
341341
env:
342342
working-directory: src

0 commit comments

Comments
 (0)