-
Notifications
You must be signed in to change notification settings - Fork 16
chore: add standalone target with plugin caching #1062
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
base: main
Are you sure you want to change the base?
Conversation
@code-pushup/ci
@code-pushup/create-cli
@code-pushup/cli
@code-pushup/models
@code-pushup/nx-plugin
@code-pushup/core
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
@code-pushup/models-transformers
commit: |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 8722244 with previous commit 97c31f8. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 2 groups regressed, 👍 1 audit improved, 👎 6 audits regressed, 14 audits changed without impacting score🗃️ Groups
18 other groups are unchanged. 🛡️ Audits
589 other audits are unchanged. |
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
bd2a389
to
d114076
Compare
# Conflicts: # code-pushup.config.ts
View your CI Pipeline Execution ↗ for commit ff016c4
☁️ Nx Cloud last updated this comment at |
"@nx/vite:test": { | ||
"cache": true, | ||
"inputs": ["default", "^production"], | ||
"inputs": ["test-vitest-inputs"], | ||
"options": { | ||
"passWithNoTests": true, | ||
"watch": false | ||
} | ||
}, |
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.
I had to keep the executor defaults to keep e2e passing. ATM I have NO (uppercase intentional) clue why exactly, just some next things to verify. I already added this to the followup todos, just to keep a note here..
Followup of:
Precondition:
unit-test
andint-test
targets #1061This PR includes:
nx.json
defaultTargets
for main and plugincode-pushup
targetsaffected
and--parallel=3
readCachedProjectGraph
to avoid problems when running plugins in parallelNote
I cache the
js-packges
plugin target, against our discussion, as only in this PR I would have saved ~4minFollowup Todos:
zod2md.ts
undertools
and leverage"!{projectRoot}/tools/**/*"
innx.json#namedInputs.production
nx-plugin/mock
tomodels/mocks
and adjust inputsnx.json#targetDefaults
plugin-eslint
confignx run test-nx-utils:unit-test
is executed ATMnx.json#defaultTargets[N].@nx/vite:test
as empty ({}
) target is removed