1
1
options :
2
- SEND_JOB_START_TOKEN : true
3
- PARSER_START_TOKEN : Unity test run
4
- PARSER_END_TOKEN : " ^OK|^FAIL"
5
2
USE_CORE :
6
3
name : local
7
4
url : http://blabla
5
+ SEND_JOB_START_TOKEN : true
8
6
# INCLUDE:
9
7
# - filename
10
8
@@ -60,86 +58,64 @@ code-quality:
60
58
unit-test :
61
59
unit-test-digital-io :
62
60
- description : Compiling, flashing and monitoring digital IO unit test.
63
- command : make test_digitalio_single UNITY_PATH=/opt/Unity
61
+ command : make test_digitalio_single
64
62
query : digital_io_single_board == '1:1'
65
63
working_dir : extras/arduino-core-tests
66
- options :
67
- SEND_JOB_START_TOKEN : false
68
64
69
65
unit-test-tone :
70
- - description : Compiling, flashing and monitoring digital IO unit test.
71
- command : make test_tone_no_tone UNITY_PATH=/opt/Unity
66
+ - description : Compiling, flashing and monitoring tone, no-tone unit test.
67
+ command : make test_digitalio_single
72
68
query : tone_no_tone_single_board == '1:1'
73
69
working_dir : extras/arduino-core-tests
74
- options :
75
- SEND_JOB_START_TOKEN : false
76
70
77
71
unit-test-interrupts :
78
72
- description : Compiling, flashing and monitoring Interrupts unit test.
79
- command : make test_interrupts_single UNITY_PATH=/opt/Unity
73
+ command : make test_interrupts_single
80
74
query : interrupts_single_board == '1:1'
81
75
working_dir : extras/arduino-core-tests
82
- options :
83
- SEND_JOB_START_TOKEN : false
84
76
85
77
unit-test-random :
86
- - description : Compiling, flashing and monitoring Interrupts unit test.
87
- command : make test_random UNITY_PATH=/opt/Unity
78
+ - description : Compiling, flashing and monitoring random unit test.
79
+ command : make test_random
88
80
query : random_single_board == '1:1'
89
81
working_dir : extras/arduino-core-tests
90
- options :
91
- SEND_JOB_START_TOKEN : false
92
82
93
83
unit-test-time :
94
84
- description : Compiling, flashing and monitoring Time unit test.
95
- command : make test_time_single UNITY_PATH=/opt/Unity
85
+ command : make test_time_single
96
86
query : time_single_board == '1:1'
97
87
working_dir : extras/arduino-core-tests
98
- options :
99
- SEND_JOB_START_TOKEN : false
100
88
101
89
unit-test-iic-pingpong :
102
- - description : Compiling, flashing and monitoring I2C pingpong master unit test.
103
- command : make test_wire_connected2_slavepingpong UNITY_PATH=/opt/Unity
90
+ - description : Compiling, flashing and monitoring I2C pingpong slave unit test.
91
+ command : make test_wire_connected2_slavepingpong
104
92
query : iic_ping_pong_multiple_boards_slave == '1:1'
105
93
working_dir : extras/arduino-core-tests
106
- options :
107
- SEND_JOB_START_TOKEN : true
108
94
109
- - description : Compiling, flashing and monitoring I2C pingpong slave unit test.
110
- command : make test_wire_connected2_masterpingpong UNITY_PATH=/opt/Unity
95
+ - description : Compiling, flashing and monitoring I2C pingpong master unit test.
96
+ command : make test_wire_connected2_masterpingpong
111
97
query : iic_ping_pong_multiple_boards_master == '1:1'
112
98
working_dir : extras/arduino-core-tests
113
- options :
114
- SEND_JOB_START_TOKEN : true
115
99
116
100
unit-test-spi-pingpong :
117
101
- description : Compiling, flashing and monitoring SPI pingpong slave unit test.
118
- command : make test_spi_connected2_slavepingpong UNITY_PATH=/opt/Unity
102
+ command : make test_spi_connected2_slavepingpong
119
103
query : spi_ping_pong_multiple_boards_slave == '1:1'
120
104
working_dir : extras/arduino-core-tests
121
- options :
122
- SEND_JOB_START_TOKEN : true
123
105
124
106
- description : Compiling, flashing and monitoring SPI pingpong master unit test.
125
- command : make test_spi_connected2_masterpingpong UNITY_PATH=/opt/Unity
107
+ command : make test_spi_connected2_masterpingpong
126
108
query : spi_ping_pong_multiple_boards_master == '1:1'
127
109
working_dir : extras/arduino-core-tests
128
- options :
129
- SEND_JOB_START_TOKEN : true
130
110
131
111
unit-test-spi-loopback :
132
112
- description : Compiling, flashing and monitoring SPI loopback unit test.
133
- command : make test_spi_connected1_loopback UNITY_PATH=/opt/Unity
113
+ command : make test_spi_connected1_loopback
134
114
query : spi_ping_pong_single_board == '1:1'
135
115
working_dir : extras/arduino-core-tests
136
- options :
137
- SEND_JOB_START_TOKEN : true
138
116
139
117
unit-test-iic-single-board :
140
118
- description : Compiling, flashing and monitoring I2C single board unit test.
141
- command : make test_wire_connected1_pingpong UNITY_PATH=/opt/Unity
119
+ command : make test_wire_connected1_pingpong
142
120
query : iic_ping_pong_single_board == '1:1'
143
- working_dir : extras/arduino-core-tests
144
- options :
145
- SEND_JOB_START_TOKEN : true
121
+ working_dir : extras/arduino-core-tests
0 commit comments