Skip to content

Commit 34babeb

Browse files
committed
[CI] Update config after new variants additions
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent e275b8e commit 34babeb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CI/build/conf/cores_config.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@
5959
"applicable": true,
6060
"boards": [ "" ]
6161
},
62+
{
63+
"pattern": "Firmata/",
64+
"applicable": false,
65+
"boards": [ "EEXTR_F030_V1", "MALYANM200_F103CB" ]
66+
},
67+
{
68+
"pattern": "BlinkWithoutDelay.ino",
69+
"applicable": false,
70+
"boards": [ "EEXTR_F030_V1" ]
71+
},
6272
{
6373
"pattern": "STM32SD",
6474
"applicable": true,
@@ -118,12 +128,12 @@
118128
{
119129
"pattern": "StringComparisonOperators.ino",
120130
"applicable": false,
121-
"boards": [ "ARMED_V1", "RAK811_TRACKER", "REMRAM_V1" ]
131+
"boards": [ "ARMED_V1", "EEXTR_F030_V1", "RAK811_TRACKER", "REMRAM_V1" ]
122132
},
123133
{
124134
"pattern": "ADXL3xx.ino",
125135
"applicable": false,
126-
"boards": [ "ARMED_V1", "RAK811_TRACKER" ]
136+
"boards": [ "ARMED_V1", "EEXTR_F030_V1", "RAK811_TRACKER" ]
127137
},
128138
{
129139
"pattern": "SerialLoop.ino|Tests_basic_functions.ino",

0 commit comments

Comments
 (0)