Home
last modified time | relevance | path

Searched +full:patterns +full:- +full:docker (Results 1 – 3 of 3) 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
19 patterns:
[all …]
/hal_espressif-3.5.0/.gitlab/ci/
Drules.yml2 # Patterns #
4 .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
[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 …]