Skip to content

Commit 05d46e6

Browse files
authored
Remove some duplicate CI runs (only --debug added) (project-chip#43077)
* Remove duplicate runs ... there is no point to run both with and without debug. * Fix arguments.
1 parent 8590918 commit 05d46e6

2 files changed

Lines changed: 3 additions & 27 deletions

File tree

src/python_testing/TC_DeviceBasicComposition.py

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
# === BEGIN CI TEST ARGUMENTS ===
2222
# test-runner-runs:
23-
# run1: # Runs through all tests
23+
# run1: # Runs through all tests with debug mode enabled (dumps attribute data on failure)
2424
# app: ${ALL_CLUSTERS_APP}
2525
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2626
# script-args: >
@@ -29,6 +29,7 @@
2929
# --PICS src/app/tests/suites/certification/ci-pics-values
3030
# --trace-to json:${TRACE_TEST_JSON}.json
3131
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
32+
# --debug
3233
# factory-reset: true
3334
# quiet: true
3435
# run2: # tests PASE connection using manual code (12.1 only)
@@ -185,18 +186,6 @@
185186
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
186187
# factory-reset: true
187188
# quiet: true
188-
# run18: # Runs through all tests with debug mode enabled (dumps attribute data on failure)
189-
# app: ${ALL_CLUSTERS_APP}
190-
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
191-
# script-args: >
192-
# --storage-path admin_storage.json
193-
# --manual-code 10054912339
194-
# --PICS src/app/tests/suites/certification/ci-pics-values
195-
# --trace-to json:${TRACE_TEST_JSON}.json
196-
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
197-
# --debug
198-
# factory-reset: true
199-
# quiet: true
200189
# === END CI TEST ARGUMENTS ===
201190

202191
import logging

src/python_testing/TC_DeviceConformance.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,10 @@
3131
# --trace-to json:${TRACE_TEST_JSON}.json
3232
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
3333
# --tests test_TC_IDM_10_2 test_TC_IDM_10_6 test_TC_DESC_2_3 test_TC_IDM_14_1
34-
# factory-reset: true
35-
# quiet: true
36-
# run2:
37-
# app: ${CHIP_LOCK_APP}
38-
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
39-
# script-args: >
40-
# --storage-path admin_storage.json
41-
# --manual-code 10054912339
42-
# --bool-arg ignore_in_progress:True allow_provisional:True
43-
# --PICS src/app/tests/suites/certification/ci-pics-values
44-
# --trace-to json:${TRACE_TEST_JSON}.json
45-
# --trace-to perfetto:${TRACE_TEST_PERFETTO}.perfetto
46-
# --tests test_TC_IDM_10_2 test_TC_IDM_10_6 test_TC_DESC_2_3 test_TC_IDM_14_1
4734
# --debug
4835
# factory-reset: true
4936
# quiet: true
50-
# run3:
37+
# run2:
5138
# app: ${ALL_DEVICES_APP}
5239
# app-args: >
5340
# --discriminator 1234

0 commit comments

Comments
 (0)