Skip to content

Revert "Revert "ci: install upstream ddtrace wheel during PR-triggered unit tests""#815

Merged
rithikanarayan merged 22 commits intomainfrom
revert-814-revert-813-rey.abolofia/fix-ddtrace-pr
May 7, 2026
Merged

Revert "Revert "ci: install upstream ddtrace wheel during PR-triggered unit tests""#815
rithikanarayan merged 22 commits intomainfrom
revert-814-revert-813-rey.abolofia/fix-ddtrace-pr

Conversation

@rithikanarayan
Copy link
Copy Markdown
Contributor

@rithikanarayan rithikanarayan commented May 4, 2026

Comment thread ci/input_files/build.yaml.tpl Outdated
Comment thread scripts/_spec_ddtrace_dep.sh Outdated
@purple4reina purple4reina force-pushed the revert-814-revert-813-rey.abolofia/fix-ddtrace-pr branch from 2843da0 to 42d7c58 Compare May 5, 2026 21:39
@rithikanarayan rithikanarayan marked this pull request as ready for review May 7, 2026 18:41
@rithikanarayan rithikanarayan requested review from a team as code owners May 7, 2026 18:41
Copy link
Copy Markdown
Member

@brettlangdon brettlangdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one thing of notes, when using ddtrace_serverless we'll get ddtrace.__version__ reported as 0.0.0. Impact should be fairly low? unless we assert against the reported tracer version in trace payloads/telemetry/etc

@rithikanarayan rithikanarayan merged commit 91d8249 into main May 7, 2026
103 of 104 checks passed
@rithikanarayan rithikanarayan deleted the revert-814-revert-813-rey.abolofia/fix-ddtrace-pr branch May 7, 2026 18:51
Comment on lines +44 to +49
local wheel_file
wheel_file=$(curl -sSfL "${index_url}" | grep -o "${search_pattern}" | head -n 1 || true)
if [ -z "$wheel_file" ]; then
return 1
fi
curl -sSfL "${S3_BASE}/${wheel_file}" -o "${wheel_file}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
local wheel_file
wheel_file=$(curl -sSfL "${index_url}" | grep -o "${search_pattern}" | head -n 1 || true)
if [ -z "$wheel_file" ]; then
return 1
fi
curl -sSfL "${S3_BASE}/${wheel_file}" -o "${wheel_file}"
python3 pip download --no-index --no-deps --find-links "${index_url} "${basename}"
local wheel_file
wheel_file=$(ls *.whl | head -n 1 || true)

Comment on lines +72 to +77
PY_TAG="cp$(echo "$PYTHON_VERSION" | tr -d '.')"
if [ "$ARCH" = "amd64" ]; then
PLATFORM="manylinux2014_x86_64"
else
PLATFORM="manylinux2014_aarch64"
fi
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
PY_TAG="cp$(echo "$PYTHON_VERSION" | tr -d '.')"
if [ "$ARCH" = "amd64" ]; then
PLATFORM="manylinux2014_x86_64"
else
PLATFORM="manylinux2014_aarch64"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants