From a3d3b959685e6f3df541f37c05870d8633d25dad Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Feb 2023 11:27:13 +0100 Subject: [PATCH 1/3] only one workflow runnign ever --- .github/workflows/contracts-e2e-tests-and-deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/contracts-e2e-tests-and-deploy.yaml b/.github/workflows/contracts-e2e-tests-and-deploy.yaml index c5a8ddd846..bb85ab4b44 100644 --- a/.github/workflows/contracts-e2e-tests-and-deploy.yaml +++ b/.github/workflows/contracts-e2e-tests-and-deploy.yaml @@ -8,8 +8,9 @@ on: - created push: +# DO NOT TOUCH THIS: concurrency: - group: ${{ github.ref }}-${{ github.workflow }} + group: ${{ github.workflow }} cancel-in-progress: false env: From b3604620ee3fe816b9edc9583cb943390937d292 Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Feb 2023 11:45:51 +0100 Subject: [PATCH 2/3] fix version --- .github/workflows/contracts-e2e-tests-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contracts-e2e-tests-and-deploy.yaml b/.github/workflows/contracts-e2e-tests-and-deploy.yaml index bb85ab4b44..282b321c18 100644 --- a/.github/workflows/contracts-e2e-tests-and-deploy.yaml +++ b/.github/workflows/contracts-e2e-tests-and-deploy.yaml @@ -72,7 +72,7 @@ jobs: # TODO : this should NOT be built every time - name: Install cargo-contract run: | - cargo install cargo-dylint dylint-link --force + cargo install cargo-dylint@2.1.1 dylint-link@2.1.1 --force # revision merging Hans's PR changes [fix for node URL parsing ] cargo install --git https://github.com/paritytech/cargo-contract.git --rev ${{ env.CARGOCONTRACT_REV }} --force From 58fb3ce98b097fb2cffb1472422340e62df11d2e Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Feb 2023 13:03:41 +0100 Subject: [PATCH 3/3] update to public image --- .github/scripts/run_smartnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/run_smartnet.sh b/.github/scripts/run_smartnet.sh index 72223e9e3f..1a65cb68c0 100755 --- a/.github/scripts/run_smartnet.sh +++ b/.github/scripts/run_smartnet.sh @@ -2,7 +2,7 @@ set -e -export NODE_IMAGE=573243519133.dkr.ecr.us-east-1.amazonaws.com/feature-env-aleph-node:fe-benjamin_c643069 +export NODE_IMAGE=public.ecr.aws/p6e8q1z1/feature-env-aleph-node:fe-benjamin_c643069 # key derived from "//0" export NODE_ID=5D34dL5prEUaGNQtPPZ3yN5Y6BnkfXunKXXz6fo7ZJbLwRRH