screwdriver-api 6.0.37 → 6.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/default.yaml +2 -2
- package/package.json +1 -1
package/config/default.yaml
CHANGED
|
@@ -128,7 +128,7 @@ executor:
|
|
|
128
128
|
buildTimeout: 90
|
|
129
129
|
# Default max build timeout (in minutes)
|
|
130
130
|
maxBuildTimeout: 120
|
|
131
|
-
# k8s node selectors for
|
|
131
|
+
# k8s node selectors for appropriate pod scheduling
|
|
132
132
|
nodeSelectors: {}
|
|
133
133
|
preferredNodeSelectors: {}
|
|
134
134
|
# support for kata-containers-as-a-runtimeclass
|
|
@@ -182,7 +182,7 @@ executor:
|
|
|
182
182
|
buildTimeout: 90
|
|
183
183
|
# Default max build timeout (in minutes)
|
|
184
184
|
maxBuildTimeout: 120
|
|
185
|
-
# k8s node selectors for
|
|
185
|
+
# k8s node selectors for appropriate pod scheduling
|
|
186
186
|
nodeSelectors: {}
|
|
187
187
|
preferredNodeSelectors: {}
|
|
188
188
|
# Launcher image to use
|