test: Add tests with self-hosted label for #953 (#1030)

This commit is contained in:
Hyeonmin Park
2022-01-07 08:50:26 +09:00
committed by GitHub
parent f72d871c5b
commit 1a6e5719c3
4 changed files with 294 additions and 3 deletions

View File

@@ -616,7 +616,7 @@ spec:
duration: "30m"
```
This webhook requires you to explicitely set the labels in the RunnerDeployment / RunnerSet if you are using them in your workflow to match the agents (field `runs-on`). Only `self-hosted` will be considered as included by default.
This webhook requires you to explicitly set the labels in the RunnerDeployment / RunnerSet if you are using them in your workflow to match the agents (field `runs-on`). Only `self-hosted` will be considered as included by default.
You can configure your GitHub webhook settings to only include `Workflows Job` events, so that it sends us three kinds of `workflow_job` events per a job run.