Skip to content

Commit efa5bb1

Browse files
batimeunnescafeactions-user
authored andcommitted
Refactor(wab-ci): Changed runs-on section to match new custom machines and labels (#333)
GitOrigin-RevId: 072271e76665759c8f3de4ca355d73dcb2b20370
1 parent e61c63b commit efa5bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/upgrade-internal.bash

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cd platform
99
# flock: For some reason, yarn --mutex contention can cause yarn install to just quietly abort!
1010
npx --yes concurrently \
1111
--kill-others-on-fail \
12-
--max-processes 1 \
12+
--max-processes 7 \
1313
--timings \
1414
--names canvas-packages,host-test,loader-bundle-env,loader-html-hydrate,react-web-bundle,sub,wab \
1515
'cd canvas-packages && flock /tmp/yarn-mutex yarn --mutex network upgrade --latest --pattern "@plasmic(app|pkgs)/*"' \
@@ -19,4 +19,4 @@ npx --yes concurrently \
1919
'cd react-web-bundle && flock /tmp/yarn-mutex yarn --mutex network upgrade --latest --pattern "@plasmic(app|pkgs)/*"' \
2020
'cd sub && flock /tmp/yarn-mutex yarn --mutex network upgrade --latest --pattern "@plasmic(app|pkgs)/*"' \
2121
'cd wab && flock /tmp/yarn-mutex yarn --mutex network upgrade --latest --pattern "@plasmic(app|pkgs)/*"' \
22-
# end
22+
# end

0 commit comments

Comments
 (0)