Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove debugging
  • Loading branch information
kristapratico committed Jun 7, 2024
commit 9c2ed95db4f4d14b10a3a42ca07434656214c5a1
2 changes: 0 additions & 2 deletions tools/azure-sdk-tools/ci_tools/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def in_public() -> int:
def in_analyze_weekly() -> int:
# Returns 4 if the build originates from the tests-weekly analyze job
# 0 otherwise
print(f"SYSTEM_DEFINITIONNAME={os.getenv('SYSTEM_DEFINITIONNAME', '')}")
print(f"SYSTEM_STAGEDISPLAYNAME={os.getenv('SYSTEM_STAGEDISPLAYNAME', '')}")
if "tests-weekly" in os.getenv("SYSTEM_DEFINITIONNAME", "") and os.getenv("SYSTEM_STAGEDISPLAYNAME", "") == "Analyze_Test":
return 4
return 0
Expand Down