Skip to content

Commit

Permalink
chore: remove end-to-end from circleci (#9116)
Browse files Browse the repository at this point in the history
It's redundant, and this is easier than fixing
  • Loading branch information
ludamad authored Oct 9, 2024
1 parent 9afd190 commit 4d1f7d8
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,18 +372,6 @@ jobs:
command: build cli-wallet
aztec_manifest_key: cli-wallet

end-to-end:
machine:
image: default
resource_class: large
steps:
- *checkout
- *setup_env
- run:
name: "Build"
command: build end-to-end
aztec_manifest_key: end-to-end

# For old e2e tests see yarn-project/end-to-end/Earthfile
# Semantics are similar to Dockerfile

Expand Down Expand Up @@ -583,7 +571,6 @@ workflows:
- l1-contracts
- noir-projects
<<: *defaults
- end-to-end: *defaults_yarn_project
- yarn-project-x86_64: *defaults_yarn_project_pre_join
- yarn-project-arm64: *defaults_yarn_project_pre_join
- yarn-project-ecr-manifest:
Expand All @@ -599,7 +586,6 @@ workflows:
# End to end tests.
- e2e-join:
requires:
- end-to-end
- aztec-package
<<: *defaults

Expand All @@ -613,4 +599,4 @@ workflows:
- barretenberg-docs
- e2e-join
- cli-wallet
<<: *defaults
<<: *defaults

0 comments on commit 4d1f7d8

Please sign in to comment.