diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713ba8c7c9b..244f8e06d40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,6 @@ jobs: - name: Test working-directory: ./yarn-project - if: github.actor == 'ludamad' || github.actor == 'charlielye' || github.actor == 'sklppy88' || github.actor == 'alexghr' || github.actor == 'benesjan' || github.actor == 'spalladino' || github.actor == 'just-mitch' run: | # push to registry earthly-cloud build x86 --push +build-end-to-end @@ -68,7 +67,6 @@ jobs: - name: Test working-directory: ./yarn-project/end-to-end/ - if: github.actor == 'ludamad' || github.actor == 'charlielye' || github.actor == 'sklppy88' || github.actor == 'alexghr' || github.actor == 'benesjan' || github.actor == 'spalladino' || github.actor == 'just-mitch' # We don't do much on arm, just run it on their builder run: # Flags: @@ -132,7 +130,6 @@ jobs: - name: Pull E2E Images working-directory: ./barretenberg/cpp/ - if: github.actor == 'ludamad' || github.actor == 'charlielye' || github.actor == 'sklppy88' || github.actor == 'alexghr' || github.actor == 'benesjan' || github.actor == 'spalladino' || github.actor == 'just-mitch' run: | docker pull aztecprotocol/aztec-cache:$(git rev-parse HEAD) docker pull aztecprotocol/end-to-end-cache:$(git rev-parse HEAD) @@ -141,7 +138,6 @@ jobs: - name: Test working-directory: ./yarn-project/end-to-end/ - if: github.actor == 'ludamad' || github.actor == 'charlielye' || github.actor == 'sklppy88' || github.actor == 'alexghr' || github.actor == 'benesjan' || github.actor == 'spalladino' || github.actor == 'just-mitch' run: | earthly-cloud build x86 --no-output +${{ matrix.test }} @@ -173,7 +169,6 @@ jobs: - name: Test working-directory: ./barretenberg/cpp/ - if: github.actor == 'ludamad' || github.actor == 'charlielye' || github.actor == 'sklppy88' || github.actor == 'alexghr' || github.actor == 'benesjan' || github.actor == 'spalladino' || github.actor == 'just-mitch' run: | earthly-cloud build ${{ matrix.environment }} --no-output +test @@ -207,10 +202,8 @@ jobs: - name: Client IVC Bench working-directory: ./barretenberg/cpp/ - if: github.actor == 'ludamad' || github.actor == 'charlielye' || github.actor == 'sklppy88' || github.actor == 'alexghr' || github.actor == 'benesjan' || github.actor == 'spalladino' || github.actor == 'just-mitch' run: earthly-cloud bench x86 --no-output +bench-client-ivc - name: Ultrahonk Bench working-directory: ./barretenberg/cpp/ - if: github.actor == 'ludamad' || github.actor == 'charlielye' || github.actor == 'sklppy88' || github.actor == 'alexghr' || github.actor == 'benesjan' || github.actor == 'spalladino' || github.actor == 'just-mitch' run: earthly-cloud bench x86 --no-output +bench-ultra-honk