Config Files
Config files store settings. This project uses three types:
CI Config File: settings for idf-ci
Build Config File: settings for idf-build-apps
Test Config File: settings for pytest and pytest-embedded
CI Config File
This file configures idf-ci itself and is typically named .idf_ci.toml at the repo root. You can create a starter file with idf-ci init.
For more information, see CI Config File.
Build Config File
This file configures idf-build-apps and is typically named .idf_build_apps.toml. You can create a starter file with idf-ci build init.
For more information, see Build Config File.
Test Config File
This file configures pytest and pytest-embedded and is typically named pytest.ini. You can create a starter file with idf-ci test init.
For more information, see Test Config File.