mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 13:21:01 +00:00
[ci] Divide subsystem-regression-tests into 2 jobs (#4076)
Currently `subsystem-regression-tests` job fails if the first benchmarks fail and there is no result for the second benchmark. Also dividing the job makes the pipeline faster (currently it's a longest job) cc https://github.com/paritytech/ci_cd/issues/969 cc @AndreiEres --------- Co-authored-by: Andrei Eres <eresav@me.com>
This commit is contained in:
committed by
GitHub
parent
f13408d57f
commit
6ebf491b50
@@ -70,7 +70,9 @@ publish-subsystem-benchmarks:
|
||||
- .kubernetes-env
|
||||
- .publish-gh-pages-refs
|
||||
needs:
|
||||
- job: subsystem-regression-tests
|
||||
- job: subsystem-benchmark-availability-recovery
|
||||
artifacts: true
|
||||
- job: subsystem-benchmark-availability-distribution
|
||||
artifacts: true
|
||||
- job: publish-rustdoc
|
||||
artifacts: false
|
||||
@@ -109,7 +111,9 @@ trigger_workflow:
|
||||
needs:
|
||||
- job: publish-subsystem-benchmarks
|
||||
artifacts: false
|
||||
- job: subsystem-regression-tests
|
||||
- job: subsystem-benchmark-availability-recovery
|
||||
artifacts: true
|
||||
- job: subsystem-benchmark-availability-distribution
|
||||
artifacts: true
|
||||
script:
|
||||
- echo "Triggering workflow"
|
||||
|
||||
Reference in New Issue
Block a user