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

Commit adc0ebd

Browse files
authored
Adds a Linux Fuchsia FEMU config that enables CSO (#39718)
* Adds a Linux Fuchsia FEMU config that enables CSO * Update .ci.yaml * Update .ci.yaml
1 parent 6d93874 commit adc0ebd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.ci.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,19 @@ targets:
156156
emulator_arch: "x64"
157157
timeout: 60
158158

159+
- name: Linux Fuchsia FEMU (cso)
160+
recipe: engine/femu_test
161+
bringup: true
162+
properties:
163+
add_recipes_cq: "false"
164+
build_fuchsia: "true"
165+
fuchsia_ctl_version: version:0.0.27
166+
# ensure files from pre-production Fuchsia SDK tests are purged from cache
167+
clobber: "true"
168+
emulator_arch: "x64"
169+
enable_cso: "true"
170+
timeout: 90
171+
159172
- name: Linux Fuchsia arm64 FEMU
160173
recipe: engine/femu_test
161174
bringup: true

0 commit comments

Comments
 (0)