From 4c792473e039959275883647a4a190e7bc3bf377 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Tue, 7 Jan 2025 10:24:32 +0100 Subject: [PATCH] fix: input configuration of workflows called by nightly dispatcher --- .github/workflows/aggregator-stress-test.yml | 3 --- .github/workflows/backward-compatibility.yml | 3 --- .github/workflows/test-client.yml | 7 ------- 3 files changed, 13 deletions(-) diff --git a/.github/workflows/aggregator-stress-test.yml b/.github/workflows/aggregator-stress-test.yml index fe74e8ecd4..9033724a04 100644 --- a/.github/workflows/aggregator-stress-test.yml +++ b/.github/workflows/aggregator-stress-test.yml @@ -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 diff --git a/.github/workflows/backward-compatibility.yml b/.github/workflows/backward-compatibility.yml index 1c60b71097..3fda722bbe 100644 --- a/.github/workflows/backward-compatibility.yml +++ b/.github/workflows/backward-compatibility.yml @@ -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" diff --git a/.github/workflows/test-client.yml b/.github/workflows/test-client.yml index 1b28351b21..7954c4e3a2 100644 --- a/.github/workflows/test-client.yml +++ b/.github/workflows/test-client.yml @@ -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