Searched refs:git_ref (Results 1 – 12 of 12) sorted by relevance
/external/perfetto/ui/release/ |
D | build_all_channels.py | 52 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/ |
D | push.sh | 14 git_ref=$2 # github.ref format: refs/REMOTE/REF 26 refname=$(basename ${git_ref})
|
/external/perfetto/infra/ci/worker/ |
D | perf_metrics_uploader.py | 126 git_ref = job['env'].get('PERFETTO_TEST_GIT_REF') 127 if git_ref == 'refs/heads/main':
|
/external/toolchain-utils/llvm_tools/patch_sync/src/ |
D | version_control.rs | 246 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/ |
D | get_patch.py | 59 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,
|
D | get_patch_unittest.py | 43 fixture for fixture in COMMIT_FIXTURES if fixture["sha"] == sha.git_ref
|
/external/perfetto/infra/luci/recipes/ |
D | perfetto.py | 240 git_ref='refs/tags/v13.0'))
|
/external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
D | metadata_annotation.rs | 250 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/ |
D | main.py | 191 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/ |
D | config.rs | 173 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/ |
D | cloudbuild.proto | 1706 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/ |
D | cloudbuild.proto | 1997 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.
|