Home
last modified time | relevance | path

Searched +full:fuzzer_test +full:- +full:weekend_test (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/.gitlab/ci/dependencies/
Ddependencies.yml2 - esp32
3 - esp32s2
4 - esp32s3
5 - esp32c3
8 - example_test
9 - custom_test
10 - unit_test
11 - component_ut
18 - build
20 - build_components
[all …]
/hal_espressif-3.5.0/.gitlab/ci/
Drules.yml4 .patterns-c-files: &patterns-c-files
5 - ".gitlab/ci/static-code-analysis.yml"
7 - "tools/ci/static-analysis-rules.yml"
8 - "tools/ci/clang_tidy_dirs.txt"
10 - "**/*.{c,C}"
11 - "**/*.{h,H}"
12 - "components/**/Kconfig"
13 - "components/**/CMakeList.txt"
15 .patterns-python-files: &patterns-python-files
16 - ".gitlab/ci/static-code-analysis.yml"
[all …]
DREADME.md3 - [IDF CI](#idf-ci)
4 - [General Workflow](#general-workflow)
5 - [What if Expected Jobs ARE NOT Created?](#what-if-expected-jobs-are-not-created)
6 - [MR labels for additional jobs](#mr-labels-for-additional-jobs)
7 - [Supported MR Labels](#supported-mr-labels)
8- [How to trigger a `detached` pipeline without pushing new commits?](#how-to-trigger-a-detached-p…
9 - [How to Develop With `rules.yml`?](#how-to-develop-with-rulesyml)
10 - [General Concepts](#general-concepts)
11 - [How to Add a New `Job`?](#how-to-add-a-new-job)
12 - [How to Add a New `Rules` Template?](#how-to-add-a-new-rules-template)
[all …]
Dhost-test.yml8 - host_test
15 - cd components/nvs_flash/test_nvs_host
16 - make test
20 - .host_test_template
21 - .rules:labels:nvs_coverage
24 - components/nvs_flash/test_nvs_host/coverage_report
27 - cd components/nvs_flash/test_nvs_host
28 - make coverage_report
35 - build
37 - cd components/partition_table/test_gen_esp32part_host
[all …]