-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into nv/storage-write-tests
- Loading branch information
Showing
415 changed files
with
9,965 additions
and
5,400 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,8 +44,9 @@ jobs: | |
# prepare images locally, tagged by commit hash | ||
- name: "Build E2E Image" | ||
timeout-minutes: 40 | ||
run: earthly ./yarn-project+export-end-to-end | ||
run: earthly-ci ./yarn-project+export-end-to-end | ||
# We base our e2e list used in e2e-x86 off the targets in ./yarn-project/end-to-end | ||
# (Note ARM uses just 2 tests as a smoketest) | ||
- name: Create list of end-to-end jobs | ||
id: e2e_list | ||
run: echo "list=$(earthly ls ./yarn-project/end-to-end | grep -v '+base' | sed 's/+//' | jq -R . | jq -cs .)" >> $GITHUB_OUTPUT | ||
|
@@ -68,7 +69,7 @@ jobs: | |
- name: Test | ||
working-directory: ./yarn-project/end-to-end/ | ||
timeout-minutes: 25 | ||
run: earthly -P --no-output +${{ matrix.test }} --e2e_mode=cache | ||
run: earthly-ci -P --no-output +${{ matrix.test }} --e2e_mode=cache | ||
# TODO | ||
# - name: Upload logs | ||
# run: BRANCH=${{ github.ref_name }} PULL_REQUEST=${{ github.event.number }} scripts/ci/upload_logs_to_s3 ./yarn-project/end-to-end/log | ||
|
@@ -92,7 +93,7 @@ jobs: | |
working-directory: ./barretenberg/cpp/ | ||
timeout-minutes: 25 | ||
# limit our parallelism to half our cores | ||
run: earthly --no-output +test --hardware_concurrency=64 | ||
run: earthly-ci --no-output +test --hardware_concurrency=64 | ||
|
||
# push benchmarking binaries to dockerhub registry | ||
bb-bench-binaries: | ||
|
@@ -108,7 +109,7 @@ jobs: | |
if: ${{ github.event.inputs.just_start_spot != 'true' }} | ||
timeout-minutes: 15 | ||
working-directory: ./barretenberg/cpp/ | ||
run: earthly --push +bench-binaries | ||
run: earthly-ci --push +bench-binaries | ||
|
||
setup-bench: | ||
uses: ./.github/workflows/setup-runner.yml | ||
|
@@ -136,15 +137,30 @@ jobs: | |
- name: Client IVC Bench | ||
working-directory: ./barretenberg/cpp/ | ||
timeout-minutes: 15 | ||
run: earthly --no-output +bench-client-ivc --bench_mode=cache | ||
run: earthly-ci --no-output +bench-client-ivc --bench_mode=cache | ||
|
||
- name: Ultrahonk Bench | ||
working-directory: ./barretenberg/cpp/ | ||
timeout-minutes: 15 | ||
run: earthly --no-output +bench-ultra-honk --bench_mode=cache | ||
run: earthly-ci --no-output +bench-ultra-honk --bench_mode=cache | ||
|
||
merge-check: | ||
runs-on: ${{ github.actor }}-x86 | ||
needs: [e2e, bb-native-tests, bb-bench] | ||
steps: | ||
- run: echo Pull request merging now allowed. | ||
|
||
notify: | ||
needs: [e2e, bb-native-tests, bb-bench] | ||
runs-on: ubuntu-latest | ||
if: ${{ github.ref == 'refs/heads/master' && failure() }} | ||
steps: | ||
- name: Send notification to aztec3-ci channel if workflow failed on master | ||
uses: slackapi/[email protected] | ||
with: | ||
payload: | | ||
{ | ||
"url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" | ||
} | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_NOTIFY_WORKFLOW_TRIGGER_URL }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1d96937a8e94a91c0c17c97102498d067fca76c3 | ||
6cc105ee441e093b4fccdd5fcc3db922eb28a3fb |
Oops, something went wrong.