Summary
Jobs
backward-compatibility
prepare-env-variables
prepare-binaries
e2e (2543.1-hotfix, mithril-aggregator, 10.5.1, #1)
e2e (2543.1-hotfix, mithril-client, 10.5.1, #1)
e2e (2543.1-hotfix, mithril-signer, 10.5.1, #1)
e2e (2543.0, mithril-aggregator, 10.5.1, #1)
e2e (2543.0, mithril-client, 10.5.1, #1)
e2e (2543.0, mithril-signer, 10.5.1, #1)
e2e (2537.0, mithril-aggregator, 10.5.1, #1)
e2e (2537.0, mithril-client, 10.5.1, #1)
e2e (2537.0, mithril-signer, 10.5.1, #1)
summarize-test-results
docker-builds
aggregator-stress-test
test-client
prepare
bin (ubuntu-24.04)
bin (ubuntu-24.04-arm)
bin (macos-14)
bin (windows-latest)
bin-cdb-download (v1, ubuntu-24.04, in-memory)
bin-cdb-download (v1, ubuntu-24.04, in-memory, --include-ancillary)
bin-cdb-download (v1, ubuntu-24.04-arm, in-memory)
bin-cdb-download (v1, ubuntu-24.04-arm, in-memory, --include-ancillary)
bin-cdb-download (v1, macos-14, in-memory)
bin-cdb-download (v1, macos-14, in-memory, --include-ancillary)
bin-cdb-download (v1, windows-latest, in-memory)
bin-cdb-download (v1, windows-latest, in-memory, --include-ancillary)
bin-cdb-download (v2, ubuntu-24.04, in-memory)
bin-cdb-download (v2, ubuntu-24.04, in-memory, --include-ancillary)
bin-cdb-download (v2, ubuntu-24.04-arm, in-memory)
bin-cdb-download (v2, ubuntu-24.04-arm, in-memory, --include-ancillary)
bin-cdb-download (v2, macos-14, in-memory)
bin-cdb-download (v2, macos-14, in-memory, --include-ancillary)
bin-cdb-download (v2, windows-latest, in-memory)
bin-cdb-download (v2, windows-latest, in-memory, --include-ancillary)
bin-cdb-download (v2, ubuntu-24.04, lmdb, --include-ancillary)
docker (ubuntu-24.04)
docker-cdb-download (v1, ubuntu-24.04)
docker-cdb-download (v1, ubuntu-24.04, --include-ancillary)
docker-cdb-download (v2, ubuntu-24.04)
docker-cdb-download (v2, ubuntu-24.04, --include-ancillary)
wasm (ubuntu-24.04)
notify-on-failure
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly Dispatcher
on:
workflow_dispatch:
# Important note about scheduled workflows:
# Notifications for scheduled workflows are sent to the user who last modified the cron syntax in the workflow file.
schedule:
- cron: "0 1 * * *"
jobs:
backward-compatibility:
uses: ./.github/workflows/backward-compatibility.yml
docker-builds:
uses: ./.github/workflows/docker-builds.yml
aggregator-stress-test:
uses: ./.github/workflows/aggregator-stress-test.yml
test-client:
uses: ./.github/workflows/test-client.yml
notify-on-failure:
uses: ./.github/workflows/test-notify-on-failure.yml
needs:
[
backward-compatibility,
docker-builds,
aggregator-stress-test,
test-client,
]
if: failure()
secrets: inherit
You can’t perform that action at this time.