Searched refs:git_ref (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/utils/release/ |
D | test-release.sh | 48 git_ref="" 100 git_ref="$1" 101 echo "WARNING: Using the ref $git_ref instead of a release tag" 210 if [ -n "$git_ref" ]; then 214 git_ref=llvmorg-$Release 216 git_ref="$git_ref-$RC" 322 echo "# Using git ref: $git_ref" 326 curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \ 339 curl -L https://github.com/llvm/test-suite/archive/$git_ref.tar.gz | \ 342 echo "$git_ref not found in test-suite repo, test-suite disabled."
|
/external/perfetto/ui/release/ |
D | build_all_channels.py | 51 def build_git_revision(channel, git_ref, tmp_dir): argument 58 check_call_and_log(['git', 'reset', '--hard', git_ref]) 62 print('Building UI for channel %s @ %s (%s)' % (channel, git_ref, git_sha)) 76 git_ref = chan['rev'] 78 version, dist_dir = build_git_revision(channel, git_ref, tmp_dir)
|
/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/master':
|
/external/perfetto/infra/ci/controller/ |
D | controller.py | 161 def append_jobs(patch_obj, src, git_ref, now=None): argument 179 'env': dict(env, PERFETTO_TEST_GIT_REF=git_ref),
|