Skip to content

Commit

Permalink
Update allowed-ignored workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-kaczmarek committed Oct 25, 2024
1 parent 3f3af0d commit fa83de6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/newt_upgrade/allowed-ignored/expected.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apache-mynewt-core
apache-mynewt-mcumgr
apache-mynewt-nimble
arm-CMSIS_5
mbedtls
mcuboot
nordic-nrfx
stm-stm32g4xx_hal_driver
15 changes: 4 additions & 11 deletions .github/newt_upgrade/allowed-ignored/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

project.repositories:
- apache-mynewt-core

repository.apache-mynewt-core:
type: github
vers: 0-dev
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/test_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ jobs:
run: |
echo "Test upgrade"
newt upgrade
ls repos | diff -w expected.txt -
ls -1 repos | diff -w expected.txt -

0 comments on commit fa83de6

Please sign in to comment.