Skip to content

Commit 9b83f43

Browse files
Responding to reviews
1 parent c673264 commit 9b83f43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ unit-test ({{ $runtime.name }}-{{ $runtime.arch }}):
8484
cache: &{{ $runtime.name }}-{{ $runtime.arch }}-cache
8585
variables:
8686
DD_CIVISIBILITY_AGENTLESS_ENABLED: "true"
87-
DD_SERVICE: "datadog-lambda-python-{{ $runtime.python_version }}-{{ $runtime.arch }}"
87+
DD_SERVICE: "datadog-lambda-python"
8888
DD_ENV: "ci"
89+
DD_TAGS: "python_version:{{ $runtime.python_version }},arch:{{ $runtime.arch }}"
8990
before_script:
9091
- GET_SECRETS_API_KEY_ONLY=1 source ./ci/get_secrets.sh
9192
- PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/setup_python_env.sh
9293
script:
9394
- set -e
94-
- GET_SECRETS_API_KEY_ONLY=1 source ./ci/get_secrets.sh
9595
- source venv/bin/activate
9696
- pytest -vv --ddtrace
9797
retry: 2

0 commit comments

Comments
 (0)