Home
last modified time | relevance | path

Searched refs:artifacts (Results 1 – 25 of 70) sorted by relevance

123

/external/autotest/client/common_lib/cros/
Ddev_server.py107 def _get_storage_server_for_artifacts(artifacts=None): argument
116 if artifacts and factory_artifact and factory_artifact in artifacts:
560 def create_stats_str(subname, server_name, artifacts): argument
575 staged_items = sorted(artifacts) if artifacts else []
586 def create_metadata(server_name, image, artifacts=None, files=None): argument
602 if artifacts:
603 metadata['artifacts'] = ' '.join(artifacts)
695 def _stage_artifacts(self, build, artifacts, files, archive_url, **kwargs): argument
717 archive_url = _get_storage_server_for_artifacts(artifacts) + build
719 artifacts_arg = ','.join(artifacts) if artifacts else ''
[all …]
Ddev_server_unittest.py378 def _stageTestHelper(self, artifacts=[], files=[], archive_url=None): argument
395 ','.join(artifacts)),
402 ','.join(artifacts)),
408 self.dev_server.stage_artifacts(name, artifacts, files, archive_url)
415 self._stageTestHelper(artifacts=['full_payload', 'stateful'])
421 self._stageTestHelper(artifacts=['full_payload', 'stateful'],
459 artifacts=mox.IgnoreArg(),
471 image='fake/image', artifacts=['full_payload'])
/external/chromium-trace/catapult/third_party/coverage/ci/
Ddownload_appveyor.py48 artifacts = response.json()
50 for artifact in artifacts:
/external/zxing/core/
Dbuild.gradle1 artifacts.add('default', file('core.jar'))
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dcontrol47 source_archive_uri=URI (optional) URI of where the artifacts for the source
52 payload is separate from that of its build artifacts
55 target_archive_uri=URI (optional) URI of where the artifacts for the target
62 artifacts (e.g. it is in gs://chromeos-releases).
/external/skia/tools/skp/page_sets/data/
DREADME1 This directory is used by the webpages_playback.py script to copy over artifacts
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/antlr/
Dbuild.gradle24 artifacts {
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
D.gitignore1 # Build artifacts
/external/autotest/site_utils/
Ddevserver_history.py67 self.artifacts = hit['artifacts'].split(' ')
137 ', '.join(call.artifacts)))
/external/junit/
Dbuild.gradle47 artifacts {
/external/testng/gradle/
Dpublishing.gradle38 artifacts {
/external/mockito/
Dbuild.gradle60 artifacts {
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
Dcontrol36 ## Simulate test failure by forcing state and gathering artifacts
/external/emma/
DBUILD.txt33 - To remove all generated build artifacts and reset the build to a clean
/external/proguard/build/
DREADME9 - maven/pom.xml : a Maven POM for building the Maven artifacts
/external/autotest/site_utils/autoupdate/
Drelease_config.ini27 # Note that the builders have produced R21 tagged artifacts beginning 2266.0.0
/external/google-breakpad/
D.gitignore29 # Ignore GYP generated Visual Studio artifacts.
/external/webrtc/webrtc/examples/androidapp/
DREADME13 or you'll likely end up with mismatched ARM & x86 output artifacts.
/external/autotest/server/site_tests/autoupdate_Rollback/
Dcontrol38 artifacts=full_payload (and leave it on).
/external/skia/site/dev/testing/
Dct.md84 …ooglesource.com/buildbot/+/master/ct/go/worker_scripts/). All generated artifacts (CSV files, logs…
86 …e done with the requested task. Once the workers are done the generated artifacts are then read fr…
/external/droiddriver/
Dbuild.gradle88 artifacts {
/external/autotest/test_suites/
Dcontrol.au39 ds.stage_artifacts(build, artifacts=['au_suite'])
Dcontrol.push_to_prod43 ds.stage_artifacts(build, artifacts=['au_suite'])
Dcontrol.paygen_au_dev43 ds.stage_artifacts(build, artifacts=['paygen_au_dev_suite'])

123