| Message ID | 20260615131721.55897-1-jon.mason@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/3] CI: use Musca S1 for LTS testing | expand |
On Mon, 15 Jun 2026 09:17:19 -0400, Jon Mason wrote: > 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. > > Applied, thanks! [1/3] CI: use Musca S1 for LTS testing commit: 22de042eaf68868331741bc33b9c00e73b865d19 [2/3] arm/trusted-firmware-m: Add 2.3.0 Support commit: c5df984862e5678266b087c62ff7ea878b1779c3 [3/3] arm/trusted-firmware-m: remove 2.1.4 commit: d718d02774c9b29f7bb925ab7255f26eab04301a Best regards,
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(-)