We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d946b commit 78319bdCopy full SHA for 78319bd
.harness/orgs/PROD/projects/Harness_Split/pipelines/pythonclient.yaml
@@ -28,7 +28,7 @@ pipeline:
28
runtime:
29
type: Cloud
30
spec:
31
- size: small
+ size: medium
32
nestedVirtualization: true
33
platform:
34
os: Linux
@@ -61,7 +61,7 @@ pipeline:
61
shell: Sh
62
command: |-
63
apk update
64
- apk add --no-cache krb5-dev musl-dev libffi-dev build-base python3-dev redis
+ apk add --no-cache krb5-dev musl-dev libffi-dev build-base redis
65
redis-server /etc/redis.conf
66
67
# Run pytest with JUnit XML report output
@@ -77,6 +77,7 @@ pipeline:
77
envVariables:
78
PYTHONPATH: ${PYTHONPATH}:.
79
PYTEST_ADDOPTS: "--verbose"
80
+ intelligenceMode: true
81
- step:
82
type: Run
83
name: Extract Version
0 commit comments