|
|
@@ -50,6 +50,7 @@
|
|
|
--parallel-index ${CI_NODE_INDEX:-1}
|
|
|
${PYTEST_EXTRA_FLAGS}
|
|
|
--app-info-filepattern \"list_job_*.txt\"
|
|
|
+ - python tools/ci/artifacts_handler.py upload --type logs junit_reports
|
|
|
|
|
|
.pytest_examples_dir_template:
|
|
|
extends: .pytest_template
|
|
|
@@ -1298,6 +1299,7 @@ pytest_examples_openthread_br:
|
|
|
--parallel-index ${CI_NODE_INDEX:-1}
|
|
|
${PYTEST_EXTRA_FLAGS}
|
|
|
--app-info-filepattern \"list_job_*.txt\"
|
|
|
+ - python tools/ci/artifacts_handler.py upload --type logs junit_reports
|
|
|
|
|
|
pytest_examples_openthread_bbr:
|
|
|
extends:
|
|
|
@@ -1332,6 +1334,7 @@ pytest_examples_openthread_bbr:
|
|
|
--parallel-index ${CI_NODE_INDEX:-1}
|
|
|
${PYTEST_EXTRA_FLAGS}
|
|
|
--app-info-filepattern \"list_job_*.txt\"
|
|
|
+ - python tools/ci/artifacts_handler.py upload --type logs junit_reports
|
|
|
|
|
|
pytest_examples_openthread_sleep:
|
|
|
extends:
|
|
|
@@ -1363,6 +1366,7 @@ pytest_examples_openthread_sleep:
|
|
|
--parallel-index ${CI_NODE_INDEX:-1}
|
|
|
${PYTEST_EXTRA_FLAGS}
|
|
|
--app-info-filepattern \"list_job_*.txt\"
|
|
|
+ - python tools/ci/artifacts_handler.py upload --type logs junit_reports
|
|
|
|
|
|
pytest_examples_esp32h2_zigbee:
|
|
|
extends:
|