From 77db88ede9d66b44c80d672d0185b63e90796144 Mon Sep 17 00:00:00 2001 From: Marcin Date: Tue, 14 May 2024 14:33:01 +0200 Subject: [PATCH] linter and validator --- .github/workflows/_build-aleph-node.yml | 2 +- .github/workflows/nightly-e2e-logic-tests.yml | 4 ++-- .github/workflows/nightly-normal-session-e2e-tests.yml | 5 +++-- .github/workflows/on-main-or-release-branch-commit.yml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_build-aleph-node.yml b/.github/workflows/_build-aleph-node.yml index bb667b76bb..cedffa9e2d 100644 --- a/.github/workflows/_build-aleph-node.yml +++ b/.github/workflows/_build-aleph-node.yml @@ -56,7 +56,7 @@ jobs: - name: Get binary artifact name id: get-artifact-name-binary - run: | + run: | echo "name=aleph-node-${{ env.ARTIFACT_NAME_SUFFIX }}" >> $GITHUB_OUTPUT - name: Upload binary to GH Artifacts diff --git a/.github/workflows/nightly-e2e-logic-tests.yml b/.github/workflows/nightly-e2e-logic-tests.yml index b404deffdd..47d79660cf 100644 --- a/.github/workflows/nightly-e2e-logic-tests.yml +++ b/.github/workflows/nightly-e2e-logic-tests.yml @@ -55,8 +55,8 @@ jobs: run-recover-after-abft-update-test: needs: - - build-test-aleph-node - - build-chain-bootstrapper-test + - build-test-aleph-node + - build-chain-bootstrapper-test name: Run recovery test after abft update runs-on: [self-hosted, Linux, X64, medium] steps: diff --git a/.github/workflows/nightly-normal-session-e2e-tests.yml b/.github/workflows/nightly-normal-session-e2e-tests.yml index 2d3db45f7a..ea2b57b5bd 100644 --- a/.github/workflows/nightly-normal-session-e2e-tests.yml +++ b/.github/workflows/nightly-normal-session-e2e-tests.yml @@ -38,6 +38,7 @@ jobs: name: Build synthetic node uses: ./.github/workflows/_build-synthetic-node.yml with: + # yamllint disable-line rule:line-length aleph-node-image-artifact-name: ${{ needs.build-production-aleph-node.outputs.artifact-name-image }} build-chain-bootstrapper-production: @@ -280,7 +281,7 @@ jobs: run-major-sync-test: needs: - - build-production-node + - build-production-aleph-node - build-chain-bootstrapper-production name: Run major sync test runs-on: ubuntu-20.04 @@ -310,7 +311,7 @@ jobs: run-force-reorg-test: needs: - - build-production-node + - build-production-aleph-node - build-chain-bootstrapper-production name: Run force reorgs test runs-on: [self-hosted, Linux, X64, medium] diff --git a/.github/workflows/on-main-or-release-branch-commit.yml b/.github/workflows/on-main-or-release-branch-commit.yml index 3690b93eba..ee94169a1f 100644 --- a/.github/workflows/on-main-or-release-branch-commit.yml +++ b/.github/workflows/on-main-or-release-branch-commit.yml @@ -99,7 +99,7 @@ jobs: name: Store production node and runtime in Mainnet bucket runs-on: ubuntu-20.04 needs: - - build-production-node + - build-production-aleph-node - build-production-aleph-node steps: - name: Checkout aleph-node source code