Skip to content

Conversation

@AtofStryker
Copy link
Contributor

@AtofStryker AtofStryker commented Oct 31, 2025

Additional details

Configures full checkout for the app as we need it for semantic release (@see #32765). CircleCI is changing the default starting November 3rd, 2025 (see post)

Steps to test

How has the user experience changed?

PR Tasks


Note

Configures CircleCI checkout to use blobless in pack-workflows and full in node_modules_install.

  • CI (CircleCI):
    • Checkout strategy:
      • .circleci/config.yml: pack-workflows uses checkout with method: blobless.
      • .circleci/src/pipeline/@pipeline.yml: node_modules_install uses checkout with method: full.

Written by Cursor Bugbot for commit bb94a6a. This will update automatically on new commits. Configure here.

@AtofStryker AtofStryker self-assigned this Oct 31, 2025
@cypress
Copy link

cypress bot commented Oct 31, 2025

cypress    Run #67045

Run Properties:  status check failed Failed #67045  •  git commit bb94a6a7b9: chore: configure checkout method where needed as the default will change Monday,...
Project cypress
Branch Review chore/mitigate_blobless_checkout
Run status status check failed Failed #67045
Run duration 19m 17s
Commit git commit bb94a6a7b9: chore: configure checkout method where needed as the default will change Monday,...
Committer Bill Glesias
View all properties for this run ↗︎

Test results
Tests that failed  Failures 1
Tests that were flaky  Flaky 11
Tests that did not run due to a developer annotating a test with .skip  Pending 1098
Tests that did not run due to a failure in a mocha hook  Skipped 4
Tests that passed  Passing 26521
View all changes introduced in this branch ↗︎

Warning

Partial Report: The results for the Application Quality reports may be incomplete.

UI Coverage  45.48%
  Untested elements 188  
  Tested elements 161  
Accessibility  97.97%
  Failed rules  4 critical   8 serious   2 moderate   2 minor
  Failed elements 101  

Tests for review

Failed  cypress/e2e/commands/window.cy.js • 1 failed test • 5x-driver-firefox

View Output

Test Artifacts
... > only logs once
    </td>
  </tr></table>
Flakiness  issues/28527.cy.ts • 1 flaky test • 5x-driver-electron

View Output

Test Artifacts
issue 28527 > fails and then retries and verifies about:blank is not displayed Test Replay Screenshots
Flakiness  commands/waiting.cy.js • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
... > errors > throws when waiting for response to route Test Replay
Flakiness  e2e/origin/config_env.cy.ts • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
cy.origin- Cypress.config() > serializable > overwrites different values in secondary if one exists in the primary Test Replay
Flakiness  issues/28527.cy.ts • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
issue 28527 > fails and then retries and verifies about:blank is not displayed Test Replay Screenshots
Flakiness  commands/files.cy.js • 1 flaky test • 5x-driver-firefox

View Output

Test Artifacts
src/cy/commands/files > #readFile > retries to read when ENOENT
    </td>
  </tr></table>

The first 5 flaky specs are shown, see all 10 specs in Cypress Cloud.

@AtofStryker AtofStryker merged commit 011bf43 into develop Oct 31, 2025
87 of 94 checks passed
@AtofStryker AtofStryker deleted the chore/mitigate_blobless_checkout branch October 31, 2025 18:53
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.

Chore: Maintain full checkout method for semantic release

3 participants