difftreelog
add opal for xcm workflow
in: master
3 files changed
.docker/xcm-config/launch-config-xcm-opal.jsondiffbeforeafterbothno changes
.envdiffbeforeafterboth--- a/.env
+++ b/.env
@@ -2,10 +2,12 @@
POLKADOT_BUILD_BRANCH=release-v0.9.27
POLKADOT_MAINNET_BRANCH=release-v0.9.26
-UNIQUE_MAINNET_TAG=release-v927020
+UNIQUE_MAINNET_TAG=feature/multi-assets-redone
KUSAMA_MAINNET_BRANCH=release-v0.9.26
-QUARTZ_MAINNET_TAG=release-v927020
+QUARTZ_MAINNET_TAG=feature/multi-assets-redone
+
+OPAL_MAINNET_TAG=feature/multi-assets-redone
OPAL_REPLICA_FROM=wss://eu-ws-opal.unique.network:443
QUARTZ_REPLICA_FROM=wss://eu-ws-quartz.unique.network:443
.github/workflows/xcm-testnet.ymldiffbeforeafterboth--- a/.github/workflows/xcm-testnet.yml
+++ b/.github/workflows/xcm-testnet.yml
@@ -52,7 +52,7 @@
id: create_matrix
with:
matrix: |
- # network {opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
+ network {opal}, runtime {opal}, features {opal-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
network {quartz}, runtime {quartz}, features {quartz-runtime}, mainnet_branch {${{ env.QUARTZ_MAINNET_TAG }}}
network {unique}, runtime {unique}, features {unique-runtime}, mainnet_branch {${{ env.UNIQUE_MAINNET_TAG }}}
@@ -114,7 +114,7 @@
POLKADOT_LAUNCH_BRANCH=${{ env.POLKADOT_LAUNCH_BRANCH }}
FEATURE=${{ matrix.features }}
RUNTIME=${{ matrix.runtime }}
- BRANCH=${{ matrix.mainnet_branch }}
+ BRANCH=${{ mainnet_branch }}
ACALA_BUILD_BRANCH=${{ env.ACALA_BUILD_BRANCH }}
MOONBEAM_BUILD_BRANCH=${{ env.MOONBEAM_BUILD_BRANCH }}
CUMULUS_BUILD_BRANCH=${{ env.CUMULUS_BUILD_BRANCH }}
@@ -126,7 +126,7 @@
run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json
- name: Build the stack
- run: cd .docker/ && docker build --file ./Dockerfile-xcm.${{ matrix.network }}.yml --tag xcm-nodes-${{ matrix.network }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ github.head_ref }}-${{ github.sha }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest .
+ run: cd .docker/ && docker build --file ./Dockerfile-xcm.${{ matrix.network }}.yml --tag xcm-nodes-${{ matrix.network }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ mainnet_branch }}-${{ github.sha }} --tag uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest .
# - name: Collect Docker Logs
# if: success() || failure()
@@ -146,7 +146,7 @@
password: ${{ secrets.CORE_DOCKERHUB_TOKEN }}
- name: Push docker version image
- run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ github.head_ref }}-${{ github.sha }}
+ run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:nightly-${{ mainnet_branch }}-${{ github.sha }}
- name: Push docker image latest
run: docker push uniquenetwork/xcm-${{ matrix.network }}-testnet-local:latest