PointCloudLibrary/pcl

Convert CI to multi-stage pipelines

オープン

#3,594 opened on 2020/01/23

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (4,506 件のフォーク)batch import
help wantedkind: todomodule: ciskill: azurestatus: stale

Repository metrics

Stars
 (9,023 個のスター)
PR merge metrics
 (平均マージ 8d 7h) (30d で 3 merged PRs)

説明

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

コントリビューターガイド