Skip to content

Commit

Permalink
[web] Add goldctl as a dependency in LUCI (flutter#29168)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebbar committed Oct 15, 2021
1 parent b1e7ad8 commit 60d0fdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .ci.yaml
Expand Up @@ -208,6 +208,10 @@ targets:
properties:
add_recipes_cq: "true"
gcs_goldens_bucket: flutter_logs
dependencies: >-
[
{"dependency": "goldctl"}
]
timeout: 60
scheduler: luci
runIf:
Expand Down Expand Up @@ -274,6 +278,10 @@ targets:
recipe: web_engine
properties:
gcs_goldens_bucket: flutter_logs
dependencies: >-
[
{"dependency": "goldctl"}
]
timeout: 60
scheduler: luci
runIf:
Expand Down

0 comments on commit 60d0fdf

Please sign in to comment.