about summary refs log tree commit diff
path: root/src/ci/github-actions/calculate-job-matrix.py
AgeCommit message (Expand)AuthorLines
2025-01-07Rename CI script from `calculate-job-matrix` to `ci.py`Jakub Beránek-210/+0
2024-12-04Reformat Python code with `ruff`Jakub Beránek-4/+9
2024-07-26CI: do not respect custom try jobs for unrolled perf buildsJakub Beránek-2/+8
2024-07-04Make CI more agnostic of the owning GitHub organizationJakub Beránek-9/+5
2024-05-05CI: fix auto builds and make sure that we always have at least a single CI jobJakub Beránek-1/+5
2024-05-05Address review commentsJakub Beránek-4/+8
2024-05-05Make the regex more robustJakub Beránek-1/+1
2024-05-05Parse try build CI job name from commit messageJakub Beránek-5/+46
2024-05-05Use sum type for `WorkflowRunType`Jakub Beránek-14/+26
2024-04-29Output `run_type` from the matrix calculation jobJakub Beránek-1/+14
2024-04-29Rename `JobType` to `WorkflowRunType`Jakub Beránek-13/+13
2024-04-24Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attributeJakub Beránek-1/+1
2024-04-24Skip jobs based on the active channel in PythonJakub Beránek-0/+12
2024-04-24Use a type alias for a CI jobJakub Beránek-3/+5
2024-04-23Make separate envs for try and auto buildsJakub Beránek-2/+2
2024-04-23Load GitHub context from environment variablesJakub Beránek-12/+24
2024-04-20Move `auto` jobs to calculate-job-matrix.pyJakub Beránek-6/+25
2024-04-20Refactor `calculate-job-matrix.py`Jakub Beránek-23/+48
2024-04-20Perform PR and try builds dynamicallyJakub Beránek-4/+38
2024-04-20Move calculate-job-matrix.py to `ci/github-actions`Jakub Beránek-0/+25