PointCloudLibrary/pcl

Convert CI to multi-stage pipelines

Open

#3594 aperta il 23 gen 2020

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)C++ (4506 fork)batch import
help wantedkind: todomodule: ciskill: azurestatus: stale

Metriche repository

Star
 (9023 star)
Metriche merge PR
 (Merge medio 8g 7h) (3 PR mergiate in 30 g)

Descrizione

Your Environment

  • Operating System and version: All CI

Context

Currently, each CI is single stage, completely independent of each other.

Expected Behavior

Splitting CI into stages will allow:

  • Better diagnostics: pipeline A failed at stage: build or test
  • More free time:
    • sometimes jobs fail formatting, but continue consuming the CI time for build+test. This will be done again after formatting is fixed.
    • tutorials are built in parallel, leading to double compilation of base library
  • More flexibility: addition of API/ABI breakage will be easier

Guida contributor