Skip to content

Commit

Permalink
[ci] make test deployment tolerate preemptibles (hail-is#7871)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored Jan 14, 2020
1 parent 29936ce commit 97b46ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/test/resources/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ spec:
app: hello
hail.is/sha: "{{ code.sha }}"
spec:
nodeSelector:
preemptible: "true"
tolerations:
- key: preemptible
value: "true"
containers:
- name: hello
image: "{{ hello_image.image }}"
Expand Down

0 comments on commit 97b46ed

Please sign in to comment.