Skip to content

Commit a8f1787

Browse files
Update allowed-ignored workflow
1 parent 10f0063 commit a8f1787

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apache-mynewt-core
2-
apache-mynewt-mcumgr
32
apache-mynewt-nimble
43
arm-CMSIS_5
5-
mbedtls
64
mcuboot
75
nordic-nrfx
6+
stm-stm32g4xx_hal_driver

.github/newt_upgrade/allowed-ignored/project.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
# under the License.
1818
#
1919

20-
project.repositories:
21-
- apache-mynewt-core
22-
2320
repository.apache-mynewt-core:
2421
type: github
2522
vers: 0-dev
@@ -33,16 +30,12 @@ repository.tinyusb:
3330
repo: tinyusb
3431

3532
project.repositories.allowed:
36-
- apache-mynewt-core
37-
- apache-mynewt-nimble
38-
- apache-mynewt-mcumgr
33+
- apache-*
34+
- ~stm-.*g4
3935
- mcuboot
4036
- arm-CMSIS_5
4137
- nordic-nrfx
42-
- mbedtls
43-
- stm-cmsis_device_f3
44-
- stm-stm32f3xx_hal_driver
4538

4639
project.repositories.ignored:
47-
- stm-cmsis_device_f3
48-
- stm-stm32f3xx_hal_driver
40+
- apache-mynewt-mcumgr
41+
- stm-cmsis_device_g4

.github/workflows/test_upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ jobs:
127127
run: |
128128
echo "Test upgrade"
129129
newt upgrade
130-
ls repos | diff -w expected.txt -
130+
ls -1 repos | diff -w expected.txt -

0 commit comments

Comments
 (0)