-
Notifications
You must be signed in to change notification settings - Fork 2k
CI: remove unused configurations and further tweaks to filter unnecessary builds. #78973
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
Conversation
- remove unused configs
- expand vcs do not trigger rules for the WPComPlugin builds.
- remove reference to HelpCentreE2ETests
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
- remove unused config keys. - remove use of `JEST_MAX_WORKERS` in favor of using `JEST_E2E_WORKERS`.
| } | ||
| ) | ||
|
|
||
| object HelpCentreE2ETests : E2EBuildType( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These configurations were never used or no longer used.
- unbound variable
noahtallen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the cleanup!
| scriptContent = """ | ||
| cd apps/editing-toolkit | ||
| yarn test:js --reporters=default --reporters=jest-teamcity --maxWorkers=${'$'}JEST_MAX_WORKERS | ||
| yarn test:js --reporters=default --reporters=jest-teamcity --maxWorkers=%JEST_E2E_WORKERS% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the merge conflict, just a heads up that I moved the unit tests here from calypso apps to the primary unit test build config in #79097.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah gotcha, I'll take a look. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@roo2 Thanks for the heads up. I'll merge my changes in since it should not cause any issues with existing builds, but that means I'd be shifting the conflict resolution burden onto @noahtallen - hope you don't mind.
Proposed Changes
This PR is partly chore, partly enhancement to the CI.
Key changes:
test/e2e/packages/calypso-e2eHelpCentreE2EandKPIDashboardTests.Testing Instructions
Ensure the following build configurations are passing:
Additionally, ensure no build has the "Failed to load settings from VCS" error.
Pre-merge Checklist