Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,11 @@ serverless lambda tests:
trigger:
project: DataDog/datadog-lambda-python
strategy: depend
branch: main
# AIDEV-TODO: TEMPORARY — REVERT to `branch: main` before merging this PR.
# Pointed at the lambda-python PR (DataDog/datadog-lambda-python#813) so
# we can validate that its setup_python_env.sh actually fetches this
# PR's ddtrace wheel via UPSTREAM_PIPELINE_ID.
branch: rey.abolofia/fix-ddtrace-pr
Comment thread
purple4reina marked this conversation as resolved.
needs:
- job: "upload serverless"
variables:
Expand Down
Loading