From 809cec72cfd3fd8e23b3a57e664d53698b1c2460 Mon Sep 17 00:00:00 2001 From: Maksim Sadym <69349599+sadym-chromium@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:56:29 +0100 Subject: [PATCH] test: don't run headful mapper in quick WPT (#1685) Exclude headful mapper WPT runner from quick WPT CI action, as: 1. Mapper config is not exposed to any external users, and is used only for dev purposes. 2. This configuration takes more then 7 minutes, while other configs are finished in under 5. Co-authored-by: Maksim Sadym --- .github/workflows/wpt-quick.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wpt-quick.yml b/.github/workflows/wpt-quick.yml index 370c75e6e6..0761d97097 100644 --- a/.github/workflows/wpt-quick.yml +++ b/.github/workflows/wpt-quick.yml @@ -53,6 +53,10 @@ jobs: head: [headless, headful] total_chunks: [6] this_chunk: [1, 2, 3, 4, 5, 6] + exclude: + # Don't run headful mapper, as it takes 7 minutes. It will be checked in post-commit stage. + - kind: mapper + head: headful steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -99,7 +103,7 @@ jobs: TOTAL_CHUNKS: ${{ matrix.total_chunks }} UPDATE_EXPECTATIONS: false VERBOSE: ${{ github.event.inputs.verbose }} - WPT_REPORT: out/wptreport.${{ matrix.kind }}-${{ matrix.head }}.json + WPT_REPORT: out/wptreport.${{ matrix.kind }}-${{ matrix.head }}-${{ matrix.this_chunk }}.${{ matrix.total_chunks }}.json - name: Upload artifacts if: always() uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0