Skip to content

Commit 6af5699

Browse files
committed
Disable Musca B1 from Travis and CircleCI
Musca B1's path has been renamed in TF-M so we need to update `targets.json` in Mbed OS accordingly. As a CI-only branch, we limit the scope to Musca S1 only.
1 parent a1bf556 commit 6af5699

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
git clone --depth=1 --single-branch https://github.com/ARMmbed/mbed-os.git
2626
- compile:
2727
target: "ARM_MUSCA_S1"
28-
- compile:
29-
target: "ARM_MUSCA_B1"
28+
# Temporarily disabled due to target rename in TF-M
29+
# - compile:
30+
# target: "ARM_MUSCA_B1"

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ matrix:
8484

8585
# ARM_MUSCA_B1
8686

87-
- <<: *compile-tests
88-
name: "Compile Regression and Compliance tests - ARM_MUSCA_B1"
89-
env: TARGET_NAME=ARM_MUSCA_B1 CACHE_NAME=ARM_MUSCA_B1
87+
# Temporarily disabled due to target rename in TF-M
88+
# - <<: *compile-tests
89+
# name: "Compile Regression and Compliance tests - ARM_MUSCA_B1"
90+
# env: TARGET_NAME=ARM_MUSCA_B1 CACHE_NAME=ARM_MUSCA_B1

0 commit comments

Comments
 (0)