Skip to content

Fix: nightly dispatcher workflow #2201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/aggregator-stress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ on:
workflow_call:
inputs:
num_signers:
required: true
type: string
default: "100"
num_clients:
required: true
type: string
default: "100"
enable_debug:
required: true
type: boolean
default: false

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/backward-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ on:
workflow_call:
inputs:
total-releases:
required: true
type: number
default: 3
cardano-node-version:
required: true
type: string
default: "10.1.3"
signed-entity-types:
required: true
type: string
default: "CardanoTransactions,CardanoStakeDistribution"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly-dispatcher.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,23 @@ on:
workflow_call:
inputs:
commit_sha:
required: false
type: string
docker_image_id:
required: true
type: string
default: latest
network:
required: true
type: string
default: preview
aggregator_endpoint:
required: true
type: string
default: https://aggregator.testing-preview.api.mithril.network/aggregator
genesis_verification_key:
required: true
type: string
default: https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/genesis.vkey
transactions_hashes_to_certify:
required: true
type: string
default: 1f7dbc899a898ceb4274bbc33b31ca5f0de497753c6c6795fa34838fc252de9b,c43e809de628f7c1ba41a44f188ed3872bb1f97aa101271e35424a8e1d95bea9,c61e22ac4a79a02b28ed36217369ff6959465790a4fe9e66738b7a820e174fcd
enable_debug:
required: true
type: boolean
default: false

Expand Down