Skip to content

Commit 78319bd

Browse files
committed
Update pipeline python-client
1 parent 30d946b commit 78319bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline:
2828
runtime:
2929
type: Cloud
3030
spec:
31-
size: small
31+
size: medium
3232
nestedVirtualization: true
3333
platform:
3434
os: Linux
@@ -61,7 +61,7 @@ pipeline:
6161
shell: Sh
6262
command: |-
6363
apk update
64-
apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev redis
64+
apk add --no-cache krb5-dev musl-dev libffi-dev build-base redis
6565
redis-server /etc/redis.conf
6666
6767
# Run pytest with JUnit XML report output
@@ -77,6 +77,7 @@ pipeline:
7777
envVariables:
7878
PYTHONPATH: ${PYTHONPATH}:.
7979
PYTEST_ADDOPTS: "--verbose"
80+
intelligenceMode: true
8081
- step:
8182
type: Run
8283
name: Extract Version

0 commit comments

Comments
 (0)