Skip to content

Commit

Permalink
chore(ci): run e2e on isolated spots (#6287)
Browse files Browse the repository at this point in the history
- ability to call into builder from a non-builder runner, will
eventually move away from self-hosted runners as they had sharp edges
- run e2e on isolated spot for better reproducibility, rerun failed
works with e2e seamlessly
- move bench to new spot pattern that will eventually run other
periphery tests
- allow runners now run on `ubuntu` to align with calling into builder
(otherwise cache wouldn't be shared)
- many passes on CI to make patterns for the new paradigm of
coordinating builders and spot
  • Loading branch information
ludamad authored and iakovenkos committed May 15, 2024
1 parent 23e5e66 commit dc7957a
Show file tree
Hide file tree
Showing 42 changed files with 168,804 additions and 768 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,15 +267,15 @@ jobs:
aztec_manifest_key: l1-contracts

noir-projects:
machine:
image: default
resource_class: large
docker:
- image: aztecprotocol/alpine-build-image
resource_class: small
steps:
- *checkout
- *setup_env
- run:
name: "Build and test"
command: build noir-projects
command: cond_spot_run_build noir-projects 32
aztec_manifest_key: noir-projects

yarn-project-pre-join:
Expand Down
13 changes: 13 additions & 0 deletions .github/cache-success/action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Cache Successes'
branding:
icon: 'server'
color: 'orange'
inputs:
success_key:
description: "The key to remember successes based on."
required: false
runs:
using: 'node20'
main: restore-dist/index.js
post: save-dist/index.js
post-if: success()
Loading

0 comments on commit dc7957a

Please sign in to comment.