diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 67da32d3b7..95ef67a86e 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -275,7 +275,7 @@ jobs: external_repo_compilation_report: needs: [build-nargo] runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 15 strategy: fail-fast: false matrix: @@ -284,8 +284,9 @@ jobs: - project: { repo: AztecProtocol/aztec-packages, path: noir-projects/noir-protocol-circuits/crates/parity-root } - project: { repo: AztecProtocol/aztec-packages, path: noir-projects/noir-protocol-circuits/crates/private-kernel-inner } - project: { repo: AztecProtocol/aztec-packages, path: noir-projects/noir-protocol-circuits/crates/private-kernel-reset } - - project: { repo: AztecProtocol/aztec-packages, path: noir-projects/noir-protocol-circuits/crates/rollup-base-private } - - project: { repo: AztecProtocol/aztec-packages, path: noir-projects/noir-protocol-circuits/crates/rollup-base-public } + # TODO: Bring these back once they no longer time out + # - project: { repo: AztecProtocol/aztec-packages, path: noir-projects/noir-protocol-circuits/crates/rollup-base-private } + # - project: { repo: AztecProtocol/aztec-packages, path: noir-projects/noir-protocol-circuits/crates/rollup-base-public } name: External repo compilation report - ${{ matrix.project.repo }}/${{ matrix.project.path }} steps: