Skip to content

Commit 72b0078

Browse files
committed
disable serial
1 parent 3bf73c5 commit 72b0078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure/templates/post-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

e2e_batch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ testp1:
1818
ENVIRONMENT=$(ENVIRONMENT) time poetry run unittest-parallel -v -j $(PARALLEL_WORKERS)
1919

2020
testp2:
21-
ENVIRONMENT=$(ENVIRONMENT) time poetry run pytest -n $(PARALLEL_WORKERS) -v -s
21+
ENVIRONMENT=$(ENVIRONMENT) time poetry run pytest -n auto -v -s

0 commit comments

Comments
 (0)