Skip to content

Commit

Permalink
linter and validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 14, 2024
1 parent 8dbab6e commit 77db88e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-aleph-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-e2e-logic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-main-or-release-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77db88e

Please sign in to comment.