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

Adds a Linux Fuchsia FEMU config that enables CSO #39718

Merged
merged 3 commits into from
Feb 17, 2023
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
13 changes: 13 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,19 @@ targets:
emulator_arch: "x64"
timeout: 60

- name: Linux Fuchsia FEMU (cso)
recipe: engine/femu_test
bringup: true
properties:
add_recipes_cq: "false"
build_fuchsia: "true"
fuchsia_ctl_version: version:0.0.27
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed, fuchsia_ctl was removed a few months ago.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a copy paste from the other Fuchsia config. Let's remove in a separate cleanup.

# ensure files from pre-production Fuchsia SDK tests are purged from cache
clobber: "true"
emulator_arch: "x64"
enable_cso: "true"
timeout: 90

- name: Linux Fuchsia arm64 FEMU
recipe: engine/femu_test
bringup: true
Expand Down