Home
last modified time | relevance | path

Searched full:artifacts (Results 1 – 25 of 26) sorted by relevance

12

/Zephyr-Core-2.7.6/.github/workflows/
Dlicense_check.yml21 path: ./artifacts
25 if [ -s ./artifacts/report.txt ]; then
26 report=$(cat ./artifacts/report.txt)
30 echo "::error file=./artifacts/report.txt::$report"
Dbluetooth-tests-publish.yaml15 - name: Download artifacts
Ddoc-publish.yml23 - name: Download artifacts
Dclang.yaml126 - name: Download Artifacts
129 path: artifacts
Ddoc-publish-pr.yml23 - name: Download artifacts
Dtwister.yaml240 - name: Download Artifacts
243 path: artifacts
Dcodecov.yaml116 - name: Download Artifacts
/Zephyr-Core-2.7.6/subsys/mgmt/hawkbit/
Dhawkbit_priv.h103 /* Maximum number of artifacts per chunk. */
128 struct hawkbit_dep_res_arts artifacts[HAWKBIT_DEP_MAX_CHUNK_ARTS]; member
Dhawkbit.c200 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/
Dwalker.py264 # 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])
Dcmakefileapijson.py164 # parse artifacts if present
165 artifacts_arr = js.get("artifacts", [])
166 target.artifacts = []
170 target.artifacts.append(artifact_path)
Dcmakefileapi.py270 self.artifacts = []
/Zephyr-Core-2.7.6/.buildkite/
Dpipeline.yml28 artifacts: twister-*.xml
Ddaily.yml28 artifacts: twister-*.xml
/Zephyr-Core-2.7.6/samples/subsys/testsuite/pytest/pytest/
Dtest_sample.py26 which holds the artifacts generated by ztest. The main work of test cases
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dharness.py150 ''' To keep artifacts of pytest in self.running_dir, pass this directory
/Zephyr-Core-2.7.6/boards/x86/acrn/doc/
Dindex.rst223 partition (type code 0xEF) large enough to store your boot artifacts.
/Zephyr-Core-2.7.6/doc/guides/crypto/
Dtinycrypt.rst235 * Measurement of code, data structures, and other digital artifacts (SHA256);
/Zephyr-Core-2.7.6/doc/guides/
Dbeyond-GSG.rst210 and artifacts from the previous build.
/Zephyr-Core-2.7.6/scripts/
Dtwister495 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/
Dring_buffers.rst198 artifacts when transfers need to alias closely to the size of the
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.7.rst398 * :jira:`ZEP-1650` - make clean (or pristine) is not removing all artifacts of document generation
Drelease-notes-1.10.rst504 * :github:`5009` - cmake creates too many build artifacts
/Zephyr-Core-2.7.6/
DCMakeLists.txt1567 # Generate and use MCUboot related artifacts as needed.
/Zephyr-Core-2.7.6/doc/application/
Dindex.rst64 known as the **build directory**. Application build artifacts are always

12