GITHUB-ACTIONS · Question #64
You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you p
The correct answer is B. Inform users to identify the runner based on the group. C. Add the label custom-software to the runner.. Once the runner is properly configured and labeled, users should be informed to select the specific runner by identifying the label or group name when defining the runner in their workflows. Adding a custom label (like custom-software) to the runner makes it easier for users to s
Question
You installed specific software on a Linux self-hosted runner. You have users with workflows that need to be able to select the runner based on the identified custom software. Which steps should you perform to prepare the runner and your users to run these workflows? (Choose two.)
Options
- ACreate the group custom-software-on-linux and move the runner into the group.
- BInform users to identify the runner based on the group.
- CAdd the label custom-software to the runner.
- DConfigure the webhook and network to enable GitHub to trigger workflow.
- EAdd the label linux to the runner.
How the community answered
(40 responses)- A5% (2)
- B75% (30)
- D13% (5)
- E8% (3)
Explanation
Once the runner is properly configured and labeled, users should be informed to select the specific runner by identifying the label or group name when defining the runner in their workflows. Adding a custom label (like custom-software) to the runner makes it easier for users to select the runner in their workflows by using the runs-on key, which allows them to choose this specific runner based on its label.
Topics
Community Discussion
No community discussion yet for this question.