File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ steps:
236236
237237 displayName: e2e serial
238238 workingDirectory: "$(Pipeline.Workspace)/s/$(SERVICE_NAME)/$(SERVICE_ARTIFACT_NAME)/e2e_batch"
239- condition: eq(1, 1 ) # Disable task but make this step visible in the pipeline
239+ condition: eq(1, 2 ) # Disable task but make this step visible in the pipeline
240240
241241 - bash : |
242242 pyenv local 3.11
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ testp1:
1818 ENVIRONMENT=$(ENVIRONMENT ) time poetry run unittest-parallel -v -j $(PARALLEL_WORKERS )
1919
2020testp2 :
21- ENVIRONMENT=$(ENVIRONMENT ) time poetry run pytest -n $( PARALLEL_WORKERS ) -v -s
21+ ENVIRONMENT=$(ENVIRONMENT ) time poetry run pytest -n auto -v -s
You can’t perform that action at this time.
0 commit comments