Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab-ci: add rules infrastructure to allow non-MR jobs | Brad King | 2021-01-27 | 1 | -0/+6 |
| | |||||
* | gitlab-ci: add rules to enable jobs in a nightly pipeline schedule | Brad King | 2020-10-07 | 1 | -0/+6 |
| | |||||
* | gitlab-ci: configure rules to enable continuous builds of staged MRs | Brad King | 2020-09-30 | 1 | -0/+5 |
| | | | | | Configure rules to allow jobs for continuous builds to be enabled on a project that configures a specific branch this purpose. | ||||
* | gitlab-ci: use separate rules for dependent jobs | Brad King | 2020-09-30 | 1 | -0/+10 |
| | |||||
* | gitlab-ci: minimize pipeline for packaging | Brad King | 2020-09-17 | 1 | -1/+5 |
| | |||||
* | gitlab-ci: add a job to make a doc "bundle" | Ben Boeckel | 2020-09-16 | 1 | -0/+6 |
| | | | | | This can be added to any other platform's package by reusing the artifact. | ||||
* | gitlab-ci: Prefer MR rules for any pipeline associated with a MR | Brad King | 2020-09-10 | 1 | -4/+4 |
| | | | | | | | GitLab 13.3 started creating MR pipelines in the parent project of a MR from a fork, at least when the MR submitter is a developer in the parent project. If the pipeline is associated with a MR, we should use the corresponding rules regardless of which project hosts the pipeline. | ||||
* | gitlab-ci: avoid failing dependent steps | Ben Boeckel | 2020-07-27 | 1 | -2/+2 |
| | | | | This avoids making busted jobs if a prerequisite fails. | ||||
* | gitlab-ci: use `extends` | Ben Boeckel | 2020-06-12 | 1 | -2/+2 |
| | | | | YAML anchors are not supported across include files. | ||||
* | gitlab-ci: make rules a bit more uniform | Ben Boeckel | 2020-06-12 | 1 | -13/+15 |
| | |||||
* | gitlab-ci: split into multiple files | Ben Boeckel | 2020-06-12 | 1 | -0/+16 |
Also add comments for sections to make it easier to figure out what's going on. Also rename the `cmake_test_unix_package` to be Linux-specific since it actually is. |