File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ jobs:
452
452
path : |
453
453
.environment/gn_out/.ninja_log
454
454
.environment/pigweed-venv/*.log
455
- - name : Build Java Mattter Controller and all clusters app
455
+ - name : Build Java Matter Controller and all clusters app
456
456
timeout-minutes : 50
457
457
run : |
458
458
scripts/run_in_build_env.sh './scripts/build_python.sh --install_wheel build-env'
@@ -462,6 +462,20 @@ jobs:
462
462
--target linux-x64-java-matter-controller \
463
463
build \
464
464
"
465
+ - name : Run Discover Tests
466
+ # temporarily disable the failing test, would re-enable it later
467
+ if : false
468
+ timeout-minutes : 10
469
+ run : |
470
+ scripts/run_in_build_env.sh \
471
+ './scripts/tests/run_java_test.py \
472
+ --app out/linux-x64-all-clusters-ipv6only-no-ble-no-wifi-tsan-clang-test/chip-all-clusters-app \
473
+ --app-args "--discriminator 3840 --interface-id -1" \
474
+ --tool-path out/linux-x64-java-matter-controller \
475
+ --tool-cluster "discover" \
476
+ --tool-args "commissionables" \
477
+ --factoryreset \
478
+ '
465
479
- name : Run Pairing Tests
466
480
timeout-minutes : 10
467
481
run : |
You can’t perform that action at this time.
0 commit comments