mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-06-01 22:19:31 +00:00
add RUNID label to all containers to make log filtering easier
This commit is contained in:
parent
05e7914fc2
commit
8d83c7e66c
@ -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