8000 Dump env and tweak build jobs · kevincon/circuitpython@a9e28b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a9e28b6

Browse files
committed
Dump env and tweak build jobs
1 parent 83b06ac commit a9e28b6

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

azure-pipelines.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -100,31 +100,26 @@ jobs:
100100
vmImage: 'Ubuntu-16.04'
101101
dependsOn: Download_ARM_GCC
102102
strategy:
103-
matrix:
104-
adafruit_samd_m0_boards:
105-
TRAVIS_BOARDS: 'trinket_m0 pirkey_m0 gemma_m0'
106-
sparkfun_samd_m0_boards:
107-
TRAVIS_BOARDS: 'sparkfun_lumidrive sparkfun_samd21_mini sparkfun_samd21_dev'
108-
arduino_samd_m0_boards:
109-
TRAVIS_BOARDS: 'arduino_zero arduino_mkr1300 arduino_mkrzero'
110-
other_samd_m0_boards:
103+
matrix
104+
# Nine subjobs that will go in parallel with the test job
105+
samd_m0_boards1:
106+
TRAVIS_BOARDS: 'trinket_m0 pirkey_m0 gemma_m0 sparkfun_lumidrive arduino_zero'
107+
samd_m0_boards2:
108+
TRAVIS_BOARDS: 'arduino_mkr1300 arduino_mkrzero sparkfun_samd21_mini sparkfun_samd21_dev'
109+
samd_m0_boards3:
111110
TRAVIS_BOARDS: 'meowmeow uchip pewpew10 catwan_usbstick'
112111
feather_samd_m0_boards:
113112
TRAVIS_BOARDS: 'feather_radiofruit_zigbee feather_m0_rfm69 feather_m0_rfm9x feather_m0_adalogger feather_m0_basic'
114113
samd_m0_express_boards1:
115114
TRAVIS_BOARDS: 'circuitplayground_express_crickit circuitplayground_express feather_m0_express_crickit feather_m0_express'
116115
samd_m0_express_boards2:
117116
TRAVIS_BOARDS: 'metro_m0_express sparkfun_redboard_turbo hallowing_m0_express itsybitsy_m0_express'
118-
samd_m4_express_boards1:
119-
TRAVIS_BOARDS: 'sam32 itsybitsy_m4_express feather_m4_express pyportal'
120-
samd_m4_express_boards2:
117+
samd_m4_boards1:
118+
TRAVIS_BOARDS: 'sam32 itsybitsy_m4_express feather_m4_express pyportal mini_sam_m4'
119+
samd_m4_boards2:
121120
TRAVIS_BOARDS: 'grandcentral_m4_express metro_m4_express trellis_m4_express pybadge'
122-
samd_m4_boards:
123-
TRAVIS_BOARDS: 'mini_sam_m4'
124121
nrf_boards:
125-
TRAVIS_BOARDS: 'pca10056 pca10059 makerdiary_nrf52840_mdk makerdiary_nrf52840_mdk_usb_dongle particle_boron particle_argon particle_xenon sparkfun_nrf52840_mini'
126-
nrf_express_boards:
127-
TRAVIS_BOARDS: 'feather_nrf52840_express'
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'
128123

129124
steps:
130125
- checkout: self
@@ -156,3 +151,10 @@ jobs:
156151
python3 -u build_release_files.py
157152
displayName: 'Build board'
158153
workingDirectory: 'tools'
154+
- bash: |
155+
env
156+
displayName: 'Dump env'
157+
# - task: PublishPipelineArtifact@0
158+
# inputs:
159+
# artifactName: variables['']
160+
# targetPath: 'bin'

0 commit comments

Comments
 (0)
0