From 4ea783271b57b6d19311664307dfc2d3f2e1c3c9 Mon Sep 17 00:00:00 2001 From: Zach Anderson Date: Fri, 24 Jun 2022 10:52:11 -0700 Subject: [PATCH] Adds a license check shard to CI --- .ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 4382d7b4b9c94..c7681989cd130 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -178,6 +178,14 @@ targets: clobber: "true" timeout: 60 + - name: Linux License + recipe: engine/engine_license + bringup: true + properties: + add_recipes_cq: "true" + clobber: "true" + timeout: 60 + - name: Linux clang-tidy recipe: engine/engine_lint properties: