diff --git a/.github/newt_upgrade/allowed-ignored/expected.txt b/.github/newt_upgrade/allowed-ignored/expected.txt index 683660be0..571ed69fe 100644 --- a/.github/newt_upgrade/allowed-ignored/expected.txt +++ b/.github/newt_upgrade/allowed-ignored/expected.txt @@ -1,7 +1,6 @@ apache-mynewt-core -apache-mynewt-mcumgr apache-mynewt-nimble arm-CMSIS_5 -mbedtls mcuboot nordic-nrfx +stm-stm32g4xx_hal_driver diff --git a/.github/newt_upgrade/allowed-ignored/project.yml b/.github/newt_upgrade/allowed-ignored/project.yml index a19d0874b..2a9a9ed6d 100644 --- a/.github/newt_upgrade/allowed-ignored/project.yml +++ b/.github/newt_upgrade/allowed-ignored/project.yml @@ -17,9 +17,6 @@ # under the License. # -project.repositories: - - apache-mynewt-core - repository.apache-mynewt-core: type: github vers: 0-dev @@ -33,16 +30,12 @@ repository.tinyusb: repo: tinyusb project.repositories.allowed: - - apache-mynewt-core - - apache-mynewt-nimble - - apache-mynewt-mcumgr + - apache-* + - ~stm-.*g4 - mcuboot - arm-CMSIS_5 - nordic-nrfx - - mbedtls - - stm-cmsis_device_f3 - - stm-stm32f3xx_hal_driver project.repositories.ignored: - - stm-cmsis_device_f3 - - stm-stm32f3xx_hal_driver + - apache-mynewt-mcumgr + - stm-cmsis_device_g4 diff --git a/.github/workflows/test_upgrade.yml b/.github/workflows/test_upgrade.yml index 8d20cf7f2..85c1cb87f 100644 --- a/.github/workflows/test_upgrade.yml +++ b/.github/workflows/test_upgrade.yml @@ -127,4 +127,4 @@ jobs: run: | echo "Test upgrade" newt upgrade - ls repos | diff -w expected.txt - + ls -1 repos | diff -w expected.txt -