We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3fee3 commit 9c5351cCopy full SHA for 9c5351c
Dockerfile
@@ -57,4 +57,7 @@ RUN /home/linuxbrew/.linuxbrew/bin/brew install \
57
direnv \
58
temporal
59
60
+# Install playwright dependencies
61
+RUN npx playwright install --with-deps > /dev/null
62
+
63
ENV PATH="$PATH:/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin"
runner-scale-set-values.yaml
@@ -38,7 +38,7 @@ githubConfigSecret:
38
# - example.org
39
40
## maxRunners is the max number of runners the autoscaling runner set will scale up to.
41
-maxRunners: 10
+maxRunners: 3
42
43
## minRunners is the min number of idle runners. The target number of runners created will be
44
## calculated as a sum of minRunners and the number of jobs assigned to the scale set.
0 commit comments