File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.buildkite/scripts/pull-request Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ env_id_contender=$(python3 -c 'import uuid; print(uuid.uuid4())')
77merge_base=$( git merge-base " ${GITHUB_PR_TARGET_BRANCH} " HEAD)
88
99buildkite-agent meta-data set pr_comment:custom-body:body \
10- " This build runs two ${GITHUB_PR_COMMENT_VAR_BENCHMARK} benchmarks to evaluate performance impact of this PR."
10+ " This build attempted two ${GITHUB_PR_COMMENT_VAR_BENCHMARK} benchmarks to evaluate performance impact of this PR."
1111buildkite-agent meta-data set pr_comment:custom-baseline:head \
12- " * Baseline: ${GITHUB_PR_TARGET_BRANCH} @ ${ merge_base} (env ID ${env_id_baseline} )"
12+ " * Baseline: ${merge_base} (env ID ${env_id_baseline} )"
1313buildkite-agent meta-data set pr_comment:custom-contender:head \
14- " * Contender: ${GITHUB_PR_OWNER} : ${GITHUB_PR_BRANCH} @ ${ GITHUB_PR_TRIGGERED_SHA} (env ID ${env_id_contender} )"
14+ " * Contender: ${GITHUB_PR_TRIGGERED_SHA} (env ID ${env_id_contender} )"
1515
1616echo " steps:"
1717echo " - label: Trigger baseline benchmark"
You can’t perform that action at this time.
0 commit comments