From 0dc0970d0158f035b5e523ce52bcc8f61c890184 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Wed, 8 Jan 2025 15:24:00 +0100 Subject: [PATCH] chore: umbrella job for all ITGs --- .github/workflows/forest.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 57d258999de..588f254a27e 100644 --- a/.github/workflows/forest.yml +++ b/.github/workflows/forest.yml @@ -565,3 +565,30 @@ jobs: - name: Dump docker logs if: always() uses: jwalton/gh-docker-logs@v2 + # Umbrella job to aggregate all integration tests and get their status + integration-tests-status: + needs: + - build-macos + - build-ubuntu + - cargo-publish-dry-run + - forest-cli-check + - calibnet-check + - calibnet-stateless-mode-check + - state-migrations-check + - calibnet-wallet-check + - calibnet-export-check + - calibnet-no-discovery-checks + - calibnet-kademlia-checks + - calibnet-eth-mapping-check + - db-migration-checks + - db-migration-checks-car-db + - local-devnet-check + - local-devnet-curio-check + - calibnet-rpc-checks + - bootstrap-checks-forest + - bootstrap-checks-lotus + - snapshot-parity-checks + name: Integration tests status + runs-on: ubuntu-24.04 + steps: + - run: echo "All integration tests passed."