-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/ci: remove mention of matrix and runner from base
The use of a matrix or runner in a workflow should be something local and specific to that workflow, especially for matrix. The base package should therefore not make any mention of the concept of matrix (or runner), until such time as we clearly establish a pattern/default where this makes sense. The oft-used logic isLatestLinux is by definition dependent on the matrix definition and should also be local to the workflow. Therefore, matrix should not (in general) be mentioned in repo either. Also move away from using the term os in the test matrix. It is not an os, rather it is a runner image. Use the field name runner instead. runner.os _is_ an OS. DRY up the trybot declaration accordingly. Signed-off-by: Paul Jolly <paul@myitcv.io> Change-Id: Ic6261a7f30353b2f49e08a2ccb5a8e3e88037e0a Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/551939 Reviewed-by: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: CUEcueckoo <cueckoo@cuelang.org> Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
- Loading branch information
Showing
4 changed files
with
43 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters