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

Commit b2ba57e

Browse files
authored
Add use_rbe to gclient variables for Framework Smoke Tests (#50403)
This is to enable rbe support. Part of flutter/flutter#142986
1 parent 269ed90 commit b2ba57e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ targets:
218218
enabled_branches:
219219
- main
220220
timeout: 60
221+
properties:
222+
gclient_variables: >-
223+
{"use_rbe": true}
221224
222225
- name: Linux linux_clang_tidy
223226
recipe: engine_v2/engine_v2

0 commit comments

Comments
 (0)