From 2e5df188fe9de1f6ffe3d6fbc75dc3bec8913344 Mon Sep 17 00:00:00 2001 From: Mouad Debbar Date: Fri, 15 Oct 2021 14:05:45 +0000 Subject: [PATCH] [web] Add goldctl as a dependency in LUCI (flutter/engine#29168) --- engine/src/flutter/.ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 93abc3232a9..8100773cbd9 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -208,6 +208,10 @@ targets: properties: add_recipes_cq: "true" gcs_goldens_bucket: flutter_logs + dependencies: >- + [ + {"dependency": "goldctl"} + ] timeout: 60 scheduler: luci runIf: @@ -274,6 +278,10 @@ targets: recipe: web_engine properties: gcs_goldens_bucket: flutter_logs + dependencies: >- + [ + {"dependency": "goldctl"} + ] timeout: 60 scheduler: luci runIf: