Enable to modify Min/Max workers by library (#14180)
Why I did it Enable to modify Min/Max workers by AZP library How I did it Enable to modify Min/Max workers by AZP library
This commit is contained in:
parent
2366cba05c
commit
0a354c533a
@ -346,7 +346,7 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
TOPOLOGY: t1-8-lag
|
TOPOLOGY: t1-8-lag
|
||||||
TEST_SET: multi-asic-t1-lag
|
TEST_SET: multi-asic-t1-lag
|
||||||
MIN_WORKER: 1
|
MIN_WORKER: $(MULTI_ASIC_INSTANCE_NUM)
|
||||||
MAX_WORKER: 1
|
MAX_WORKER: $(MULTI_ASIC_INSTANCE_NUM)
|
||||||
NUM_ASIC: 4
|
NUM_ASIC: 4
|
||||||
MGMT_BRANCH: 202205
|
MGMT_BRANCH: 202205
|
||||||
|
Reference in New Issue
Block a user