From 4dd236be53536e851d2dcb7fab205e999970517f Mon Sep 17 00:00:00 2001 From: Kane York Date: Thu, 16 Jul 2020 21:27:05 -0700 Subject: feat(ci): run buf check lint in CI Breaking change detection will run but not enforce. Emoji of water buffalo was chosen by @pedge fiat in the bufbuild slack. Change-Id: Ie292f2bfddc0e3bc512e4a138c0b5d0fa2603bad Reviewed-on: https://cl.tvl.fyi/c/depot/+/1247 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: glittershark --- ops/pipelines/depot.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ops') diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix index 3c9ee6b214..ad5a3faabe 100644 --- a/ops/pipelines/depot.nix +++ b/ops/pipelines/depot.nix @@ -17,5 +17,9 @@ let command = "nix-build -A ciBuilds.__allTargets --show-trace"; label = ":duck:"; } + { + command = "${depot.nix.bufCheck}/bin/ci-buf-check"; + label = ":water_buffalo:"; + } ]; in writeText "depot.yaml" (toJSON pipeline) -- cgit 1.4.1