5
5
options :
6
6
USE_CORE :
7
7
name : local
8
- url : https://balabla
8
+ SEND_JOB_START_TOKEN : true
9
9
# # INCLUDE:
10
10
# - filename
11
11
@@ -90,16 +90,12 @@ unit-test:
90
90
command : make test_time_single UNITY_PATH=/opt/Unity
91
91
query : time_single_board == '1:1'
92
92
working_dir : extras/arduino-core-tests
93
- options :
94
- SEND_JOB_START_TOKEN : True
95
93
96
94
unit-test-analog-io-pwm-4700 :
97
95
- description : Compiling, flashing and monitoring timer unit test.
98
96
command : make test_analogio_pwm UNITY_PATH=/opt/Unity
99
97
query : analogio_pwm_single_board == '1:1'
100
98
working_dir : extras/arduino-core-tests
101
- options :
102
- SEND_JOB_START_TOKEN : True
103
99
104
100
unit-test-analog-io-adc-4700 :
105
101
- description : Compiling, flashing and monitoring ADC unit test.
@@ -112,23 +108,17 @@ unit-test:
112
108
command : make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
113
109
query : iic_ping_pong_single_board == '1:1'
114
110
working_dir : extras/arduino-core-tests
115
- options :
116
- SEND_JOB_START_TOKEN : True
117
111
118
112
unit-test-iic-pingpong-4700 :
119
113
- description : Compiling, flashing and monitoring I2C pingpong slave unit test.
120
114
command : make test_wire_connected2_slavepingpong UNITY_PATH=/opt/Unity
121
115
query : iic_ping_pong_multiple_boards_slave == '2:1'
122
116
working_dir : extras/arduino-core-tests
123
- options :
124
- SEND_JOB_START_TOKEN : True
125
117
126
118
- description : Compiling, flashing and monitoring I2C pingpong master unit test.
127
119
command : make test_wire_connected2_masterpingpong UNITY_PATH=/opt/Unity
128
120
query : iic_ping_pong_multiple_boards_master == '2:1'
129
121
working_dir : extras/arduino-core-tests
130
- options :
131
- SEND_JOB_START_TOKEN : True
132
122
133
123
unit-test-uart-connected2-4700 :
134
124
- description : Compiling, flashing and monitoring uart rx unit test.
@@ -150,45 +140,33 @@ unit-test:
150
140
command : make test_uart_rx UNITY_PATH=/opt/Unity
151
141
query : uart_multiple_boards_rx == '1:1'
152
142
working_dir : extras/arduino-core-tests
153
- options :
154
- SEND_JOB_START_TOKEN : True
155
143
156
144
- description : Compiling, flashing and monitoring uart tx unit test.
157
145
command : make test_uart_tx UNITY_PATH=/opt/Unity
158
146
query : uart_multiple_boards_tx == '1:1'
159
147
working_dir : extras/arduino-core-tests
160
- options :
161
- SEND_JOB_START_TOKEN : True
162
148
163
149
unit-test-pulse-4700 :
164
150
- description : Compiling, flashing and monitoring pulse board1 unit test.
165
151
command : make test_pulse_board1 UNITY_PATH=/opt/Unity
166
152
query : adv_io_pulse_board1 == '1:1'
167
153
working_dir : extras/arduino-core-tests
168
- options :
169
- SEND_JOB_START_TOKEN : True
170
154
171
155
- description : Compiling, flashing and monitoring pulse board2 unit test.
172
156
command : make test_pulse_board2 UNITY_PATH=/opt/Unity
173
157
query : adv_io_pulse_board2 == '1:1'
174
158
working_dir : extras/arduino-core-tests
175
- options :
176
- SEND_JOB_START_TOKEN : True
177
159
178
160
unit-test-iic-pingpong-1400 :
179
161
- description : Compiling, flashing and monitoring I2C pingpong slave unit test.
180
162
command : make test_wire_connected2_slavepingpong UNITY_PATH=/opt/Unity
181
163
query : iic_ping_pong_multiple_boards_slave == '1:1'
182
164
working_dir : extras/arduino-core-tests
183
- options :
184
- SEND_JOB_START_TOKEN : True
185
165
186
166
- description : Compiling, flashing and monitoring I2C pingpong master unit test.
187
167
command : make test_wire_connected2_masterpingpong UNITY_PATH=/opt/Unity
188
168
query : iic_ping_pong_multiple_boards_master == '1:1'
189
169
working_dir : extras/arduino-core-tests
190
- options :
191
- SEND_JOB_START_TOKEN : True
192
170
193
171
unit-test-digital-io-1400 :
194
172
- description : Compiling, flashing and monitoring digital IO unit test.
@@ -219,16 +197,12 @@ unit-test:
219
197
command : make test_time_single UNITY_PATH=/opt/Unity
220
198
query : time_single_board == '1:1'
221
199
working_dir : extras/arduino-core-tests
222
- options :
223
- SEND_JOB_START_TOKEN : True
224
200
225
201
unit-test-analog-io-pwm-1400 :
226
202
- description : Compiling, flashing and monitoring timer unit test.
227
203
command : make test_analogio_pwm UNITY_PATH=/opt/Unity
228
204
query : analogio_pwm_single_board == '1:1'
229
205
working_dir : extras/arduino-core-tests
230
- options :
231
- SEND_JOB_START_TOKEN : True
232
206
233
207
unit-test-analog-io-adc-4700 :
234
208
- description : Compiling, flashing and monitoring ADC unit test.
@@ -241,7 +215,5 @@ unit-test:
241
215
command : make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
242
216
query : iic_ping_pong_single_board == '1:1'
243
217
working_dir : extras/arduino-core-tests
244
- options :
245
- SEND_JOB_START_TOKEN : True
246
218
247
219
0 commit comments