| Message ID | 20260615131721.55897-1-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/3] CI: use Musca S1 for LTS testing | expand |
diff --git a/ci/musca-b1.yml b/ci/musca-b1.yml index c2c3a986dc97..1437b8ab3764 100644 --- a/ci/musca-b1.yml +++ b/ci/musca-b1.yml @@ -6,11 +6,6 @@ header: - ci/base.yml - ci/meta-openembedded.yml -local_conf_header: - version_for_ci: | - # For better CI coverage, use the LTS version of tf-m - PREFERRED_VERSION_trusted-firmware-m ?= "2.1.%" - machine: musca-b1 target: diff --git a/ci/musca-s1.yml b/ci/musca-s1.yml index a7fa680c4263..57aaa9429769 100644 --- a/ci/musca-s1.yml +++ b/ci/musca-s1.yml @@ -6,6 +6,11 @@ header: - ci/base.yml - ci/meta-openembedded.yml +local_conf_header: + version_for_ci: | + # For better CI coverage, use the LTS version of tf-m + PREFERRED_VERSION_trusted-firmware-m ?= "2.1.%" + machine: musca-s1 target:
In TF-M 2.3.0, Musca S1 was removed, but B1 is still present. In an effort to keep coverage, swapping S1 and B1. Signed-off-by: Jon Mason <jon.mason@arm.com> --- ci/musca-b1.yml | 5 ----- ci/musca-s1.yml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-)