Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

add onefuzz debug commands to easily get to nodes running on scalesets #95

Merged
merged 1 commit into from
Oct 3, 2020
Merged

add onefuzz debug commands to easily get to nodes running on scalesets #95

merged 1 commit into from
Oct 3, 2020

Conversation

bmc-msft
Copy link
Contributor

@bmc-msft bmc-msft commented Oct 3, 2020

Enables the following RDP & SSH debug workflows:

  • Remote into the first libfuzzer_fuzz node for a given job:
    onefuzz debug job task ssh $JOB_ID libfuzzer_fuzz
  • Remote into the first node for a given task:
    onefuzz debug task $TASK_ID
  • Remote into a specific node for a given task:
    onefuzz debug task $TASK_ID --node_id $NODE_ID
  • List nodes working on a specific task:
    onefuzz debug task list_ndoes $TASK_ID

Based on data exposed in #54

@bmc-msft bmc-msft merged commit a088e72 into microsoft:main Oct 3, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Apr 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants