From 7b11b517920818643e33b40f2c07212e20813bb9 Mon Sep 17 00:00:00 2001 From: Rey Abolofia Date: Fri, 1 May 2026 14:06:03 -0700 Subject: [PATCH] ci(serverless): point trigger at lambda-python PR branch (DO NOT MERGE) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary change to validate the linkage fix in DataDog/datadog-lambda-python#813. Triggers lambda-python's PR branch instead of main so this PR's CI exercises the new setup_python_env.sh that fetches the PR's ddtrace wheel via UPSTREAM_PIPELINE_ID. Revert to `branch: main` before merging this PR — or close without merging once the linkage is confirmed. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbeb0647163..d2ee5bc05d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 needs: - job: "upload serverless" variables: