Skip to content

Commit

Permalink
chore: umbrella job for all ITGs
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Jan 8, 2025
1 parent 2985fd4 commit 0dc0970
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/forest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."

0 comments on commit 0dc0970

Please sign in to comment.