ci: bugbash — enable full *-cdp suites, disable *-cdp-remediated - #34531
Draft
cacieprins wants to merge 6 commits into
Draft
ci: bugbash — enable full *-cdp suites, disable *-cdp-remediated#34531cacieprins wants to merge 6 commits into
cacieprins wants to merge 6 commits into
Conversation
Temporary branch config so the full proxy-disabled matrix runs on every PR workflow while remediations stay off; restore before merging. Co-authored-by: Cursor <cursoragent@cursor.com>
cypress
|
||||||||||||||||||||||||||||||||||||||||
| Project |
cypress
|
| Branch Review |
bugbash/cdp-full-suite
|
| Run status |
|
| Run duration | 16m 39s |
| Commit |
|
| Committer | Bill Glesias |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
17
|
|
|
1236
|
|
|
0
|
|
|
35237
|
| View all changes introduced in this branch ↗︎ | |
UI Coverage
67.61%
|
|
|---|---|
|
|
23
|
|
|
48
|
Accessibility
98.97%
|
|
|---|---|
|
|
0 critical
3 serious
1 moderate
0 minor
|
|
|
18
|
AtofStryker
self-requested a review
August 10, 2026 14:19
cacieprins
marked this pull request as ready for review
August 10, 2026 17:27
cacieprins
marked this pull request as draft
August 10, 2026 17:27
It's already a pipeline parameter declared in both the setup config and the continued pipeline.yml, so it's inherited automatically. Re-passing it via continuation's parameters map collides with that and CircleCI rejects the continuation with "Conflicting pipeline parameters" whenever the pipeline is triggered with run-proxy-disabled-tests=true. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…uite # Conflicts: # .circleci/src/pipeline/workflows/pull-request.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Additional details
Temporary PR workflow config to run the full proxy-disabled (
*-cdp) matrix for a CDP Fetch bugbash:*-cdp-remediatedknown-green subset jobs from the PR workflow andall-jobs-passedrequire-opt-in: falseon all full*-cdpjobs so they always run (withoutrun-proxy-disabled-tests=true)system-tests-cookies-cdpandunit-tests-proxy-disabledenabledrequire-opt-inthroughdriver-integration-tests-chrome-inject-document-domainanddriver-integration-memory-testsso those jobs accept the workflow parameterDo not merge until remediations are restored. Full
*-cdpjobs remain omitted fromall-jobs-passedso failures stay advisory.Steps to test
*-cdpjob set (driver chrome/electron/inject-document-domain/memory, system chrome/electron, app, launchpad).*-cdp-remediatedjobs appear in the workflow.*-cdpfailures as flake vs real proxy-disabled gaps.How has the user experience changed?
No change
PR Tasks
cypress-documentation?type definitions?Made with Cursor