--- a/.github/workflows/ci-develop.yml +++ b/.github/workflows/ci-develop.yml @@ -1,3 +1,4 @@ +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586869783/CI+Develop # Workflow which controls starts nested workflows. name: develop --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -1,3 +1,4 @@ +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2587656193/CI+Master # Workflow which controls starts nested workflows. name: master --- a/.github/workflows/codestyle_v2.yml +++ b/.github/workflows/codestyle_v2.yml @@ -1,3 +1,4 @@ +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586837012/Code+style+testing # Nested workflow for checks related to formatting Rust code name: cargo fmt --- a/.github/workflows/dev-build-tests_v2.yml +++ b/.github/workflows/dev-build-tests_v2.yml @@ -1,15 +1,11 @@ # Integration test in --dev mode -# https://cryptousetech.atlassian.net/browse/CI-12 +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586411104/Integration+tests name: yarn test dev # Triger: only call from main workflow(re-usable workflows) on: workflow_call: - -#Define Workflow variables -env: - REPO_URL: ${{ github.server_url }}/${{ github.repository }} # A workflow run is made up of one or more jobs that can run sequentially or in parallel --- a/.github/workflows/forkless-update-data_v2.yml +++ b/.github/workflows/forkless-update-data_v2.yml @@ -1,5 +1,5 @@ # Forkless update with data replication -# https://cryptousetech.atlassian.net/browse/CI-42 +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586869792/Forkless+update+with+data # Triger: only call from main workflow(re-usable workflows) on: --- a/.github/workflows/forkless-update-nodata_v2.yml +++ b/.github/workflows/forkless-update-nodata_v2.yml @@ -1,14 +1,10 @@ +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586837021/Forkless+update+without+data # Forkless update without data replication -# https://cryptousetech.atlassian.net/browse/CI-41 # Triger: only call from main workflow(re-usable workflows) on: workflow_call: - -#Define Workflow variables -env: - REPO_URL: ${{ github.server_url }}/${{ github.repository }} # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: --- a/.github/workflows/market-test_v2.yml +++ b/.github/workflows/market-test_v2.yml @@ -1,4 +1,4 @@ -#https://cryptousetech.atlassian.net/browse/CI-37 +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586509375/Market+e2e+test # Nested workflow for lunching Market e2e tests from external repository https://github.com/UniqueNetwork/market-e2e-tests name: market api tests --- a/.github/workflows/node-only-update_v2.yml +++ b/.github/workflows/node-only-update_v2.yml @@ -1,4 +1,4 @@ -# https://cryptousetech.atlassian.net/browse/CI-85 +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586837028/Nodes+only+update # Node only update with restart polkadot-launch process. name: nodes-only update --- a/.github/workflows/test_codestyle_v2.yml +++ b/.github/workflows/test_codestyle_v2.yml @@ -1,3 +1,4 @@ +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586804253/Yarn+eslint # Yarn Eslint over tests # name: yarn eslint --- a/.github/workflows/try-runtime_v2.yml +++ b/.github/workflows/try-runtime_v2.yml @@ -1,5 +1,5 @@ # Try-runtime checks -# https://cryptousetech.atlassian.net/browse/CI-38 +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2587656213/Try+runtime # Triger: only call from main workflow(re-usable workflows) on: --- a/.github/workflows/unit-test_v2.yml +++ b/.github/workflows/unit-test_v2.yml @@ -1,3 +1,4 @@ +# https://cryptousetech.atlassian.net/wiki/spaces/CI/pages/2586738699/Unit+Tests # Re-Usable Workflow for lanching Unit tests name: unit tests