difftreelog
Merge pull request #669 from UniqueNetwork/rapid-parallel-start-v2-docs
in: master
Rapid parallel start v2 docs
11 files changed
.github/workflows/ci-develop.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586869783/CI+Develop1# Workflow which controls starts nested workflows.2# Workflow which controls starts nested workflows.2name: develop3name: develop34.github/workflows/ci-master.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2587656193/CI+Master1# Workflow which controls starts nested workflows.2# Workflow which controls starts nested workflows.2name: master3name: master34.github/workflows/codestyle_v2.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586837012/Code+style+testing1# Nested workflow for checks related to formatting Rust code 2# Nested workflow for checks related to formatting Rust code 233name: cargo fmt4name: cargo fmt.github/workflows/dev-build-tests_v2.ymldiffbeforeafterboth1# Integration test in --dev mode1# Integration test in --dev mode2# https://cryptousetech.atlassian.net/browse/CI-122# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586411104/Integration+tests3name: yarn test dev3name: yarn test dev445# Triger: only call from main workflow(re-usable workflows)5# Triger: only call from main workflow(re-usable workflows)6on:6on:7 workflow_call:7 workflow_call:889910#Define Workflow variables1011env:11# A workflow run is made up of one or more jobs that can run sequentially or in parallel12 REPO_URL: ${{ github.server_url }}/${{ github.repository }}131415# A workflow run is made up of one or more jobs that can run sequentially or in parallel16jobs:12jobs:17 13 18 dev_build_int_tests:14 dev_build_int_tests:.github/workflows/forkless-update-data_v2.ymldiffbeforeafterboth1# Forkless update with data replication1# Forkless update with data replication2# https://cryptousetech.atlassian.net/browse/CI-422# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586869792/Forkless+update+with+data334# Triger: only call from main workflow(re-usable workflows)4# Triger: only call from main workflow(re-usable workflows)5on:5on:.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586837021/Forkless+update+without+data1# Forkless update without data replication2# Forkless update without data replication2# https://cryptousetech.atlassian.net/browse/CI-41334# Triger: only call from main workflow(re-usable workflows)4# Triger: only call from main workflow(re-usable workflows)5on:5on:6 workflow_call:6 workflow_call:77889#Define Workflow variables9# A workflow run is made up of one or more jobs that can run sequentially or in parallel10env:11 REPO_URL: ${{ github.server_url }}/${{ github.repository }}1213# A workflow run is made up of one or more jobs that can run sequentially or in parallel14jobs:10jobs:15 execution-marix:11 execution-marix:1612.github/workflows/market-test_v2.ymldiffbeforeafterboth1#https://cryptousetech.atlassian.net/browse/CI-371# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586509375/Market+e2e+test2# Nested workflow for lunching Market e2e tests from external repository https://github.com/UniqueNetwork/market-e2e-tests2# Nested workflow for lunching Market e2e tests from external repository https://github.com/UniqueNetwork/market-e2e-tests334name: market api tests4name: market api tests.github/workflows/node-only-update_v2.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/browse/CI-851# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586837028/Nodes+only+update2# Node only update with restart polkadot-launch process.2# Node only update with restart polkadot-launch process.334name: nodes-only update4name: nodes-only update.github/workflows/test_codestyle_v2.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586804253/Yarn+eslint1# Yarn Eslint over tests2# Yarn Eslint over tests2#3#3name: yarn eslint4name: yarn eslint.github/workflows/try-runtime_v2.ymldiffbeforeafterboth1# Try-runtime checks1# Try-runtime checks2# https://cryptousetech.atlassian.net/browse/CI-382# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2587656213/Try+runtime334# Triger: only call from main workflow(re-usable workflows)4# Triger: only call from main workflow(re-usable workflows)5on:5on:.github/workflows/unit-test_v2.ymldiffbeforeafterboth1# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586738699/Unit+Tests1# Re-Usable Workflow for lanching Unit tests2# Re-Usable Workflow for lanching Unit tests2name: unit tests3name: unit tests34