Skip to content

Commit

Permalink
Move gclient var property to ci.yaml (#37351)
Browse files Browse the repository at this point in the history
This property was previously hardcoded in the recipe.

Bug: flutter/flutter#114656
  • Loading branch information
godofredoc authored Nov 7, 2022
1 parent 3345497 commit 0075e10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ targets:
add_recipes_cq: "true"
cores: "32"
gcs_goldens_bucket: flutter_logs
gclient_custom_vars: >-
{"download_emsdk": True}
dependencies: >-
[
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
Expand Down Expand Up @@ -407,6 +409,8 @@ targets:
properties:
add_recipes_cq: "true"
gcs_goldens_bucket: flutter_logs
gclient_custom_vars: >-
{"download_emsdk": True}
dependencies: >-
[
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
Expand Down Expand Up @@ -481,6 +485,8 @@ targets:
- name: Windows Web Engine
recipe: engine/web_engine
properties:
gclient_custom_vars: >-
{"download_emsdk": true}
gcs_goldens_bucket: flutter_logs
timeout: 60
runIf:
Expand Down

0 comments on commit 0075e10

Please sign in to comment.