From 4408e7a76a8cad533af83fdced863cb64d123685 Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Wed, 17 May 2023 15:36:17 -0700 Subject: [PATCH] Stop setting HelixResultsDestinationDir Use the default, which is `$(BUILD_SOURCESDIRECTORY)\artifacts\helixresults` Fixes #75169 --- src/coreclr/scripts/exploratory.proj | 4 ---- .../scripts/superpmi-asmdiffs-checked-release.proj | 2 -- src/coreclr/scripts/superpmi-collect.proj | 4 ---- src/coreclr/scripts/superpmi-diffs.proj | 4 ---- src/coreclr/scripts/superpmi-replay.proj | 2 -- src/tests/Common/helixpublishwitharcade.proj | 9 --------- 6 files changed, 25 deletions(-) diff --git a/src/coreclr/scripts/exploratory.proj b/src/coreclr/scripts/exploratory.proj index ba834eb3e35e11..d9def1d33ddcbb 100644 --- a/src/coreclr/scripts/exploratory.proj +++ b/src/coreclr/scripts/exploratory.proj @@ -12,8 +12,6 @@ %HELIX_WORKITEM_UPLOAD_ROOT% %HELIX_CORRELATION_PAYLOAD%\CoreRoot %HELIX_CORRELATION_PAYLOAD%\exploratory - - $(BUILD_SOURCESDIRECTORY)\artifacts\helixresults @@ -21,8 +19,6 @@ $HELIX_WORKITEM_UPLOAD_ROOT $HELIX_CORRELATION_PAYLOAD/CoreRoot $HELIX_CORRELATION_PAYLOAD/exploratory - - $(BUILD_SOURCESDIRECTORY)/artifacts/helixresults diff --git a/src/coreclr/scripts/superpmi-asmdiffs-checked-release.proj b/src/coreclr/scripts/superpmi-asmdiffs-checked-release.proj index 412ceeee25c070..1565f6d3468854 100644 --- a/src/coreclr/scripts/superpmi-asmdiffs-checked-release.proj +++ b/src/coreclr/scripts/superpmi-asmdiffs-checked-release.proj @@ -28,8 +28,6 @@ %HELIX_PYTHONPATH% %HELIX_CORRELATION_PAYLOAD% %HELIX_WORKITEM_UPLOAD_ROOT% - - $(BUILD_SOURCESDIRECTORY)\artifacts\helixresults $(Python) $(ProductDirectory)\superpmi_asmdiffs_checked_release.py --diff_with_release -base_jit_directory $(ProductDirectory)\base -diff_jit_directory $(ProductDirectory)\diff -log_directory $(SuperpmiLogsLocation) 1:00 diff --git a/src/coreclr/scripts/superpmi-collect.proj b/src/coreclr/scripts/superpmi-collect.proj index a7a465b4639bb2..8facd28085f42d 100644 --- a/src/coreclr/scripts/superpmi-collect.proj +++ b/src/coreclr/scripts/superpmi-collect.proj @@ -59,15 +59,11 @@ %HELIX_PYTHONPATH% %HELIX_CORRELATION_PAYLOAD%\superpmi %HELIX_WORKITEM_UPLOAD_ROOT% - - $(BUILD_SOURCESDIRECTORY)\artifacts\helixresults $HELIX_PYTHONPATH $HELIX_CORRELATION_PAYLOAD/superpmi $HELIX_WORKITEM_UPLOAD_ROOT - - $(BUILD_SOURCESDIRECTORY)/artifacts/helixresults diff --git a/src/coreclr/scripts/superpmi-diffs.proj b/src/coreclr/scripts/superpmi-diffs.proj index 015de22e5a2c82..8b7aae5803de89 100644 --- a/src/coreclr/scripts/superpmi-diffs.proj +++ b/src/coreclr/scripts/superpmi-diffs.proj @@ -28,15 +28,11 @@ %HELIX_PYTHONPATH% %HELIX_CORRELATION_PAYLOAD% %HELIX_WORKITEM_UPLOAD_ROOT% - - $(BUILD_SOURCESDIRECTORY)\artifacts\helixresults $HELIX_PYTHONPATH $HELIX_CORRELATION_PAYLOAD $HELIX_WORKITEM_UPLOAD_ROOT - - $(BUILD_SOURCESDIRECTORY)/artifacts/helixresults diff --git a/src/coreclr/scripts/superpmi-replay.proj b/src/coreclr/scripts/superpmi-replay.proj index 0b1a735650b87d..bd4d99c660e72b 100644 --- a/src/coreclr/scripts/superpmi-replay.proj +++ b/src/coreclr/scripts/superpmi-replay.proj @@ -28,8 +28,6 @@ %HELIX_PYTHONPATH% %HELIX_CORRELATION_PAYLOAD% %HELIX_WORKITEM_UPLOAD_ROOT% - - $(BUILD_SOURCESDIRECTORY)\artifacts\helixresults $(Python) $(ProductDirectory)\superpmi_replay.py -jit_directory $(ProductDirectory) 3:15 diff --git a/src/tests/Common/helixpublishwitharcade.proj b/src/tests/Common/helixpublishwitharcade.proj index bd6f60135829e1..862754c90abc9a 100644 --- a/src/tests/Common/helixpublishwitharcade.proj +++ b/src/tests/Common/helixpublishwitharcade.proj @@ -647,15 +647,6 @@ false - - - $(BUILD_SOURCESDIRECTORY)\artifacts\helixresults - - - - $(BUILD_SOURCESDIRECTORY)/artifacts/helixresults - -