| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-02-17 | Delete the previous Python script | Jakub Beránek | -318/+0 | |
| 2025-01-24 | ci.py: check the return code in `run-local` | Josh Stone | -1/+1 | |
| If the run fails, it should report that and return a non-zero exit status. The simplest way to do that is with `run(..., check=True)`, which raises a `CalledProcessError`. | ||||
| 2025-01-09 | CI: fix name of jobs | Jakub Beránek | -1/+1 | |
| There is a difference between the `image` (the Dockerfile), the `name` of the job (which determines also its properties) and the `full_name`, which includes the `auto/try/pr` prefix. | ||||
| 2025-01-07 | Apply review comments | Jakub Beránek | -58/+93 | |
| 2025-01-07 | Make it possible to select PR vs auto jobs | Jakub Beránek | -9/+22 | |
| 2025-01-07 | Rename `image` property of CI jobs to `name` | Jakub Beránek | -11/+23 | |
| The `image` part didn't really make sense, especially since we started splitting CI jobs. | ||||
| 2025-01-07 | Add a command to run a given Linux CI job locally | Jakub Beránek | -19/+67 | |
| 2025-01-07 | Rename CI script from `calculate-job-matrix` to `ci.py` | Jakub Beránek | -0/+210 | |
