Skip to content

Commit

Permalink
SuperPMI asmdiffs checked release: schedule to run on Saturdays and S…
Browse files Browse the repository at this point in the history
…undays only.
  • Loading branch information
JulieLeeMSFT committed Mar 1, 2022
1 parent fd9ad6c commit 8537008
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 6 additions & 5 deletions eng/pipelines/coreclr/superpmi-asmdiffs-checked-release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
trigger:
batch: false
trigger: none

schedules:
- cron: "0 10 * * 6,0"
displayName: Sat and Sun at 2:00 AM (UTC-8:00)
branches:
include:
- main
paths:
include:
- src/coreclr/jit/*
always: true

jobs:

Expand Down
3 changes: 1 addition & 2 deletions src/coreclr/scripts/superpmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3560,9 +3560,8 @@ def main(args):

base_jit_path = coreclr_args.base_jit_path
diff_jit_path = coreclr_args.diff_jit_path
diff_with_release = coreclr_args.diff_with_release

if diff_with_release is True:
if coreclr_args.diff_with_release:
logging.info("Diff between Checked and Release.")
logging.info("Base JIT Path: %s", base_jit_path)
logging.info("Diff JIT Path: %s", diff_jit_path)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def main(main_args):
superpmi_scripts_directory = os.path.join(source_directory, 'src', 'coreclr', 'scripts')
base_jit_directory = os.path.join(correlation_payload_directory, "base")
diff_jit_directory = os.path.join(correlation_payload_directory, "diff")
jit_analyze_build_directory = os.path.join(correlation_payload_directory, "jit-analyze")

######## Copy SuperPMI python scripts

Expand Down

0 comments on commit 8537008

Please sign in to comment.