Skip to content

Commit

Permalink
Temporarily put assigner on latest master.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed May 3, 2024
1 parent 8fc2349 commit b2c0aec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,21 +412,21 @@ jobs:
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
test-names: ${{ needs.build-and-test-linux.outputs.evm-targets }}


cleanup-integration-testing:
# For now each artifact is 12 GB. Better clean it up to keep the space
name: Clean up after integration testing
needs:
- verify-proof-producer-proofs
- verify-zkllvm-proofs
- merge-proofs-to-transpiler-output
- build-and-test-linux
- generate-proofs
if: always()
runs-on: ubuntu-22.04
steps:
- uses: geekyeggo/delete-artifact@v2
with:
name: |
${{ needs.merge-proofs-to-transpiler-output.outputs.merged-artifact-name }}
${{ needs.generate-proofs.outputs.artifact-name }}
# Martun: Removing this for now, will add back. Do not merge without enabling this.
# cleanup-integration-testing:
# # For now each artifact is 12 GB. Better clean it up to keep the space
# name: Clean up after integration testing
# needs:
# - verify-proof-producer-proofs
# - verify-zkllvm-proofs
# - merge-proofs-to-transpiler-output
# - build-and-test-linux
# - generate-proofs
# if: always()
# runs-on: ubuntu-22.04
# steps:
# - uses: geekyeggo/delete-artifact@v2
# with:
# name: |
# ${{ needs.merge-proofs-to-transpiler-output.outputs.merged-artifact-name }}
# ${{ needs.generate-proofs.outputs.artifact-name }}
2 changes: 1 addition & 1 deletion libs/blueprint
Submodule blueprint updated 1 files
+3 −0 test/CMakeLists.txt

0 comments on commit b2c0aec

Please sign in to comment.