|
47 | 47 | - name: Checkout Sources
|
48 | 48 | uses: actions/checkout@v4
|
49 | 49 | - name: Setup sccache
|
50 |
| - uses: mozilla-actions/sccache-action@v0.0.7 |
| 50 | + uses: mozilla-actions/sccache-action@v0.0.8 |
51 | 51 | timeout-minutes: '${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}'
|
52 | 52 | continue-on-error: true
|
53 | 53 | - uses: actions/setup-go@v5
|
|
74 | 74 | - name: Checkout Sources
|
75 | 75 | uses: actions/checkout@v4
|
76 | 76 | - name: Setup sccache
|
77 |
| - uses: mozilla-actions/sccache-action@v0.0.7 |
| 77 | + uses: mozilla-actions/sccache-action@v0.0.8 |
78 | 78 | timeout-minutes: '${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}'
|
79 | 79 | continue-on-error: true
|
80 | 80 | - uses: actions/setup-go@v5
|
|
97 | 97 | - name: Checkout Sources
|
98 | 98 | uses: actions/checkout@v4
|
99 | 99 | - name: Setup sccache
|
100 |
| - uses: mozilla-actions/sccache-action@v0.0.7 |
| 100 | + uses: mozilla-actions/sccache-action@v0.0.8 |
101 | 101 | timeout-minutes: '${{ fromJSON(env.CACHE_TIMEOUT_MINUTES) }}'
|
102 | 102 | continue-on-error: true
|
103 | 103 | - name: Install Apt Dependencies
|
@@ -548,32 +548,6 @@ jobs:
|
548 | 548 | - name: Dump docker logs
|
549 | 549 | if: always()
|
550 | 550 | uses: jwalton/gh-docker-logs@v2
|
551 |
| - snapshot-parity-checks: |
552 |
| - needs: |
553 |
| - - build-ubuntu |
554 |
| - name: Calibnet snapshot parity checks |
555 |
| - runs-on: ubuntu-24.04 |
556 |
| - # Run the job only on main to limit the runner cost. |
557 |
| - # The downside is that the offending commit can only be caught after being merged |
558 |
| - # and a manual revert is required. |
559 |
| - # Note that running this step on non-draft PR does not save the cost as it always re-run |
560 |
| - # all the jobs when a PR is moved out of draft. Also this parity test will be stale soon |
561 |
| - # once we start including the F3(fast finality) metadata in the Forest snapshots. |
562 |
| - if: github.ref == 'refs/heads/main' |
563 |
| - env: |
564 |
| - # We use a custom Dockerfile for CI to speed up the build process. |
565 |
| - FOREST_DOCKERFILE_OVERRIDE: scripts/devnet/forest_ci.dockerfile |
566 |
| - steps: |
567 |
| - - uses: actions/checkout@v4 |
568 |
| - - uses: actions/download-artifact@v4 |
569 |
| - with: |
570 |
| - name: 'forest-${{ runner.os }}' |
571 |
| - - name: Run snapshot parity tests |
572 |
| - run: ./scripts/tests/snapshot_parity/setup.sh |
573 |
| - timeout-minutes: '${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }}' |
574 |
| - - name: Dump docker logs |
575 |
| - if: always() |
576 |
| - uses: jwalton/gh-docker-logs@v2 |
577 | 551 | # Umbrella job to aggregate all integration tests and get their status
|
578 | 552 | integration-tests-status:
|
579 | 553 | needs:
|
|
0 commit comments