Update Runners Jobs nodeSelector (#86)

https://github.com/codex-storage/infra-codex/issues/96
This commit is contained in:
Slava 2023-11-27 19:22:28 +02:00 committed by GitHub
parent 4c46a708ab
commit 12ea002660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ spec:
spec:
priorityClassName: system-node-critical
nodeSelector:
workload-type: "tests-runners"
workload-type: "tests-runners-ci"
containers:
- name: ${NAMEPREFIX}-runner
image: codexstorage/cs-codex-dist-tests:latest

View File

@ -18,7 +18,7 @@ spec:
spec:
priorityClassName: system-node-critical
nodeSelector:
workload-type: "tests-runners"
workload-type: "tests-runners-ci"
containers:
- name: ${NAMEPREFIX}-runner
image: codexstorage/cs-codex-dist-tests:latest