Skip to content

Commit

Permalink
Use helix.public in XHarness SDK (#8170)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun authored Nov 11, 2021
1 parent 0750fc9 commit fd5a907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

from helix.appinsights import app_insights
from helix.workitemutil import request_reboot, request_infra_retry
from helix.public 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
Expand Down

2 comments on commit fd5a907

@MattGal
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@premun FYI since we reverted the helix.public changes (not compatible with older python) this is broken until this week's rollout (11/17/202)

@premun
Copy link
Member Author

@premun premun commented on fd5a907 Nov 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MattGal thanks, I opened #8173 right away but I didn't notice it didn't go in

Please sign in to comment.