Skip to content

Commit 2d5c4a0

Browse files
authored
Revert attempt to build Arduino jobs in parallel (#966)
1 parent 9b630f7 commit 2d5c4a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.ci/pipeline.groovy

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ def call(Closure body) {
121121
stage('ArduinoMega (tests)') {
122122
arduino.buildArduinoMega(config, config.tests, 'Tests')
123123
}
124-
}
125-
}, ArduinoExampleBuilds: {
126-
lock(quantity: 1, resource: 'arduinoExampleEnv') {
127124
stage('MySensorsMicro (examples)') {
128125
arduino.buildMySensorsMicro(config, config.examples, 'Examples')
129126
}

0 commit comments

Comments
 (0)