From 6f4dc6a3af65b7a6cad7155b19bfeb9bfd6c4c6f Mon Sep 17 00:00:00 2001 From: Kostas Demiris Date: Fri, 31 May 2024 19:59:20 +0300 Subject: [PATCH 1/2] removed sei from the CLI config files --- .github/workflows/cicd_clis_develop.yaml | 4 ++-- .github/workflows/cicd_clis_mainnet.yaml | 4 ++-- .github/workflows/cicd_clis_testnet.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd_clis_develop.yaml b/.github/workflows/cicd_clis_develop.yaml index 02cf87fb..bb6909c0 100644 --- a/.github/workflows/cicd_clis_develop.yaml +++ b/.github/workflows/cicd_clis_develop.yaml @@ -32,10 +32,10 @@ env: # STG_COMMON_NAMESPACE_V2: 'develop-v2' ####################################### - STG_HOLOGRAPH_INDEXER_HELM_CHART_VERSION: 0.1.86 + STG_HOLOGRAPH_INDEXER_HELM_CHART_VERSION: 0.1.88 INDEXER_RELEASE_NAME_V2: 'indexer-dev-v2' # format -> [release_name]-indexer-[env] # - STG_HOLOGRAPH_OPERATOR_HELM_CHART_VERSION: 0.1.19 + STG_HOLOGRAPH_OPERATOR_HELM_CHART_VERSION: 0.1.20 OPERATOR_RELEASE_NAME_V2: 'operator-dev-v2' # format -> [release_name]-indexer-[env] ####################################### diff --git a/.github/workflows/cicd_clis_mainnet.yaml b/.github/workflows/cicd_clis_mainnet.yaml index 959bcf0e..e409d164 100644 --- a/.github/workflows/cicd_clis_mainnet.yaml +++ b/.github/workflows/cicd_clis_mainnet.yaml @@ -36,11 +36,11 @@ env: MAINNET_COMMON_NAMESPACE: 'mainnet' MAINNET_COMMON_NAMESPACE_V2: 'mainnet-v2' ####################################### - MAINNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.86 + MAINNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.88 INDEXER_RELEASE_NAME: 'blondie-indexer-mainnet' # format -> [release_name]-indexer-[env] INDEXER_RELEASE_NAME_V2: 'blondie-indexer-mainnet-v2' # - MAINNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.19 + MAINNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.20 OPERATOR_RELEASE_NAME: 'blondie-operator-mainnet' # format -> [release_name]-operator-[env] OPERATOR_RELEASE_NAME_V2: 'blondie-operator-mainnet-v2' ####################################### diff --git a/.github/workflows/cicd_clis_testnet.yaml b/.github/workflows/cicd_clis_testnet.yaml index ae0e2a12..c9fca30c 100644 --- a/.github/workflows/cicd_clis_testnet.yaml +++ b/.github/workflows/cicd_clis_testnet.yaml @@ -30,10 +30,10 @@ env: # TESTNET_COMMON_NAMESPACE_V2: 'testnet-v2' ####################################### - TESTNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.86 + TESTNET_HOLO_INDEXER_HELM_CHART_VERSION: 0.1.88 INDEXER_RELEASE_NAME_V2: 'blondie-indexer-testnet-v2' # format -> [release_name]-indexer-[env] # - TESTNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.19 + TESTNET_HOLO_OPERATOR_HELM_CHART_VERSION: 0.1.20 OPERATOR_RELEASE_NAME_V2: 'blondie-operator-testnet-v2' # format -> [release_name]-indexer-[env] ####################################### From d799728badbe7830bf553ad250c544e30dbbaff1 Mon Sep 17 00:00:00 2001 From: Kostas Demiris Date: Wed, 5 Jun 2024 19:11:58 +0300 Subject: [PATCH 2/2] fixed mainnet cicd move cache step --- .github/actions/mainnet/initial-setup/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/mainnet/initial-setup/action.yaml b/.github/actions/mainnet/initial-setup/action.yaml index a309d2ec..44a31aa9 100644 --- a/.github/actions/mainnet/initial-setup/action.yaml +++ b/.github/actions/mainnet/initial-setup/action.yaml @@ -58,6 +58,7 @@ runs: # This ugly bit is necessary if you don't want your cache to grow forever until it hits GitHub's limit of 5GB. # https://github.com/docker/build-push-action/issues/252 & https://github.com/moby/buildkit/issues/1896 - name: Move cache + shell: bash run: | rm -rf /tmp/.buildx-cache mv /tmp/.buildx-cache-new /tmp/.buildx-cache