We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13257cc commit 93ac72dCopy full SHA for 93ac72d
example.yaml
@@ -1,4 +1,22 @@
1
pools:
2
+- pool: linux
3
+ continue: true
4
+ selector:
5
+ - path: "{.metadata.labels.kubernetes\\.io/os}"
6
+ match: "linux"
7
+ node:
8
+ # sets the kubernetes node role
9
+ role: linux
10
+
11
+- pool: windows
12
13
14
15
+ match: "windows"
16
17
18
+ role: windows
19
20
- pool: agents
21
selector:
22
- path: "{.spec.providerID}"
@@ -48,4 +66,3 @@ pools:
48
66
# node annotations
49
67
annotations:
50
68
webdevops.io/testing: 3
51
-
0 commit comments