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

Commit

Permalink
Adding release_build:true property to windows builders. (#37397)
Browse files Browse the repository at this point in the history
This will run the specified jobs under the release builder
recipe in dart-internal.

Bug:b/232552448
  • Loading branch information
yusuf-goog authored Nov 8, 2022
1 parent dc7cb20 commit 512fa40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -467,13 +467,15 @@ targets:
bringup: true
timeout: 60
properties:
release_build: "true"
config_name: windows_android_aot_engine

- name: Windows windows_host_engine
recipe: engine_v2/engine_v2
bringup: true
timeout: 60
properties:
release_build: "true"
config_name: windows_host_engine

- name: Windows Unopt
Expand Down

0 comments on commit 512fa40

Please sign in to comment.