We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c673264 commit 9b83f43Copy full SHA for 9b83f43
1 file changed
ci/input_files/build.yaml.tpl
@@ -84,14 +84,14 @@ unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
84
cache: &{{ $runtime.name }}-{{ $runtime.arch }}-cache
85
variables:
86
DD_CIVISIBILITY_AGENTLESS_ENABLED: "true"
87
- DD_SERVICE: "datadog-lambda-python-{{ $runtime.python_version }}-{{ $runtime.arch }}"
+ DD_SERVICE: "datadog-lambda-python"
88
DD_ENV: "ci"
89
+ DD_TAGS: "python_version:{{ $runtime.python_version }},arch:{{ $runtime.arch }}"
90
before_script:
91
- GET_SECRETS_API_KEY_ONLY=1 source ./ci/get_secrets.sh
92
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/setup_python_env.sh
93
script:
94
- set -e
- - GET_SECRETS_API_KEY_ONLY=1 source ./ci/get_secrets.sh
95
- source venv/bin/activate
96
- pytest -vv --ddtrace
97
retry: 2
0 commit comments