ci: use mem-limit with wptrunner

This commit is contained in:
Pierre Tachoire
2026-03-14 10:49:48 +01:00
parent fb29a1c5bf
commit 8c5e737669

View File

@@ -116,7 +116,7 @@ jobs:
run: | run: |
./wpt serve 2> /dev/null & echo $! > WPT.pid ./wpt serve 2> /dev/null & echo $! > WPT.pid
sleep 20s sleep 20s
./wptrunner -lpd-path ./lightpanda -json -concurrency 6 -pool 2 > wpt.json ./wptrunner -lpd-path ./lightpanda -json -concurrency 5 -pool 5 --mem-limit 400 > wpt.json
kill `cat WPT.pid` kill `cat WPT.pid`
- name: write commit - name: write commit