Skip to content

Commit

Permalink
fix: input configuration of workflows called by nightly dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Jan 7, 2025
1 parent 87ebd17 commit 4c79247
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
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
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

0 comments on commit 4c79247

Please sign in to comment.