Home
last modified time | relevance | path

Searched refs:git_ref (Results 1 – 12 of 12) sorted by relevance

/external/perfetto/ui/release/
Dbuild_all_channels.py52 def build_git_revision(channel, git_ref, tmp_dir): argument
59 check_call_and_log(['git', 'reset', '--hard', git_ref])
63 print('Building UI for channel %s @ %s (%s)' % (channel, git_ref, git_sha))
77 git_ref = chan['rev']
79 version, dist_dir = build_git_revision(channel, git_ref, tmp_dir)
/external/bcc/scripts/docker/
Dpush.sh14 git_ref=$2 # github.ref format: refs/REMOTE/REF
26 refname=$(basename ${git_ref})
/external/perfetto/infra/ci/worker/
Dperf_metrics_uploader.py126 git_ref = job['env'].get('PERFETTO_TEST_GIT_REF')
127 if git_ref == 'refs/heads/main':
/external/toolchain-utils/llvm_tools/patch_sync/src/
Dversion_control.rs246 let git_ref = format!( in old_file_contents() localVariable
252 let output = git_cd_cmd(pwd, ["show", &git_ref])?; in old_file_contents()
254 bail!("could not get old file contents for {}", &git_ref) in old_file_contents()
257 .with_context(|| format!("converting {} file contents to UTF-8", &git_ref)) in old_file_contents()
/external/toolchain-utils/llvm_tools/
Dget_patch.py59 git_ref: str
76 self.git_ref,
177 self.llvm_project_dir, patch_source.git_ref
196 self.llvm_project_dir, patch_source.git_ref
216 patch_source.git_ref,
Dget_patch_unittest.py43 fixture for fixture in COMMIT_FIXTURES if fixture["sha"] == sha.git_ref
/external/perfetto/infra/luci/recipes/
Dperfetto.py240 git_ref='refs/tags/v13.0'))
/external/bazelbuild-rules_rust/crate_universe/src/metadata/
Dmetadata_annotation.rs250 if let Some(git_ref) = source.git_reference() { in collect_source_annotations()
258 .unwrap_or(Commitish::from(git_ref.clone())), in collect_source_annotations()
/external/perfetto/infra/ci/controller/
Dmain.py191 def append_jobs(patch_obj, src, git_ref, now=None): argument
209 'env': dict(env, PERFETTO_TEST_GIT_REF=git_ref),
/external/bazelbuild-rules_rust/crate_universe/src/
Dconfig.rs173 fn from(git_ref: GitReference) -> Self { in from()
174 match git_ref { in from()
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/proto/google/devtools/cloudbuild/v1/
Dcloudbuild.proto1706 oneof git_ref { oneof
1718 // If true, branches that do NOT match the git_ref will trigger a build.
1726 oneof git_ref { oneof
1741 // git_ref regex.
/external/googleapis/google/devtools/cloudbuild/v1/
Dcloudbuild.proto1997 oneof git_ref { oneof
2009 // If true, branches that do NOT match the git_ref will trigger a build.
2017 oneof git_ref { oneof
2032 // git_ref regex.