8000 One more rebalance · mimoccc/circuitpython@d75a737 · GitHub
[go: up one dir, main page]

Skip to content

Commit d75a737

Browse files
committed
One more rebalance
1 parent 402200e commit d75a737

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# Add steps that publish test results, save build artifacts, deploy, and more:
44
# https://docs.microsoft.com/azure/devops/pipelines/apps/c-cpp/gcc
55

6+
# To ask:
7+
# * 400+ artifacts we can't explicitly list. Can we use templating like each to do it per board?
8+
# * Better way to have deb hosted/cached for install?
9+
# * Release pipeline vs GitHub triggered tag?
10+
611
trigger:
712
- azure-pipelines
813

@@ -115,11 +120,11 @@ jobs:
115120
samd_m0_express_boards2:
116121
TRAVIS_BOARDS: 'metro_m0_express sparkfun_redboard_turbo hallowing_m0_express itsybitsy_m0_express'
117122
samd_m4_boards1:
118-
TRAVIS_BOARDS: 'sam32 itsybitsy_m4_express feather_m4_express pyportal mini_sam_m4'
123+
TRAVIS_BOARDS: 'itsybitsy_m4_express feather_m4_express pyportal mini_sam_m4'
119124
samd_m4_boards2:
120125
TRAVIS_BOARDS: 'grandcentral_m4_express metro_m4_express trellis_m4_express pybadge'
121126
nrf_boards:
122-
TRAVIS_BOARDS: 'pca10056 pca10059 makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini feather_nrf52840_express'
127+
TRAVIS_BOARDS: 'pca10056 pca10059 makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini feather_nrf52840_express sam32'
123128

124129
steps:
125130
- checkout: self

0 commit comments

Comments
 (0)
0