Skip to content

Commit

Permalink
[ci] pick of 43859 (#43962)
Browse files Browse the repository at this point in the history
Pick of #43859 to fix test result uploading

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale committed Mar 13, 2024
1 parent 9931d4c commit 04f6f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/ray_ci/tester_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def run_tests(
def _persist_test_results(self, team: str, bazel_log_dir: str) -> None:
if os.environ.get("BUILDKITE_BRANCH") != "master":
logger.info("Skip upload test results. We only upload on master branch.")
return
if os.environ.get("BUILDKITE_PIPELINE_ID") != PIPELINE_POSTMERGE:
logger.info(
"Skip upload test results. We only upload on postmerge pipeline."
Expand Down

0 comments on commit 04f6f8a

Please sign in to comment.