From 991fe00234f67d4bc90be730cbd47920be54d318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Tue, 16 Nov 2021 10:31:05 +0100 Subject: [PATCH] Revert "Use helix.public in XHarness SDK" (#8173) --- .../Sdk/tools/xharness-runner/xharness-event-processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.DotNet.Helix/Sdk/tools/xharness-runner/xharness-event-processor.py b/src/Microsoft.DotNet.Helix/Sdk/tools/xharness-runner/xharness-event-processor.py index 140642805e6..358eee8c4a6 100644 --- a/src/Microsoft.DotNet.Helix/Sdk/tools/xharness-runner/xharness-event-processor.py +++ b/src/Microsoft.DotNet.Helix/Sdk/tools/xharness-runner/xharness-event-processor.py @@ -5,7 +5,7 @@ import sys from helix.appinsights import app_insights -from helix.public import request_reboot, request_infra_retry +from helix.workitemutil import request_reboot, request_infra_retry ### This script's purpose is to parse the diagnostics.json file produced by XHarness, evaluate it and send it to AppInsights ### The diagnostics.json file contains information about each XHarness command executed during the job