Skip to content

Commit d1cd5a7

Browse files
committed
config/project.yml: Use global option.
Signed-off-by: zhanglinjing <[email protected]>
1 parent 93b94b4 commit d1cd5a7

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

config/project.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
options:
66
USE_CORE:
77
name: local
8-
url: https://balabla
8+
SEND_JOB_START_TOKEN: true
99
# # INCLUDE:
1010
# - filename
1111

@@ -90,16 +90,12 @@ unit-test:
9090
command: make test_time_single UNITY_PATH=/opt/Unity
9191
query: time_single_board == '1:1'
9292
working_dir: extras/arduino-core-tests
93-
options:
94-
SEND_JOB_START_TOKEN: True
9593

9694
unit-test-analog-io-pwm-4700:
9795
- description: Compiling, flashing and monitoring timer unit test.
9896
command: make test_analogio_pwm UNITY_PATH=/opt/Unity
9997
query: analogio_pwm_single_board == '1:1'
10098
working_dir: extras/arduino-core-tests
101-
options:
102-
SEND_JOB_START_TOKEN: True
10399

104100
unit-test-analog-io-adc-4700:
105101
- description: Compiling, flashing and monitoring ADC unit test.
@@ -112,23 +108,17 @@ unit-test:
112108
command: make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
113109
query: iic_ping_pong_single_board == '1:1'
114110
working_dir: extras/arduino-core-tests
115-
options:
116-
SEND_JOB_START_TOKEN: True
117111

118112
unit-test-iic-pingpong-4700:
119113
- description: Compiling, flashing and monitoring I2C pingpong slave unit test.
120114
command: make test_wire_connected2_slavepingpong UNITY_PATH=/opt/Unity
121115
query: iic_ping_pong_multiple_boards_slave == '2:1'
122116
working_dir: extras/arduino-core-tests
123-
options:
124-
SEND_JOB_START_TOKEN: True
125117

126118
- description: Compiling, flashing and monitoring I2C pingpong master unit test.
127119
command: make test_wire_connected2_masterpingpong UNITY_PATH=/opt/Unity
128120
query: iic_ping_pong_multiple_boards_master == '2:1'
129121
working_dir: extras/arduino-core-tests
130-
options:
131-
SEND_JOB_START_TOKEN: True
132122

133123
unit-test-uart-connected2-4700:
134124
- description: Compiling, flashing and monitoring uart rx unit test.
@@ -150,45 +140,33 @@ unit-test:
150140
command: make test_uart_rx UNITY_PATH=/opt/Unity
151141
query: uart_multiple_boards_rx == '1:1'
152142
working_dir: extras/arduino-core-tests
153-
options:
154-
SEND_JOB_START_TOKEN: True
155143

156144
- description: Compiling, flashing and monitoring uart tx unit test.
157145
command: make test_uart_tx UNITY_PATH=/opt/Unity
158146
query: uart_multiple_boards_tx == '1:1'
159147
working_dir: extras/arduino-core-tests
160-
options:
161-
SEND_JOB_START_TOKEN: True
162148

163149
unit-test-pulse-4700:
164150
- description: Compiling, flashing and monitoring pulse board1 unit test.
165151
command: make test_pulse_board1 UNITY_PATH=/opt/Unity
166152
query: adv_io_pulse_board1 == '1:1'
167153
working_dir: extras/arduino-core-tests
168-
options:
169-
SEND_JOB_START_TOKEN: True
170154

171155
- description: Compiling, flashing and monitoring pulse board2 unit test.
172156
command: make test_pulse_board2 UNITY_PATH=/opt/Unity
173157
query: adv_io_pulse_board2 == '1:1'
174158
working_dir: extras/arduino-core-tests
175-
options:
176-
SEND_JOB_START_TOKEN: True
177159

178160
unit-test-iic-pingpong-1400:
179161
- description: Compiling, flashing and monitoring I2C pingpong slave unit test.
180162
command: make test_wire_connected2_slavepingpong UNITY_PATH=/opt/Unity
181163
query: iic_ping_pong_multiple_boards_slave == '1:1'
182164
working_dir: extras/arduino-core-tests
183-
options:
184-
SEND_JOB_START_TOKEN: True
185165

186166
- description: Compiling, flashing and monitoring I2C pingpong master unit test.
187167
command: make test_wire_connected2_masterpingpong UNITY_PATH=/opt/Unity
188168
query: iic_ping_pong_multiple_boards_master == '1:1'
189169
working_dir: extras/arduino-core-tests
190-
options:
191-
SEND_JOB_START_TOKEN: True
192170

193171
unit-test-digital-io-1400:
194172
- description: Compiling, flashing and monitoring digital IO unit test.
@@ -219,16 +197,12 @@ unit-test:
219197
command: make test_time_single UNITY_PATH=/opt/Unity
220198
query: time_single_board == '1:1'
221199
working_dir: extras/arduino-core-tests
222-
options:
223-
SEND_JOB_START_TOKEN: True
224200

225201
unit-test-analog-io-pwm-1400:
226202
- description: Compiling, flashing and monitoring timer unit test.
227203
command: make test_analogio_pwm UNITY_PATH=/opt/Unity
228204
query: analogio_pwm_single_board == '1:1'
229205
working_dir: extras/arduino-core-tests
230-
options:
231-
SEND_JOB_START_TOKEN: True
232206

233207
unit-test-analog-io-adc-4700:
234208
- description: Compiling, flashing and monitoring ADC unit test.
@@ -241,7 +215,5 @@ unit-test:
241215
command: make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
242216
query: iic_ping_pong_single_board == '1:1'
243217
working_dir: extras/arduino-core-tests
244-
options:
245-
SEND_JOB_START_TOKEN: True
246218

247219

0 commit comments

Comments
 (0)