Skip to content

Commit

Permalink
[CI] Use BUILDKITE_JOB_ID for better navigation for flaky tracker (ra…
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo committed Jun 24, 2022
1 parent 94492c2 commit 5342163
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/build/get_build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ def get_build_env():
return {
"TRAVIS_COMMIT": os.environ["BUILDKITE_COMMIT"],
"TRAVIS_JOB_WEB_URL": (
os.environ["BUILDKITE_BUILD_URL"]
+ "#"
+ os.environ["BUILDKITE_BUILD_ID"]
os.environ["BUILDKITE_BUILD_URL"] + "#" + os.environ["BUILDKITE_JOB_ID"]
),
"TRAVIS_OS_NAME": { # The map is used to stay consistent with Travis
"linux": "linux",
Expand Down

0 comments on commit 5342163

Please sign in to comment.