-
Notifications
You must be signed in to change notification settings - Fork 3.4k
chore: parameterize persist artifacts #32972
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
AtofStryker
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.
@cacieprins the mksnapshot command failed when I ran the pipeline? Do we need to configure something else additionally https://app.circleci.com/pipelines/github/cypress-io/cypress-publish-binary/16576/workflows/f5de6c49-b48a-4c9d-9f20-b7b05637e929/jobs/32056
cypress
|
||||||||||||||||||||||||||||||||||||||||
| Project |
cypress
|
| Branch Review |
ci/parameterize-persist-artifacts
|
| Run status |
|
| Run duration | 19m 12s |
| Commit |
|
| Committer | Cacie Prins |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
10
|
|
|
1098
|
|
|
4
|
|
|
26733
|
| View all changes introduced in this branch ↗︎ | |
Warning
Partial Report: The results for the Application Quality reports may be incomplete.
UI Coverage
45.48%
|
|
|---|---|
|
|
188
|
|
|
161
|
Accessibility
98%
|
|
|---|---|
|
|
4 critical
8 serious
2 moderate
2 minor
|
|
|
101
|
Additional details
Rather than modifying our circle config files, we can now trigger artifact persistence via a manual Circle workflow invocation.
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation?type definitions?Note
Add a
force-persist-artifactspipeline parameter and update artifact persistence logic to honor it and simplify branch checks.force-persist-artifacts(boolean, defaultfalse) to/.circleci/config.ymland/.circleci/src/pipeline/@pipeline.yml.setup_should_persist_artifactsto setSHOULD_PERSIST_ARTIFACTSwhenforce-persist-artifactsistrue; otherwise persist ondevelopandrelease/*branches; remove legacy branch exception.Written by Cursor Bugbot for commit 1f79368. This will update automatically on new commits. Configure here.