Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
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
Next Next commit
Adding release_build:true property to windows builders.
This will run the specified jobs under the release builder
recipe in dart-internal.

Bug:b/232552448
  • Loading branch information
yusuf-goog committed Nov 7, 2022
commit 3293a03722ab7773549dd9bd088c1328f476fe17
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