Skip to content
Snippets Groups Projects
Commit 66d5fd42 authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files

Doc: targetting specific runner doc

parent d6397184
No related branches found
No related tags found
No related merge requests found
Pipeline #62734 failed
......@@ -587,7 +587,7 @@ I.e:
* `cluster:okd-c1`
* `type:groups`
* `instance:technologie.cbi.grac`
* `ctx:releng-group`
* `ctx:medium`
* `executor:kubernetes`
* `kubenamespace:ef-grac-technologie-cbi-grac`
* `concurrent:8`
......@@ -630,6 +630,16 @@ my_job:
- echo "Running on a Eclipse foundation runner"
```
Q: **How do I choose the type of runner in a job?**
```yaml
my_job:
tags:
- ctx:medium
script:
- echo "Running on a Eclipse foundation runner of medium type"
```
Q: **What if no runner matches the specified tags?**
A: If no runner matches the specified tags, the job won't run. Make sure that your runner tags correspond to the capabilities of your runners and the requirements of your jobs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment