git.delta.rocks / unique-network / refs/commits / 5969a58a8b5a

difftreelog

rename dependant job, move try-runtime option from build ARGs to Dockerfile

Alexander Aksenov2022-09-13parent: #011d236.patch.diff
in: master

2 files changed

modified.docker/Dockerfile-try-runtimediffbeforeafterboth
47 cargo build --features=$FEATURE --release47 cargo build --features=$FEATURE --release
48 48
4949
50CMD cargo run --features=$FEATURE --release -- try-runtime on-runtime-upgrade live --uri $REPLICA_FROM50CMD cargo run --features=try-runtime,$FEATURE --release -- try-runtime on-runtime-upgrade live --uri $REPLICA_FROM
5151
modified.github/workflows/node-only-update_v2.ymldiffbeforeafterboth
--- a/.github/workflows/node-only-update_v2.yml
+++ b/.github/workflows/node-only-update_v2.yml
@@ -10,7 +10,7 @@
 # A workflow run is made up of one or more jobs that can run sequentially or in parallel
 jobs:
 
-  execution-matrix:
+  nodes-execution-matrix:
 
     name: execution matrix
 
@@ -43,7 +43,7 @@
 
 
   nodes-only-update:
-    needs: execution-matrix
+    needs: nodes-execution-matrix
     # The type of runner that the job will run on
     runs-on: [self-hosted-ci,large]