Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Move gclient var property to ci.yaml #37351

Merged
merged 1 commit into from
Nov 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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