From f0c70e8e433e5fbfcf07613111f470756a460274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Tue, 21 Feb 2023 11:23:12 +0100 Subject: [PATCH] Add `tbtc-mg` module to the CI flow We're ready to include the building of the `tbtc-mg` Docker image in the CI flow. We're placing the `github.com/keep-network/tbtc-mg` module after the `github.com/keep-network/tbtc-v2.ts`, as `tbtc-mg` has a dependency to the `tbtc-v2.ts`. --- actions/notify-workflow-completed/dist/config.json | 7 ++++++- actions/run-workflow/dist/config.json | 7 ++++++- actions/upstream-builds-query/dist/config.json | 7 ++++++- config/config.json | 7 ++++++- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/actions/notify-workflow-completed/dist/config.json b/actions/notify-workflow-completed/dist/config.json index 64ade06..5dcbfae 100644 --- a/actions/notify-workflow-completed/dist/config.json +++ b/actions/notify-workflow-completed/dist/config.json @@ -29,7 +29,8 @@ "github.com/keep-network/tbtc-v2.ts": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard" + "github.com/threshold-network/token-dashboard", + "github.com/keep-network/tbtc-mg" ] }, "github.com/keep-network/keep-core/client": { @@ -39,6 +40,10 @@ "github.com/threshold-network/token-dashboard": { "workflow": "dashboard-ci.yml", "downstream": [] + }, + "github.com/keep-network/tbtc-mg": { + "workflow": "maintainer.yml", + "downstream": [] } } } \ No newline at end of file diff --git a/actions/run-workflow/dist/config.json b/actions/run-workflow/dist/config.json index 64ade06..5dcbfae 100644 --- a/actions/run-workflow/dist/config.json +++ b/actions/run-workflow/dist/config.json @@ -29,7 +29,8 @@ "github.com/keep-network/tbtc-v2.ts": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard" + "github.com/threshold-network/token-dashboard", + "github.com/keep-network/tbtc-mg" ] }, "github.com/keep-network/keep-core/client": { @@ -39,6 +40,10 @@ "github.com/threshold-network/token-dashboard": { "workflow": "dashboard-ci.yml", "downstream": [] + }, + "github.com/keep-network/tbtc-mg": { + "workflow": "maintainer.yml", + "downstream": [] } } } \ No newline at end of file diff --git a/actions/upstream-builds-query/dist/config.json b/actions/upstream-builds-query/dist/config.json index 64ade06..5dcbfae 100644 --- a/actions/upstream-builds-query/dist/config.json +++ b/actions/upstream-builds-query/dist/config.json @@ -29,7 +29,8 @@ "github.com/keep-network/tbtc-v2.ts": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard" + "github.com/threshold-network/token-dashboard", + "github.com/keep-network/tbtc-mg" ] }, "github.com/keep-network/keep-core/client": { @@ -39,6 +40,10 @@ "github.com/threshold-network/token-dashboard": { "workflow": "dashboard-ci.yml", "downstream": [] + }, + "github.com/keep-network/tbtc-mg": { + "workflow": "maintainer.yml", + "downstream": [] } } } \ No newline at end of file diff --git a/config/config.json b/config/config.json index 64ade06..5dcbfae 100644 --- a/config/config.json +++ b/config/config.json @@ -29,7 +29,8 @@ "github.com/keep-network/tbtc-v2.ts": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard" + "github.com/threshold-network/token-dashboard", + "github.com/keep-network/tbtc-mg" ] }, "github.com/keep-network/keep-core/client": { @@ -39,6 +40,10 @@ "github.com/threshold-network/token-dashboard": { "workflow": "dashboard-ci.yml", "downstream": [] + }, + "github.com/keep-network/tbtc-mg": { + "workflow": "maintainer.yml", + "downstream": [] } } } \ No newline at end of file