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