Lays out the plan
This commit is contained in:
parent
9840c50e9f
commit
1e7470d476
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue