From 3e7ddf81466b79bd033bee86094b514af7370a6f Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 20 Mar 2026 16:18:56 +0100 Subject: [PATCH 1/2] ci: run wpt faster --- .github/workflows/wpt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 01f367e88..9718756c3 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -116,7 +116,7 @@ jobs: run: | ./wpt serve 2> /dev/null & echo $! > WPT.pid sleep 20s - ./wptrunner -lpd-path ./lightpanda -json -concurrency 5 -pool 5 --mem-limit 400 > wpt.json + ./wptrunner -lpd-path ./lightpanda -json -concurrency 10 -pool 10 --mem-limit 400 > wpt.json kill `cat WPT.pid` - name: write commit From 6cc2b0edb56b38648ce5dbce6f1edc4fadc5b0de Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Thu, 12 Mar 2026 11:14:20 +0100 Subject: [PATCH 2/2] REMOVE ME --- .github/workflows/wpt.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wpt.yml b/.github/workflows/wpt.yml index 9718756c3..c22ae6f8b 100644 --- a/.github/workflows/wpt.yml +++ b/.github/workflows/wpt.yml @@ -14,6 +14,8 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + pull_request: + types: [opened, synchronize, reopened, ready_for_review] jobs: wpt-build-release: