mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-27 11:40:05 +00:00
add RUNID label to all containers to make log filtering easier
This commit is contained in:
parent
5b17395380
commit
0538ebec45
@ -99,6 +99,8 @@ namespace DistTestCore
|
||||
{
|
||||
recipe.PodLabels.Add("tests-type", TestsType);
|
||||
recipe.PodLabels.Add("deployid", deployId);
|
||||
var runId = Environment.GetEnvironmentVariable("RUNID");
|
||||
if (!string.IsNullOrEmpty(runId)) recipe.PodLabels.Add("runid", runId);
|
||||
recipe.PodLabels.Add("testid", NameUtils.GetTestId());
|
||||
recipe.PodLabels.Add("category", NameUtils.GetCategoryName());
|
||||
recipe.PodLabels.Add("fixturename", NameUtils.GetRawFixtureName());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user