From 64503fabd81e38c58d44d23ae94f5b87a384b86e Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 2 Mar 2023 23:05:17 +0100 Subject: test(wpt): implement process timeout, fix expectations update, and more... (#17892) - relands #17872 - updates the timeouts to be re-configurable just for CI - fixes `./tools/wpt.ts update` - adds option not "ignore" during, applied to wpt epoch runs only --- .github/workflows/wpt_epoch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml index 1bc765321..9fdadf1bf 100644 --- a/.github/workflows/wpt_epoch.yml +++ b/.github/workflows/wpt_epoch.yml @@ -72,7 +72,7 @@ jobs: deno run --unstable --allow-write --allow-read --allow-net \ --allow-env --allow-run --lock=tools/deno.lock.json \ ./tools/wpt.ts run \ - --binary=$(which deno) --quiet --release --json=wpt.json --wptreport=wptreport.json || true + --binary=$(which deno) --quiet --release --no-ignore --json=wpt.json --wptreport=wptreport.json || true - name: Upload wpt results to wpt.fyi env: -- cgit v1.2.3