From 5f1b9bf8d46f450c4c88f950a9e965a1037fe7d6 Mon Sep 17 00:00:00 2001 From: benbierens Date: Thu, 10 Aug 2023 14:31:08 +0200 Subject: [PATCH] lines up test type names --- CodexNetDeployer/Configuration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodexNetDeployer/Configuration.cs b/CodexNetDeployer/Configuration.cs index 955084a5..dbcc8bf9 100644 --- a/CodexNetDeployer/Configuration.cs +++ b/CodexNetDeployer/Configuration.cs @@ -49,7 +49,7 @@ namespace CodexNetDeployer [Uniform("teststype-podlabel", "ttpl", "TESTSTYPE-PODLABEL", false, "Each kubernetes pod will be created with a label 'teststype' with value 'continuous'. " + "set this option to override the label value.")] - public string TestsTypePodLabel { get; set; } = "continuous"; + public string TestsTypePodLabel { get; set; } = "continuous-tests"; public TestRunnerLocation RunnerLocation { get; set; } = TestRunnerLocation.InternalToCluster;