ciselect

command
v2.12.0-dev.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2026 License: Apache-2.0, BSD-3-Clause, Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Command ciselect decides which CI work a change set requires.

It reads .github/ci-components.yml, matches each changed path against the component table, and reports the union of the gates those components need. A path that matches nothing enables every gate: the table is an allowlist of provably-skippable paths, so an unrecognised path is always treated as potentially affecting everything.

Usage:

ciselect -changed-files <file> -github-output   # KEY=true|false lines
ciselect -changed-files <file> -json            # full verdict
ciselect -changed-files <file> -explain         # human-readable, for job summaries
ciselect -changed-files <file> -contrib-modules # module dirs, or ALL

With no -changed-files, the list is read from stdin. An empty list means "unknown", which enables every gate.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL