From 9951ebee0ac9c47fe492b75d874146bb2e2d6b55 Mon Sep 17 00:00:00 2001 From: Carsten Schafer Date: Wed, 18 Oct 2023 10:12:53 -0400 Subject: [PATCH] Node selector env=test no longer valid --- .github/actions/run-tests/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/run-tests/action.yml b/.github/actions/run-tests/action.yml index f09e2d91760..61aa7dac757 100644 --- a/.github/actions/run-tests/action.yml +++ b/.github/actions/run-tests/action.yml @@ -106,8 +106,8 @@ runs: mountPath: "/wlan-testing/tests/lab_info.json" subPath: configuration readOnly: true - nodeSelector: - env: tests + #nodeSelector: + # env: tests tolerations: - key: "tests" operator: "Exists"