PointCloudLibrary/pcl

Convert CI to multi-stage pipelines

开放

#3,594 创建于 2020年1月23日

 (7 条评论) (0 个反应) (0 位负责人)C++ (4,506 个派生)batch import
help wantedkind: todomodule: ciskill: azurestatus: stale

仓库指标

星标
 (9,023 个星标)
PR 合并指标
 (平均合并 8天 7小时) (30 天内合并 3 个 PR)

描述

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

贡献者指南