Skip to content

Commit ae3d31e

Browse files
👷 allocate 4 CPUs to performance-benchmark job (#4610)
1 parent 8539830 commit ae3d31e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,9 @@ bump-chrome-version-scheduled-failure:
599599

600600
performance-benchmark:
601601
stage: task
602-
extends: .base-configuration
602+
extends:
603+
- .base-configuration
604+
- .resource-allocation-4-cpus
603605
only:
604606
variables:
605607
- $TARGET_TASK_NAME == "performance-benchmark-scheduled"

0 commit comments

Comments
 (0)