Home
last modified time | relevance | path

Searched +full:- +full:- +full:flatten +full:- +full:list +full:- +full:names (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py3 # Copyright (c) 2022-2024 Intel Corporation
4 # SPDX-License-Identifier: Apache-2.0
24 def flatten(name, value, name_sep="_", names_dict=None, parent_name=None, escape_sep=""): function
26 Flatten ``value`` into a plain dictionary.
29 :param name_sep: string to separate flattened names; if the same string is already present
30 in the names it will be repeated twise.
31 … :param names_dict: An optional dictionary with 'foo':'bar' items to flatten 'foo' list properties
34 the item's index in its parent list.
35 :param parent_name: the short, single-level, name of the ``value``.
36 :param value: object to flatten, for example, a dictionary:
[all …]
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md17 For other command line options and more details run the upload script with `--help`,
24 It is recommended to try the upload script with `--dry-run` option first
36 python3 ./scripts/ci/upload_test_results_es.py --create-index \
37 --index YOUR_INDEX_NAME \
38 --map-file YOUR_INDEX_MAP.json
47 (see `--help` for more details):
49 * `--exclude` removes excess testsuite properties not needed to store them
52 * `--transform` applies regexp group parsing rules to string properties extracting
55 * `--flatten` changes testsuite data structure in regard of one of its list components:
63 * Other command line options: `--flatten-dict-name`, `--flatten-list-names`,
[all …]
/Zephyr-latest/.github/workflows/
Dfootprint-tracking.yml6 - cron: '50 1/12 * * *'
9 - 'VERSION'
10 - '.github/workflows/footprint-tracking.yml'
12 - main
13 - v*-branch
15 # only publish v* tags, do not care about zephyr-v* which point to the
17 - 'v*'
20 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}
21 cancel-in-progress: true
24 footprint-tracking:
[all …]
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py1 # Copyright (c) 2011-2019, Ulf Magnusson
2 # SPDX-License-Identifier: ISC
9 from Kconfig (https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt)
27 $ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | git am
28 …$ wget -qO- https://raw.githubusercontent.com/ulfalizer/Kconfiglib/master/makefile.patch | patch -
30 Warning: Not passing -p1 to patch will cause the wrong file to be patched.
43 $ git am Kconfiglib/makefile.patch (or 'patch -p1 < Kconfiglib/makefile.patch')
53 ----------------
61 --------------
69 --------------------------------
[all …]
/Zephyr-latest/scripts/
Dcheckpatch.pl2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
67 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
78 -q, --quiet quiet
79 --no-tree run without a kernel tree
80 --no-signoff do not check for 'Signed-off-by' line
81 --patch treat FILE as patchfile (default)
82 --emacs emacs compile window format
83 --terse one line per report
[all …]