Skip to content
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

Tweak playwright config #1758

Merged
merged 4 commits into from
Sep 7, 2023
Merged

Tweak playwright config #1758

merged 4 commits into from
Sep 7, 2023

Conversation

david-crespo
Copy link
Collaborator

@david-crespo david-crespo commented Sep 7, 2023

We were actually overriding the config with --workers=2 in the command in the workflow config, but I prefer to centralize that in the config. We now tell it to use '100%' of available cores (which is 2 as of right now).

@vercel
Copy link

vercel bot commented Sep 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Sep 7, 2023 5:30pm

@david-crespo david-crespo changed the title Run e2e tests in parallel in CI Tweak playwright config Sep 7, 2023
@david-crespo
Copy link
Collaborator Author

Interesting! With worker count unspecified, it used 1 and took 8 minutes instead of 5. Turns out the default is 50% of whatever is there.

@david-crespo david-crespo merged commit 81e3820 into main Sep 7, 2023
8 checks passed
@david-crespo david-crespo deleted the ci-parallel branch September 7, 2023 17:43
david-crespo added a commit to oxidecomputer/omicron that referenced this pull request Sep 7, 2023
oxidecomputer/console@bfb680e...af6536d

* [af6536d5](oxidecomputer/console@af6536d5) skip one flaky test in safari ugh
* [84b5177b](oxidecomputer/console@84b5177b) Add full commit range to omicron PR body (oxidecomputer/console#1759)
* [26737fd8](oxidecomputer/console@26737fd8) bump pinned omicron to latest
* [81e38209](oxidecomputer/console@81e38209) Tweak playwright config (oxidecomputer/console#1758)
* [6582b247](oxidecomputer/console@6582b247) increase timeout for image upload error check
* [e2147840](oxidecomputer/console@e2147840) Revert mistake commit "curious what it does when we don't say anything"
* [7530c3da](oxidecomputer/console@7530c3da) curious what it does when we don't say anything
* [bb436357](oxidecomputer/console@bb436357) Fix image upload modal cancel loop (oxidecomputer/console#1755)
* [e1558785](oxidecomputer/console@e1558785) add lint-fast npm script
* [4614fe6f](oxidecomputer/console@4614fe6f) Fix oxidecomputer/console#1652 - Listbox popover does not move when page scrolls (oxidecomputer/console#1747)
* [14685b11](oxidecomputer/console@14685b11) Upgrade playwright eslint plugin to get new rules (oxidecomputer/console#1752)
* [2b3d519d](oxidecomputer/console@2b3d519d) Add loading state to ok button in confirm delete modal (oxidecomputer/console#1750)
* [0895081b](oxidecomputer/console@0895081b) update readme to reflect RFDs now public
* [be687595](oxidecomputer/console@be687595) Bump TS 5.2, Zod, and other deps (oxidecomputer/console#1749)
david-crespo added a commit to oxidecomputer/omicron that referenced this pull request Sep 7, 2023
UI changes:

* [bb436357](oxidecomputer/console@bb436357)
oxidecomputer/console#1755
* [4614fe6f](oxidecomputer/console@4614fe6f)
oxidecomputer/console#1747
* [2b3d519d](oxidecomputer/console@2b3d519d)
oxidecomputer/console#1750

All changes:
oxidecomputer/console@bfb680e...af6536d

* [af6536d5](oxidecomputer/console@af6536d5)
skip one flaky test in safari ugh
* [84b5177b](oxidecomputer/console@84b5177b)
oxidecomputer/console#1759
* [26737fd8](oxidecomputer/console@26737fd8)
bump pinned omicron to latest
* [81e38209](oxidecomputer/console@81e38209)
oxidecomputer/console#1758
* [6582b247](oxidecomputer/console@6582b247)
increase timeout for image upload error check
* [e2147840](oxidecomputer/console@e2147840)
Revert mistake commit "curious what it does when we don't say anything"
* [7530c3da](oxidecomputer/console@7530c3da)
curious what it does when we don't say anything
* [bb436357](oxidecomputer/console@bb436357)
oxidecomputer/console#1755
* [e1558785](oxidecomputer/console@e1558785)
add lint-fast npm script
* [4614fe6f](oxidecomputer/console@4614fe6f)
oxidecomputer/console#1747
* [14685b11](oxidecomputer/console@14685b11)
oxidecomputer/console#1752
* [2b3d519d](oxidecomputer/console@2b3d519d)
oxidecomputer/console#1750
* [0895081b](oxidecomputer/console@0895081b)
update readme to reflect RFDs now public
* [be687595](oxidecomputer/console@be687595)
oxidecomputer/console#1749
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant