Skip to content

Commit

Permalink
update baedeker version
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Jun 17, 2024
1 parent 6d5f340 commit ebe982f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 14 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/collator-selection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
with:
useCache: false

- name: Setup library
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@built
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
id: bdk
with:
jpath: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/forkless-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,15 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
with:
useCache: false

- name: Setup library
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@built
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
id: bdk
with:
jpath: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/forkless-update-nodata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,15 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
with:
useCache: false

- name: Setup library
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@built
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
id: bdk
with:
jpath: |
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/node-only-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,15 @@ jobs:
node-version: 18.17.1 # Update node version to 20 after mainnet will have changes for it

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
with:
useCache: false

- name: Setup library
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@built
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
id: bdk
with:
jpath: |
Expand Down Expand Up @@ -174,7 +176,7 @@ jobs:

- name: "Reconcile: only one old node"
if: success() || failure()
uses: UniqueNetwork/baedeker-action/reconcile@built
uses: UniqueNetwork/baedeker-action/reconcile@v1-no-debug-output
with:
baedeker: ${{ steps.bdk.outputs.baedeker }}
# Chain should always be built with the mainnet spec, this we first set binary for all nodes expect one, then set mainnet binary for the last node, and then force chainspec to be still generated from mainnet
Expand All @@ -192,7 +194,7 @@ jobs:

- name: "Reconcile: all nodes are updated"
if: success() || failure()
uses: UniqueNetwork/baedeker-action/reconcile@built
uses: UniqueNetwork/baedeker-action/reconcile@v1-no-debug-output
with:
baedeker: ${{ steps.bdk.outputs.baedeker }}
# Chain should always be built with the mainnet spec, this we first set binary for all nodes, and then force chainspec to be still generated from mainnet
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/xcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,13 +307,15 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
with:
useCache: false

- name: Setup library
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@built
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
id: bdk
with:
jpath: |
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/xnft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,15 @@ jobs:
run: git clone https://github.com/UniqueNetwork/xnft-tests.git

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@built
uses: UniqueNetwork/baedeker-action/setup@v1-no-debug-output
with:
useCache: false

- name: Setup library
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@built
uses: UniqueNetwork/baedeker-action@v1-no-debug-output
id: bdk
with:
jpath: |
Expand Down

0 comments on commit ebe982f

Please sign in to comment.