From 12ea002660249fdefd73e253f4952f4d5e2170c9 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:22:28 +0200 Subject: [PATCH] Update Runners Jobs nodeSelector (#86) https://github.com/codex-storage/infra-codex/issues/96 --- docker/continuous-tests-job.yaml | 2 +- docker/dist-tests-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/continuous-tests-job.yaml b/docker/continuous-tests-job.yaml index 0f5f7aa..ecf8ea8 100644 --- a/docker/continuous-tests-job.yaml +++ b/docker/continuous-tests-job.yaml @@ -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 diff --git a/docker/dist-tests-job.yaml b/docker/dist-tests-job.yaml index 2eaed22..b6fdb72 100644 --- a/docker/dist-tests-job.yaml +++ b/docker/dist-tests-job.yaml @@ -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