Skip to content

Commit 87f80f8

Browse files
debug
1 parent c177629 commit 87f80f8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

ci/input_files/build.yaml.tpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ build-layer ({{ $runtime.name }}-{{ $runtime.arch }}):
5353
variables:
5454
CI_ENABLE_CONTAINER_IMAGE_BUILDS: "true"
5555
script:
56+
- echo $DD_TRACE_COMMIT
57+
- echo $DD_TRACE_COMMIT_BRANCH
58+
- echo $DD_TRACE_WHEEL
59+
- echo $UPSTREAM_PIPELINE_ID
5660
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/build_layers.sh
5761
timeout: 15m
5862
retry: 2
@@ -94,7 +98,7 @@ unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
9498
- PYTHON_VERSION={{ $runtime.python_version }} ./scripts/setup_python_env.sh
9599
script:
96100
- source venv/bin/activate
97-
- pytest -vv -p faulthandler
101+
- pytest -vv
98102
retry: 2
99103

100104
integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):

0 commit comments

Comments
 (0)