Home
last modified time | relevance | path

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

12

/hal_espressif-3.6.0/.gitlab/ci/
Dassign-test.yml8 artifacts:
23 artifacts: false
26 artifacts: false
29 artifacts: false
32 artifacts: false
45 artifacts: false
48 artifacts: false
51 artifacts: false
54 artifacts: false
67 artifacts: false
[all …]
Dhost-test.yml22 artifacts:
42 artifacts:
72 artifacts:
153 artifacts:
154 # save artifacts always in order to access results which were retried without consequent failure
165 artifacts:
185 artifacts:
203 artifacts:
240 artifacts:
258 artifacts:
[all …]
Dbuild.yml24 artifacts:
58 artifacts:
94 dependencies: # set dependencies to null to avoid missing artifacts issue
97 artifacts: false
99 artifacts:
154 dependencies: # set dependencies to null to avoid missing artifacts issue
157 artifacts: false
169 # it's not possible to build 100% out-of-tree and have the "artifacts"
182 artifacts:
196 artifacts:
[all …]
Ddocs.yml94 artifacts: false
96 artifacts: false
106 artifacts:
125 artifacts:
141 artifacts:
199 dependencies: # set dependencies to null to avoid missing artifacts issue
204 artifacts: false
219 artifacts:
Dpre_check.yml61 artifacts:
73 artifacts:
136 artifacts:
153 artifacts:
195 # check if we have set expire time for all artifacts
Ddeploy.yml28 artifacts:
32 # save all test logs as artifacts, make it easier to track errors
45 # artifacts of job update_test_cases creates test-management folder
Dstatic-code-analysis.yml7 artifacts:
34 artifacts:
81 artifacts:
Dtarget-test.yml10 artifacts:
823 artifacts:
/hal_espressif-3.6.0/tools/ci/
Dcheck_artifacts_expire_time.py4 # check if expire time is set for all artifacts
41 if 'expire_in' not in config[job_name]['artifacts']:
44 print('{}: {}'.format(job_name, config[job_name]['artifacts']['expire_in']))
46 # this is not job, or the job does not have artifacts
50 print('\n\nThe following jobs did not set expire time for its artifacts')
Dfind_apps_build_apps.sh123 # If changing the work-dir or build-dir, remember to update the "artifacts" in
152 # Copy build artifacts to output directory
160 echo "Copying artifacts from ${src} to ${dst}"
/hal_espressif-3.6.0/tools/esp_app_trace/test/sysview/
Dtest.sh8 ; } || { echo 'The test for sysviewtrace_proc has failed. Please examine the artifacts.' ; exit 1; }
15 …est for sysviewtrace_proc JSON functionality has failed. Please examine the artifacts.' ; exit 1; }
22 …st for mcore sysviewtrace_proc functionality has failed. Please examine the artifacts.' ; exit 1; }
29 …r mcore sysviewtrace_proc JSON functionality has failed. Please examine the artifacts.' ; exit 1; }
/hal_espressif-3.6.0/tools/ci/python_packages/ttfw_idf/
DIDFApp.py110 class Artifacts(object): class
206 class UnitTestArtifacts(Artifacts):
229 …h, config_name=None, target=None, case_group=IDFCaseGroup, artifact_cls=Artifacts): # type: ignore
315 artifacts = self.artifact_cls(self.idf_path,
320 path = artifacts.download_artifact_files(self.app_files)
322 path = artifacts.download_artifacts()
454 …app_path, config_name='default', target='esp32', case_group=ExampleGroup, artifacts_cls=Artifacts):
455 # type: (str, str, str, Type[ExampleGroup], Type[Artifacts]) -> None
519 …pp_path, config_name='default', target='esp32', case_group=TestAppsGroup, artifacts_cls=Artifacts):
520 # type: (str, str, str, Type[TestAppsGroup], Type[Artifacts]) -> None
[all …]
DCIScanTests.py69 # we might need artifacts to run test cases locally.
70 # So we need to save artifacts which have test case not executed by CI.
98 help='Additional directories to preserve artifacts for local tests')
100 help='add this flag to preserve artifacts for all apps')
/hal_espressif-3.6.0/tools/ci/python_packages/
Dgitlab_api.py101 download full job artifacts and extract to destination.
104 :param destination: extract artifacts to path.
109 job.artifacts(streamed=True, action=temp_file.write)
117 download specific path of job artifacts and extract to destination.
120 :param artifact_path: list of path in artifacts (relative path to artifact root path)
/hal_espressif-3.6.0/components/esptool_py/esptool/
D.gitlab-ci.yml44 artifacts:
99 artifacts:
125 artifacts:
183 artifacts:
214 artifacts:
338 artifacts:
372 artifacts:
/hal_espressif-3.6.0/tools/unit-test-app/
DREADME.md51 …ut`) and parsed cases (`components/idf_test/unit_test/TestCaseAll.yml`) will be saved as artifacts.
75 …f_test/unit_test/CIConfigs/`(this folder will be passed to test jobs as artifacts). These config f…
81 … jobs will use tiny-test-fw runner to run the test cases. The test logs will be saved as artifacts.
118 First you can check the logs. It's saved as unit test job artifacts. You can download from the test…
122 1. Download artifacts of `build_esp_idf_tests`. The built binary is in `tools/unit-test-app/output`…
Didf_ext.py116 # Copy artifacts to the output directory
/hal_espressif-3.6.0/tools/
Dfind_apps.py56 :param preserve_artifacts: determine if the built binary will be uploaded as artifacts.
240 …help='Scan tests results. Restrict the build/artifacts preservation behavior to apps need to be bu…
241 'If the file does not exist, will build all apps and upload all artifacts.'
277 …# If the file exists, then follow the file's app_dir and build/artifacts behavior, won't do find_a…
278 … # If the file not exists, will do find_apps() first, then build all apps and upload all artifacts.
/hal_espressif-3.6.0/tools/esp_app_trace/test/logtrace/
Dtest.sh8 ; } || { echo 'The test for logtrace_proc has failed. Please examine the artifacts.' ; exit 1; }
/hal_espressif-3.6.0/
D.gitignore40 # Doc build artifacts
/hal_espressif-3.6.0/tools/test_idf_monitor/
Drun_test_idf_monitor.py174 raise RuntimeError('The contents of the files are different. Please examine the artifacts.')
/hal_espressif-3.6.0/docs/en/api-guides/
Dulp-risc-v.rst47 …ecifies the ULP binary name. The name specified here will also be used by other generated artifacts
Dulp.rst53 …nary name. The name specified here will also be used by other generated artifacts such as the ELF …
/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/plc/
Dsbc_plc.c154 … not in the paper, but limit the scaling factor to something reasonable to avoid creating artifacts in AmplitudeMatch()
/hal_espressif-3.6.0/tools/test_idf_size/
Dtest.sh156 ; } || { echo 'The test for idf_size has failed. Please examine the artifacts.' ; exit 1; }

12