Skip to content
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

chore: diagnosing darwin issues (will close when complete) #30653

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 3 additions & 72 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ macWorkflowFilters: &darwin-workflow-filters
- equal: [ develop, << pipeline.git.branch >> ]
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
- equal: [ 'breaking/remove_react_16_17_merge_react18_harness_upstream', << pipeline.git.branch >> ]
- equal: [ 'chore/diagnose_build', << pipeline.git.branch >> ]
- matches:
pattern: /^release\/\d+\.\d+\.\d+$/
value: << pipeline.git.branch >>
Expand Down Expand Up @@ -1374,20 +1374,7 @@ jobs:
steps:
- update_known_hosts
- checkout
- install-required-node
- verify-build-setup:
executor: << parameters.executor >>
- persist_to_workspace:
root: ~/
paths:
- cypress
- .ssh
- .nvm # mac / linux
- ProgramData/nvm # windows
- caching-dependency-installer:
only-cache-for-root-user: <<parameters.only-cache-for-root-user>>
build-better-sqlite3: <<parameters.build-better-sqlite3>>
- store-npm-logs
# are the keys deleted after checkout?

## restores node_modules from previous step & builds if first step skipped
build:
Expand Down Expand Up @@ -3557,44 +3544,6 @@ darwin-arm64-workflow: &darwin-arm64-workflow
resource_class: cypress-io/m1-macstadium
only-cache-for-root-user: true

- build:
name: darwin-arm64-build
executor: darwin-arm64
resource_class: cypress-io/m1-macstadium
requires:
- darwin-arm64-node-modules-install

- create-build-artifacts:
name: darwin-arm64-create-build-artifacts
context:
- test-runner:sign-mac-binary
- test-runner:upload
- test-runner:commit-status-checks
- test-runner:build-binary
executor: darwin-arm64
resource_class: cypress-io/m1-macstadium
requires:
- darwin-arm64-build

- v8-integration-tests:
name: darwin-arm64-v8-integration-tests
executor: darwin-arm64
resource_class: cypress-io/m1-macstadium
requires:
- darwin-arm64-build
- driver-integration-memory-tests:
name: darwin-arm64-driver-integration-memory-tests
executor: darwin-arm64
resource_class: cypress-io/m1-macstadium
requires:
- darwin-arm64-build
- server-unit-tests-cloud-environment:
name: darwin-arm64-server-unit-tests-cloud-environment
executor: darwin-arm64
resource_class: cypress-io/m1-macstadium
requires:
- darwin-arm64-build

windows-workflow: &windows-workflow
jobs:
- node_modules_install:
Expand Down Expand Up @@ -3673,24 +3622,6 @@ windows-workflow: &windows-workflow
- windows-build

workflows:
linux-x64:
<<: *linux-x64-workflow
<<: *linux-x64-workflow-exclude-filters
linux-x64-contributor:
<<: *linux-x64-contributor-workflow
when:
matches:
pattern: /^pull\/[0-9]+/
value: << pipeline.git.branch >>
linux-arm64:
<<: *linux-arm64-workflow
<<: *linux-arm64-workflow-filters
darwin-x64:
<<: *darwin-x64-workflow
<<: *darwin-workflow-filters
darwin-arm64:
<<: *darwin-arm64-workflow
<<: *darwin-workflow-filters
windows:
<<: *windows-workflow
<<: *windows-workflow-filters
<<: *darwin-workflow-filters