[ci] Add DAG (#1244)

* [ci] Add DAG

* add dag

* add more dag and disable deny

* test cancel pipeline

* fix clippy
This commit is contained in:
Alexander Samusev
2023-08-29 16:00:17 +02:00
committed by GitHub
parent 7c69d14441
commit b13a3187f2
4 changed files with 47 additions and 11 deletions
+10 -1
View File
@@ -32,7 +32,8 @@ cargo-fmt-manifest:
- zepter format features --check
allow_failure: true # Experimental
cargo-deny-licenses:
# FIXME
.cargo-deny-licenses:
stage: check
extends:
- .docker-env
@@ -132,6 +133,10 @@ check-runtime-migration-polkadot:
check-runtime-migration-kusama:
stage: check
# DAG
needs:
- job: check-runtime-migration-polkadot
artifacts: false
extends:
- .docker-env
- .test-pr-refs
@@ -152,6 +157,10 @@ check-runtime-migration-westend:
check-runtime-migration-rococo:
stage: check
# DAG
needs:
- job: check-runtime-migration-westend
artifacts: false
extends:
- .docker-env
- .test-pr-refs