From 070c4943a732a66c87b3f22ae1569ba66c16d574 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Sat, 5 Mar 2022 21:16:18 -0800 Subject: [PATCH] Add vs_build dep to windows performance test (#99602) --- .ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 6f742ee8d84..21c805c9bb8 100755 --- a/.ci.yaml +++ b/.ci.yaml @@ -4404,11 +4404,15 @@ targets: - name: Windows windows_home_scroll_perf__timeline_summary recipe: devicelab/devicelab_drone - bringup: true timeout: 60 + bringup: true properties: tags: > ["devicelab","hostonly"] + dependencies: >- + [ + {"dependency": "vs_build", "version": "version:vs2019"} + ] task_name: windows_home_scroll_perf__timeline_summary benchmark: "true" scheduler: luci