mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fba96d58c2
build: - upgrade idf-build-apps to 2.x - unify get_pytest_apps and get_cmake_apps to get_all_apps - returns (test_apps, non_test_apps) tuple - add tests for the new get_all_apps assign: - generate build report - generate target test pipeline based on the build report target test: - download artifacts from minio server - users can use `pytest --pipeline-id xxxxx` to download and flash the binaries from the artifacts .post: - generate target test reports
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
# Python package requirements for CI in ESP-IDF.
|
|
# This feature can be enabled by running "install.{sh,bat,ps1,fish} --enable-ci"
|
|
|
|
# ci
|
|
coverage
|
|
idf-build-apps~=2.0.0rc1
|
|
jsonschema
|
|
junit_xml
|
|
python-gitlab
|
|
pyyaml
|
|
SimpleWebSocketServer
|
|
pylint-gitlab
|
|
minio
|