summaryrefslogtreecommitdiff
path: root/contrib/gate
Commit message (Collapse)AuthorAge
* Cirrus: Use imgts container to record metadataChris Evich2019-03-06
| | | | | | | | | | | Make use of the built imgts container image to track VM image usage statistics for every automation run. Also update and add small check to the gate test that verifies expected formatting/content of the `.cirrus.yml` file WRT VM Image names. Signed-off-by: Chris Evich <cevich@redhat.com>
* Add a task to Cirrus gating to build w/o VarlinkMatthew Heon2019-02-27
| | | | | | | We had a regression on master where we broke the build for non-Varlink builds. Catch this in CI in the future. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
* prepare for move to validate on 1.11 onlybaude2018-12-19
| | | | Signed-off-by: baude <bbaude@redhat.com>
* Standardized container image for gofmt and lintChris Evich2018-11-13
Having a standardized image allows uniform application of format and lint checking across multiple host platforms. This ensures all contributors and disparate CI systems to play by a common set of basic rules. It also makes it easier to maintain the common rules over-time. Signed-off-by: Chris Evich <cevich@redhat.com>