We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c177629 commit 87f80f8Copy full SHA for 87f80f8
1 file changed
ci/input_files/build.yaml.tpl
@@ -53,6 +53,10 @@ build-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
53
variables:
54
CI_ENABLE_CONTAINER_IMAGE_BUILDS: "true"
55
script:
56
+ - echo $DD_TRACE_COMMIT
57
+ - echo $DD_TRACE_COMMIT_BRANCH
58
+ - echo $DD_TRACE_WHEEL
59
+ - echo $UPSTREAM_PIPELINE_ID
60
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/build_layers.sh
61
timeout: 15m
62
retry: 2
@@ -94,7 +98,7 @@ unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
94
98
- PYTHON_VERSION={{ $runtime.python_version }} ./scripts/setup_python_env.sh
95
99
96
100
- source venv/bin/activate
97
- - pytest -vv -p faulthandler
101
+ - pytest -vv
102
103
104
integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
0 commit comments