Lays out the plan

This commit is contained in:
benbierens 2023-08-07 15:07:20 +02:00
parent 9840c50e9f
commit 1e7470d476
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA
1 changed files with 7 additions and 1 deletions

View File

@ -362,7 +362,13 @@ namespace KubernetesWorkflow
private IDictionary<string, string> GetSelector() private IDictionary<string, string> GetSelector()
{ {
return new Dictionary<string, string> { { "codex-test-node", "dist-test-" + workflowNumberSource.WorkflowNumber } }; return new Dictionary<string, string>
{
{ "codex-test-node", "dist-test-" + workflowNumberSource.WorkflowNumber }
// tests-type=dist-tests
// app=codex
// runid=20230721-085043
};
} }
private IDictionary<string, string> GetRunnerNamespaceSelector() private IDictionary<string, string> GetRunnerNamespaceSelector()