Skip to content

CI: extend pipelines infrastructure, add in "extended" (non-MR scheduled) testing, and subset testing for petsc4py-only, slepc-hpddm-only, gpu-only labels

Satish Balay requested to merge balay/ci-add-scheduled-jobs into release

This MR updates CI pipeline infrastructure:

  • migrate from "except/only" syntax to "rules" syntax
  • add in "extended" pipeline jobs/checks - for any jobs that shouldn't block developers workflow (like upstream changes), corner-use case that add significant load to regular MR pipelines etc..
  • similar to "docs-only" labled pipelines, add support for "petsc4py-only", "slepc-hpddm-only", "gpu-only" labels
Edited by Satish Balay

Merge request reports