File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# debug using `werft run github -f -s .werft/build.js -j .werft/build.yaml -a debug=true`
2
2
pod :
3
3
serviceAccount : werft
4
- nodeSelector :
5
- cloud.google.com/gke-nodepool : builds
4
+ affinity :
5
+ nodeAffinity :
6
+ requiredDuringSchedulingIgnoredDuringExecution :
7
+ nodeSelectorTerms :
8
+ - matchExpressions :
9
+ - key : dev/workload
10
+ operator : In
11
+ values :
12
+ - " builds"
6
13
volumes :
7
14
- name : monitoring-satellite-preview-token
8
15
secret :
Original file line number Diff line number Diff line change 2
2
# this werft job is periodically run every night
3
3
pod :
4
4
serviceAccount : werft
5
- nodeSelector :
6
- cloud.google.com/gke-nodepool : builds
5
+ affinity :
6
+ nodeAffinity :
7
+ requiredDuringSchedulingIgnoredDuringExecution :
8
+ nodeSelectorTerms :
9
+ - matchExpressions :
10
+ - key : dev/workload
11
+ operator : In
12
+ values :
13
+ - " builds"
7
14
containers :
8
15
- name : build
9
16
image : eu.gcr.io/gitpod-core-dev/dev/changelog:0.0.24
You can’t perform that action at this time.
0 commit comments