Searched full:artifacts (Results 1 – 25 of 26) sorted by relevance
12
/Zephyr-Core-2.7.6/.github/workflows/ |
D | license_check.yml | 21 path: ./artifacts 25 if [ -s ./artifacts/report.txt ]; then 26 report=$(cat ./artifacts/report.txt) 30 echo "::error file=./artifacts/report.txt::$report"
|
D | bluetooth-tests-publish.yaml | 15 - name: Download artifacts
|
D | doc-publish.yml | 23 - name: Download artifacts
|
D | clang.yaml | 126 - name: Download Artifacts 129 path: artifacts
|
D | doc-publish-pr.yml | 23 - name: Download artifacts
|
D | twister.yaml | 240 - name: Download Artifacts 243 path: artifacts
|
D | codecov.yaml | 116 - name: Download Artifacts
|
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/ |
D | hawkbit_priv.h | 103 /* Maximum number of artifacts per chunk. */ 128 struct hawkbit_dep_res_arts artifacts[HAWKBIT_DEP_MAX_CHUNK_ARTS]; member
|
D | hawkbit.c | 200 JSON_OBJ_DESCR_OBJ_ARRAY(struct hawkbit_dep_res_chunk, artifacts, 535 artifact = &chunk->artifacts[0]; in hawkbit_parse_deployment() 585 struct hawkbit_dep_res_arts *a = &c->artifacts[0]; in hawkbit_dump_deployment() 594 LOG_DBG("chunks[0].artifacts[0].filename=%s", log_strdup(a->filename)); in hawkbit_dump_deployment() 595 LOG_DBG("chunks[0].artifacts[0].hashes.sha1=%s", in hawkbit_dump_deployment() 597 LOG_DBG("chunks[0].artifacts[0].hashes.md5=%s", in hawkbit_dump_deployment() 599 LOG_DBG("chunks[0].artifacts[0].hashes.sha256=%s", in hawkbit_dump_deployment()
|
/Zephyr-Core-2.7.6/scripts/west_commands/zspdx/ |
D | walker.py | 264 # see whether this target has any build artifacts at all 265 if len(cfgTarget.target.artifacts) > 0: 272 log.dbg(f" - target {cfgTarget.name} has no build artifacts") 301 artifactPath = os.path.join(pkg.cfg.relativeBaseDir, cfgTarget.target.artifacts[0]) 304 log.dbg(f" - artifacts[0]: {cfgTarget.target.artifacts[0]}") 309 bf.relpath = cfgTarget.target.artifacts[0] 440 # if this is a target with any build artifacts (e.g. non-UTILITY), 443 if len(cfgTarget.target.artifacts) == 0: 453 if len(ct.target.artifacts) == 0: 457 depAbspath = os.path.join(pkg.cfg.relativeBaseDir, ct.target.artifacts[0])
|
D | cmakefileapijson.py | 164 # parse artifacts if present 165 artifacts_arr = js.get("artifacts", []) 166 target.artifacts = [] 170 target.artifacts.append(artifact_path)
|
D | cmakefileapi.py | 270 self.artifacts = []
|
/Zephyr-Core-2.7.6/.buildkite/ |
D | pipeline.yml | 28 artifacts: twister-*.xml
|
D | daily.yml | 28 artifacts: twister-*.xml
|
/Zephyr-Core-2.7.6/samples/subsys/testsuite/pytest/pytest/ |
D | test_sample.py | 26 which holds the artifacts generated by ztest. The main work of test cases
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | harness.py | 150 ''' To keep artifacts of pytest in self.running_dir, pass this directory
|
/Zephyr-Core-2.7.6/boards/x86/acrn/doc/ |
D | index.rst | 223 partition (type code 0xEF) large enough to store your boot artifacts.
|
/Zephyr-Core-2.7.6/doc/guides/crypto/ |
D | tinycrypt.rst | 235 * Measurement of code, data structures, and other digital artifacts (SHA256);
|
/Zephyr-Core-2.7.6/doc/guides/ |
D | beyond-GSG.rst | 210 and artifacts from the previous build.
|
/Zephyr-Core-2.7.6/scripts/ |
D | twister | 495 help="""Only run device tests with current artifacts, do not build 513 help="Delete artifacts of passing tests.") 753 print("Keeping artifacts untouched")
|
/Zephyr-Core-2.7.6/doc/reference/data_structures/ |
D | ring_buffers.rst | 198 artifacts when transfers need to alias closely to the size of the
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-1.7.rst | 398 * :jira:`ZEP-1650` - make clean (or pristine) is not removing all artifacts of document generation
|
D | release-notes-1.10.rst | 504 * :github:`5009` - cmake creates too many build artifacts
|
/Zephyr-Core-2.7.6/ |
D | CMakeLists.txt | 1567 # Generate and use MCUboot related artifacts as needed.
|
/Zephyr-Core-2.7.6/doc/application/ |
D | index.rst | 64 known as the **build directory**. Application build artifacts are always
|
12