Skip to content

Commit 9c5351c

Browse files
committed
chore: update Dockerfile to install Playwright dependencies and adjust max runners in scale set values to 3
1 parent dc3fee3 commit 9c5351c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ RUN /home/linuxbrew/.linuxbrew/bin/brew install \
5757
direnv \
5858
temporal
5959

60+
# Install playwright dependencies
61+
RUN npx playwright install --with-deps > /dev/null
62+
6063
ENV PATH="$PATH:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin"

runner-scale-set-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ githubConfigSecret:
3838
# - example.org
3939

4040
## maxRunners is the max number of runners the autoscaling runner set will scale up to.
41-
maxRunners: 10
41+
maxRunners: 3
4242

4343
## minRunners is the min number of idle runners. The target number of runners created will be
4444
## calculated as a sum of minRunners and the number of jobs assigned to the scale set.

0 commit comments

Comments
 (0)