esp-idf/tools/ci
Ivan Grokhotkov d2e519012c
ci: iperf: recognize report results from newer iperf versions
The iperf version used in older version of CI docker images had the
following output format:
[  3]  0.0-10.0 sec  1.25 MBytes  1.05 Mbits/sec   0.000 ms    0/  892 (0%)
The newer iperf version which was recently included in the container
prints more digits after the decimal point:
[  3] 0.0000-10.0148 sec  1.25 MBytes  1.05 Mbits/sec   0.002 ms    0/  895 (0%)
The regular expression to match this line expected a single zero after
the decimal point, so the new format no longer matches.
The fix is to expect any number of digits in the fractional part.
2022-05-10 15:49:53 +02:00
..
integration_test ci: update intergration test to support esp32c3 2022-01-25 11:49:55 +08:00
python_packages ci: iperf: recognize report results from newer iperf versions 2022-05-10 15:49:53 +02:00
build_example_dirs.txt
build_pytest_apps.py ci: enable pytest panic test 2022-02-23 09:12:46 +08:00
build_template_app.sh cache/mmu: implememnt cache and mmu hal APIs in bootloader 2022-03-11 22:43:11 +08:00
check_api_violation.sh
check_artifacts_expire_time.py CI: add expire_in and timeout for jobs 2022-02-09 22:06:37 +08:00
check_blobs.sh
check_build_warnings.py Ci: fix build test failure. 2022-03-03 01:37:10 +05:30
check_callgraph.py
check_codeowners.py
check_copyright.py tools: Check copyright now checks assembly files 2022-02-03 20:50:52 +08:00
check_copyright_config.yaml freemodbus: remove component files from esp-idf (fix examples) 2022-04-19 07:23:17 +00:00
check_copyright_ignore.txt uart: add default source clock for all targets 2022-05-09 11:26:30 +08:00
check_deprecated_kconfigs.py
check_esp_memory_utils_headers.sh esp_hw_support: remove public dependency on bootloader_support 2022-04-16 10:50:12 +02:00
check_examples_rom_header.sh
check_executables.py
check_idf_version.sh
check_kconfigs.py kconfig: update check_kconfigs.py to handle orsource command 2022-05-06 11:31:24 +08:00
check_ldgen_mapping_exceptions.txt
check_public_headers.py
check_public_headers_exceptions.txt Merge branch 'bugfix/regi2c_ctrl_spinlock_s2' into 'master' 2022-03-13 02:47:53 +08:00
check_readme_links.py
check_requirement_files.py Tools: Make easier the detection of the list of Python features 2022-02-03 19:02:14 +01:00
check_rules_yml.py
check_soc_headers_leak.py test: ignore pytest dut log artifacts 2022-04-25 17:16:50 +08:00
check_soc_struct_headers.py
check_tools_files_patterns.py
check_type_comments.py
checkout_project_ref.py bugfix: checkout ref failed for origin branches 2022-01-26 20:22:29 +08:00
ci_fetch_submodule.py
ci_get_mr_info.py
clang_tidy_dirs.txt
configure_ci_environment.sh
deploy_docs.py
envsubst.py
exclude_check_tools_files.txt CI: update test cases from test results 2022-03-09 14:08:38 +08:00
executable-list.txt ci: add build job to test paths with spaces 2022-05-02 19:05:48 +02:00
find_apps_build_apps.sh
fix_empty_prototypes.sh
get-full-sources.sh
get_all_test_results.py CI: update test cases from test results 2022-03-09 14:08:38 +08:00
get_supported_examples.sh
idf_ci_utils.py ci: build_pytest_app will now remove the non-test apps 2022-02-07 10:55:54 +08:00
mirror-submodule-update.sh
multirun_with_pyenv.sh
mypy_ignore_list.txt Docs: Remove the script for generating the version chart 2022-01-27 18:44:11 +01:00
push_to_github.sh
setup_python.sh Drop Python 3.6 2022-02-10 07:20:52 +01:00
sonar_exclude_list.txt fatfs: Update to version 0.14b 2022-02-21 14:54:55 +01:00
static-analysis-rules.yml esptool: Include as a package, delete submodule 2022-04-22 21:31:17 +02:00
test_autocomplete.py
test_build_system_cmake.sh soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
test_build_system_spaces.py ci: add build job to test paths with spaces 2022-05-02 19:05:48 +02:00
test_check_kconfigs.py
test_configure_ci_environment.sh
test_reproducible_build.sh
utils.sh ci: support one pipeline must based on commmits 2022-04-21 11:55:39 +08:00