esp-idf/tools/ci
Ivan Grokhotkov d3f0969e4f
ci: build and push Docker images in Github actions, add arm64 platform
Replaces the previously used Docker Hub autobuild infrastructure.
This allows for more flexible configuration of the build process,
at the expense of some extra maintenance of CI workflow files
required.
2022-06-01 16:22:15 +02:00
..
config Merge branch 'bugfix/inline_intrmask_from_isr_v4.3' into 'release/v4.3' 2022-03-16 13:45:32 +08:00
integration_test CI: optimize integration test workflow 2022-02-15 13:23:15 +08:00
python_packages Handle gitlab 404 error 2022-01-27 11:19:22 +01:00
apply_bot_filter.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
build_example_dirs.txt ci: support building examples with external components 2018-11-19 12:36:31 +08:00
build_template_app.sh CI: enable C3 template app 2020-12-31 15:20:05 +11:00
check_artifacts_expire_time.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_build_warnings.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_callgraph.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_codeowners.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_deprecated_kconfigs.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_examples_cmake_make-cmake_ignore.txt usb: cdc support, streams redirection; ci, examples upd 2020-08-06 15:26:08 +02:00
check_examples_cmake_make-make_ignore.txt component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
check_examples_cmake_make.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_examples_rom_header.sh esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
check_executables.py pre-commit: recognize Windows excecutable files with git 2020-11-12 17:52:31 +08:00
check_idf_version.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
check_kconfigs.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_ldgen_mapping_exceptions.txt components: fix ldgen check errors 2021-01-19 11:17:18 +08:00
check_public_headers_exceptions.txt spi_flash: add support for th 1M flash 2022-02-14 16:01:43 +08:00
check_public_headers.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
check_readme_links.py check_readme_links: remove throwing of exception before exit 2021-05-13 12:40:00 +08:00
check_rom_apis.sh esp_rom: extract common GPIO apis into esp_rom_gpio.h 2020-07-07 11:40:19 +08:00
check_ut_cmake_make.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
checkout_project_ref.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ci_fetch_submodule.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
ci_get_mr_info.py CI: Add pre-commit for esp-idf project. 2020-11-02 15:49:13 +08:00
configure_ci_environment.sh Add -Wstrict-prototypes check in CI 2019-08-01 16:28:56 +07:00
deploy_docs.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
envsubst.py mqtt tests: connect to local broker when running in CI to make the tests more reliable 2019-01-11 15:30:15 +01:00
executable-list.txt ci: build and push Docker images in Github actions, add arm64 platform 2022-06-01 16:22:15 +02:00
find_apps_build_apps.sh CI: download only required bin for unit-tests. Refactor AssignTest related code 2020-08-04 13:27:16 +08:00
fix_empty_prototypes.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
get_supported_examples.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
get-full-sources.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
idf_ci_utils.py pre-commit: recognize Windows excecutable files with git 2020-11-12 17:52:31 +08:00
mirror-submodule-update.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
multirun_with_pyenv.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
mypy_ignore_list.txt feat(coredump): add esp32s2 and esp32c3 support 2022-01-18 17:48:41 +08:00
normalize_clangtidy_path.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
push_to_github.sh Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
setup_python.sh ci: all jobs use python3 by default 2020-11-19 03:27:58 +00:00
sonar_exclude_list.txt ci: bypass wpa_supplicant upstream codes 2022-01-18 02:07:47 +00:00
static-analysis-rules.yml Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_autocomplete.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_build_system_cmake.sh ci: Fix build system tests to clean the dir 2021-12-01 18:25:10 +01:00
test_build_system.sh Merge branch 'feature/make_uf2' into 'master' 2021-01-05 07:17:27 +08:00
test_check_kconfigs.py style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
test_configure_ci_environment.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
utils.sh ci: Remove tools/ci/utils.sh from executable list 2020-11-11 07:36:35 +00:00