Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Safari jobs should be chunked by test type #51399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gsnedders opened this issue Mar 17, 2025 · 0 comments
Open

Safari jobs should be chunked by test type #51399

gsnedders opened this issue Mar 17, 2025 · 0 comments

Comments

@gsnedders
Copy link
Member

Currently, on Taskcluster we chunk things by test type:

--this-chunk=${chunks.id}
--total-chunks=${chunks.total}
--test-type=${vars.suite}

However, we don't do this on GitHub Actions for Safari:

--no-fail-on-unexpected \
--this-chunk=${{ matrix.current-chunk }} \
--total-chunks=${{ matrix.total-chunks }} \
--chunk-type hash \
--log-wptreport ${{ runner.temp }}/wpt_report_${{ matrix.current-chunk }}.json \

We should probably move to similarly chunking them, to minimise the differences between browsers.

(Low priority, but we should have an issue for this somewhere!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant