Skip to content

Conversation

@AtofStryker
Copy link
Contributor

@AtofStryker AtofStryker commented Oct 30, 2025

  • Closes

Additional details

Steps to test

How has the user experience changed?

PR Tasks


Note

Removes unused Ubuntu image anchors, updates CI branch filters and artifact persistence logic, and sets the publish-binary pipeline to use the chore/update_images branch.

  • CI/Pipeline:
    • Remove unused Ubuntu image anchors and inline machine images in executors (linux-arm64, linux-x64) within .circleci/src/pipeline/@pipeline.yml.
    • Update artifact persistence branch check to use chore/remove_unused_anchors in .circleci/src/pipeline/@pipeline.yml.
    • Adjust main workflow branch filters to include chore/remove_unused_anchors in .circleci/src/pipeline/workflows/@main.yml.
  • Binary Publish:
    • Set scripts/binary/trigger-publish-binary-pipeline.js to trigger the cypress-publish-binary pipeline on branch chore/update_images.

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

@AtofStryker AtofStryker force-pushed the chore/remove_unused_anchors branch from 2bdff68 to 8ae0802 Compare October 30, 2025 13:16
@cypress
Copy link

cypress bot commented Oct 30, 2025

cypress    Run #67004

Run Properties:  status check failed Failed #67004  •  git commit 4c1e250bc9: empty commit to run arm64 build
Project cypress
Branch Review chore/remove_unused_anchors
Run status status check failed Failed #67004
Run duration 19m 59s
Commit git commit 4c1e250bc9: empty commit to run arm64 build
Committer Bill Glesias
View all properties for this run ↗︎

Test results
Tests that failed  Failures 2
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 26753
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.98%
  Failed rules  4 critical   8 serious   2 moderate   2 minor
  Failed elements 101  

Tests for review

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

View Output

Test Artifacts
src/cy/commands/files > #readFile > retries to read when ENOENT
    </td>
  </tr></table>
Failed  src/runner/selector-playground/SelectorPlayground.cy.tsx • 1 failed test • app-ct

View Output

Test Artifacts
SelectorPlayground > copies selector text 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  commands/waiting.cy.js • 1 flaky test • 5x-driver-chrome

View Output

Test Artifacts
... > errors > throws when route is never resolved 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/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 11 specs in Cypress Cloud.

@AtofStryker AtofStryker force-pushed the chore/remove_unused_anchors branch from 8ae0802 to 2522695 Compare October 30, 2025 14:14
const body = JSON.stringify({
// This branch is the branch of the `cypress-publish-binary` repository
// branch: 'main',
branch: 'chore/update_images',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Pipeline Branch Hardcoded to Temporary Test Branch

The cypress-publish-binary pipeline's target branch is hardcoded to 'chore/update_images'. This appears to be temporary testing code, unrelated to the PR's purpose. It could cause the binary publishing pipeline to fail if this branch doesn't exist or is deleted, or if merged, it would target the wrong branch.

Fix in Cursor Fix in Web

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.

2 participants