From 040c3402738133d889f52644fb0a69119e11f156 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 17 Feb 2023 08:56:21 -0800 Subject: [PATCH 1/3] Adds a Linux Fuchsia FEMU config that enables CSO --- .ci.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 5c365eea5dc93..e246c0261195f 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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: "true" + build_fuchsia: "true" + fuchsia_ctl_version: version:0.0.27 + # ensure files from pre-production Fuchsia SDK tests are purged from cache + clobber: "true" + emulator_arch: "x64" + enable_cso: "true" + timeout: 60 + - name: Linux Fuchsia arm64 FEMU recipe: engine/femu_test bringup: true From a335af8a36e1366e43f8e633da75c039f1b294ad Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 17 Feb 2023 09:52:55 -0800 Subject: [PATCH 2/3] Update .ci.yaml --- .ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index e246c0261195f..0b7b190dd034a 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -160,14 +160,13 @@ targets: recipe: engine/femu_test bringup: true properties: - add_recipes_cq: "true" build_fuchsia: "true" fuchsia_ctl_version: version:0.0.27 # ensure files from pre-production Fuchsia SDK tests are purged from cache clobber: "true" emulator_arch: "x64" enable_cso: "true" - timeout: 60 + timeout: 90 - name: Linux Fuchsia arm64 FEMU recipe: engine/femu_test From b396163c73c6ba533e4e07d126909aa1a1c417fe Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Fri, 17 Feb 2023 09:54:01 -0800 Subject: [PATCH 3/3] Update .ci.yaml --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index 0b7b190dd034a..fb11c7191c718 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -160,6 +160,7 @@ targets: recipe: engine/femu_test bringup: true properties: + add_recipes_cq: "false" build_fuchsia: "true" fuchsia_ctl_version: version:0.0.27 # ensure files from pre-production Fuchsia SDK tests are purged from cache