Skip to content

Conversation

@jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Oct 16, 2025

Additional details

Adds the new method: blobless property to our checkout step in CircleCI (as opposed to the default of full. https://circleci.com/docs/reference/configuration-reference/#checkout

This essentially runs this git clone --filter=blob:none <url>

creates a blobless clone. These clones download all reachable commits and trees while fetching blobs on-demand. These clones are best for developers and build environments that span multiple builds. https://github.blog/open-source/git/get-up-to-speed-with-partial-clone-and-shallow-clone/

I'm not aware of why we would need a full clone in our case, but I may be wrong here.

Before

This is especially helpful since this operation runs on the node_modules install job, which is the gate for all subsequent jobs.

Checkout takes 24 seconds

Screenshot 2025-10-16 at 2 45 17 PM

After

Checkout takes 6 seconds

Screenshot 2025-10-16 at 2 44 23 PM

Steps to test

How has the user experience changed?

PR Tasks


Note

Switches CircleCI checkout steps to blobless method in pack-workflows and node_modules_install jobs.

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

@jennifer-shehane jennifer-shehane self-assigned this Oct 16, 2025
cursor[bot]

This comment was marked as outdated.

@cypress
Copy link

cypress bot commented Oct 16, 2025

cypress    Run #66541

Run Properties:  status check failed Failed #66541  •  git commit 969f01ad54: Merge branch 'develop' into checkout-improvements-ci
Project cypress
Branch Review checkout-improvements-ci
Run status status check failed Failed #66541
Run duration 20m 30s
Commit git commit 969f01ad54: Merge branch 'develop' into checkout-improvements-ci
Committer Jennifer Shehane
View all properties for this run ↗︎

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

Warning

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

UI Coverage  45.27%
  Untested elements 186  
  Tested elements 158  
Accessibility  97.96%
  Failed rules  4 critical   8 serious   2 moderate   2 minor
  Failed elements 101  

Tests for review

Failed  src/setup/TestingTypeCards.cy.tsx • 1 failed test • launchpad-ct

View Output

Test Artifacts
An uncaught error was detected outside of a test Test Replay
Flakiness  commands/files.cy.js • 1 flaky test • 5x-driver-electron

View Output

Test Artifacts
... > throws when there is an error reading the file Test Replay
Flakiness  e2e/origin/config_env.cy.ts • 1 flaky test • 5x-driver-electron

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-electron

View Output

Test Artifacts
issue 28527 > fails and then retries and verifies about:blank is not displayed Test Replay Screenshots
Flakiness  e2e/origin/config_env.cy.ts • 1 flaky test • 5x-driver-inject-document-domain-chrome:beta

View Output

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

View Output

Test Artifacts
... > stops waiting when an xhr request is canceled
    </td>
  </tr></table>

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

@jennifer-shehane jennifer-shehane merged commit 6307f90 into develop Oct 16, 2025
88 of 93 checks passed
@jennifer-shehane jennifer-shehane deleted the checkout-improvements-ci branch October 16, 2025 19:36
mabela416 pushed a commit that referenced this pull request Oct 17, 2025
* chore: try blobless checkout method

* update pipeline checkout
AtofStryker added a commit that referenced this pull request Oct 17, 2025
AtofStryker added a commit that referenced this pull request Oct 18, 2025
AtofStryker added a commit that referenced this pull request Oct 18, 2025
ryanthemanuel added a commit that referenced this pull request Oct 21, 2025
commit 898fbc1
Merge: 00a488f 096b756
Author: mabela416 <mabel@cypress.io>
Date:   Mon Oct 20 13:48:47 2025 -0400

    Merge branch 'develop' into mabel/issue-12026-handle-snapshots-in-studio

commit 00a488f
Author: Matthew Schile <mschile@cypress.io>
Date:   Mon Oct 20 11:02:51 2025 -0600

    update changelog

commit eb13900
Merge: 5b31a06 93375b7
Author: mabela416 <mabel@cypress.io>
Date:   Mon Oct 20 09:02:03 2025 -0400

    Merge branch 'develop' into mabel/issue-12026-handle-snapshots-in-studio

commit 5b31a06
Merge: 3b61635 a810356
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 14:53:51 2025 -0400

    Merge remote-tracking branch 'refs/remotes/origin/mabel/issue-12026-handle-snapshots-in-studio' into mabel/issue-12026-handle-snapshots-in-studio

commit 3b61635
Merge: fe5e574 5f756c4
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 14:52:46 2025 -0400

    Merge remote-tracking branch 'origin/develop' into mabel/issue-12026-handle-snapshots-in-studio

commit fe5e574
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 12:20:14 2025 -0400

    fix changelog link to the ticket

commit 25a20d5
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Fri Oct 17 11:27:13 2025 -0400

    chore(deps): update dependency @antfu/utils to ^0.7.10 (#32744)

    * chore(deps): update dependency @antfu/utils to ^0.7.10

    * empty commit

    ---------

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>

commit bda29e2
Author: Cacie Prins <cacieprins@users.noreply.github.com>
Date:   Fri Oct 17 11:24:34 2025 -0400

    chore: Update Chrome (stable) to 141.0.7390.107 and Chrome (beta) to 142.0.7444.34 (#32743)

    Co-authored-by: cypress-bot[bot] <41898282+cypress-bot[bot]@users.noreply.github.com>
    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

commit 02050ae
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 17 11:23:38 2025 -0400

    chore: updating v8 snapshot cache (#32751)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>

commit 836988b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 17 11:23:31 2025 -0400

    chore: updating v8 snapshot cache (#32750)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>

commit 77d3d85
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 17 11:23:23 2025 -0400

    chore: updating v8 snapshot cache (#32749)

    Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>

commit 367a454
Author: Jennifer Shehane <jennifer@cypress.io>
Date:   Thu Oct 16 18:27:02 2025 -0400

    chore: test against Node.js 25 (#32737)

    * chore: test against Node.js 25

    * also use Node 24 current

    * and 22 latest

    * revert the other image updates to just test Node 25

    * and binary node versions

commit 86e811e
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Thu Oct 16 16:11:04 2025 -0400

    chore(deps): update dependency devtools-protocol to v0.0.1528500 (#32729)

    * chore(deps): update dependency devtools-protocol to v0.0.1528500

    * empty commit

    * circle cache

    ---------

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com>
    Co-authored-by: Jennifer Shehane <jennifer@cypress.io>

commit 541f689
Author: Jennifer Shehane <jennifer@cypress.io>
Date:   Thu Oct 16 15:36:11 2025 -0400

    chore: try blobless checkout method (#32738)

    * chore: try blobless checkout method

    * update pipeline checkout

commit a810356
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 12:20:14 2025 -0400

    fix changelog link to the ticket

commit 832784b
Merge: 74fb176 682a11e
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 12:16:52 2025 -0400

    Merge remote-tracking branch 'refs/remotes/origin/mabel/issue-12026-handle-snapshots-in-studio' into mabel/issue-12026-handle-snapshots-in-studio

commit 74fb176
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 12:16:16 2025 -0400

    update changelog

commit 682a11e
Merge: ab821a5 3f45167
Author: mabela416 <mabel@cypress.io>
Date:   Fri Oct 17 12:12:27 2025 -0400

    Merge branch 'develop' into mabel/issue-12026-handle-snapshots-in-studio

commit ab821a5
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 12:11:04 2025 -0400

    update logic to disable pinning

commit 4d17909
Author: Mabel Amaya <mabel@cypress.io>
Date:   Fri Oct 17 09:36:24 2025 -0400

    add tests

commit 8414a9a
Author: Mabel Amaya <mabel@cypress.io>
Date:   Thu Oct 16 17:07:03 2025 -0400

    update snapshots not available in studio message

commit d7426cb
Author: Mabel Amaya <mabel@cypress.io>
Date:   Thu Oct 16 17:06:46 2025 -0400

    disable snapshot pinning in studio mode
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.

3 participants