Skip to content

Commit

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

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1.1
uses: UniqueNetwork/baedeker-action/setup@v1.2
with:
version: "v0.1.4"
useCache: false
Expand All @@ -119,7 +119,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1.1
uses: UniqueNetwork/baedeker-action@v1.2
if: success()
id: bdk
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forkless-update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1.1
uses: UniqueNetwork/baedeker-action/setup@v1.2
with:
version: "v0.1.4"
useCache: false
Expand All @@ -156,7 +156,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1.1
uses: UniqueNetwork/baedeker-action@v1.2
if: success()
id: bdk
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forkless-update-nodata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1.1
uses: UniqueNetwork/baedeker-action/setup@v1.2
with:
version: "v0.1.4"
useCache: false
Expand All @@ -156,7 +156,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1.1
uses: UniqueNetwork/baedeker-action@v1.2
id: bdk
if: success()
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main-process-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1.1
uses: UniqueNetwork/baedeker-action/setup@v1.2
with:
version: "v0.1.4"
useCache: false
Expand All @@ -157,7 +157,7 @@ jobs:
chainql -e "cql.chain(\"${{ matrix.fork_source }}\").latest._preloadKeys._raw" > .baedeker/vendor/dump.json
- name: Start network
uses: UniqueNetwork/baedeker-action@v1.1
uses: UniqueNetwork/baedeker-action@v1.2
if: success()
id: bdk
with:
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
- name: "Reconcile: 1 node updating"
if: ${{ !cancelled() && steps.alive1.outcome == 'success' }}
id: reconcile0
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
uses: UniqueNetwork/baedeker-action/reconcile@v1.2
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 All @@ -213,7 +213,7 @@ jobs:
- name: "Reconcile: nodes updating"
if: ${{ !cancelled() && steps.alive1_1.outcome == 'success' }}
id: reconcile1
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
uses: UniqueNetwork/baedeker-action/reconcile@v1.2
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
8 changes: 4 additions & 4 deletions .github/workflows/node-only-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1.1
uses: UniqueNetwork/baedeker-action/setup@v1.2
with:
version: "v0.1.4"
useCache: false
Expand All @@ -147,7 +147,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1.1
uses: UniqueNetwork/baedeker-action@v1.2
if: success()
id: bdk
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: "Reconcile: only one old node"
if: ${{ !cancelled() && steps.alive1.outcome == 'success' }}
id: reconcile1
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
uses: UniqueNetwork/baedeker-action/reconcile@v1.2
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 @@ -211,7 +211,7 @@ jobs:
- name: "Reconcile: all nodes are updated"
if: ${{ !cancelled() && steps.alive2.outcome == 'success' }}
id: reconcile2
uses: UniqueNetwork/baedeker-action/reconcile@v1.1
uses: UniqueNetwork/baedeker-action/reconcile@v1.2
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
4 changes: 2 additions & 2 deletions .github/workflows/xcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
node-version: 20

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1.1
uses: UniqueNetwork/baedeker-action/setup@v1.2
with:
version: "v0.1.4"
useCache: false
Expand All @@ -209,7 +209,7 @@ jobs:
docker run --rm uniquenetwork/services:chain-spec-generator-latest asset-hub-${{ matrix.relay_name }}-local > .baedeker/vendor/assethub-spec.json
- name: Start network
uses: UniqueNetwork/baedeker-action@v1.1
uses: UniqueNetwork/baedeker-action@v1.2
id: bdk
with:
jpath: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xnft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: git clone -b master https://github.com/UniqueNetwork/xnft-tests.git

- name: Install baedeker
uses: UniqueNetwork/baedeker-action/setup@v1.1
uses: UniqueNetwork/baedeker-action/setup@v1.2
with:
version: "v0.1.4"
useCache: false
Expand All @@ -133,7 +133,7 @@ jobs:
run: mkdir -p .baedeker/vendor/ && git clone https://github.com/UniqueNetwork/baedeker-library .baedeker/vendor/baedeker-library

- name: Start network
uses: UniqueNetwork/baedeker-action@v1.1
uses: UniqueNetwork/baedeker-action@v1.2
if: success()
id: bdk
with:
Expand Down

0 comments on commit ac6da24

Please sign in to comment.