Microsoft
GH-200 · Question #34
A workflow that had been working now stalls in a waiting state until failing. The workflow file process-ml.yaml has not changed and contains jobs specifying runs-on: [gpu ]. Which of the following ste
Sign in or unlock GH-200 to reveal the answer and full explanation for question #34. The question stem and answer options stay visible for context.
Implement and manage GitHub Actions workflows
Question
A workflow that had been working now stalls in a waiting state until failing. The workflow file process-ml.yaml has not changed and contains jobs specifying runs-on: [gpu ]. Which of the following steps would troubleshoot the issue? (Each answer presents a complete solution. Choose two.)
Options
- AReview the contents of the Runner_*.log files in the _diag folder.
- BIncrease the usage limits for the GitHub-hosted runners.
- CCheck the "Set up job" step for the logs of the last successful run to determine the runner.
- DUpdate the org settings to enable GPU-based GitHub-hosted runners.
- ERotate the GITHUB_TOKEN secret for the appropriate runners.
Unlock GH-200 to see the answer
You've previewed enough free GH-200 questions. Unlock GH-200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#GPU Runners#Workflow Troubleshooting#Runner Configuration#Job Waiting State