Skip to content

Commit dcf8c00

Browse files
bm1549claude
andcommitted
Remove tibco-testing pipeline trigger
The tibco-testing pipeline has hardcoded expected span meta maps that break whenever new propagation tags are added (e.g. _dd.p.ksr from #10802). Remove the trigger to unblock master. See also: #10906 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c00f676 commit dcf8c00

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -837,32 +837,6 @@ deploy_to_profiling_backend:
837837
UPSTREAM_BRANCH: $CI_COMMIT_BRANCH
838838
UPSTREAM_TAG: $CI_COMMIT_TAG
839839

840-
trigger_tibco_tests:
841-
stage: tests
842-
needs: [ build ]
843-
rules:
844-
- if: '$POPULATE_CACHE'
845-
when: never
846-
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
847-
when: on_success
848-
- if: '$CI_COMMIT_TAG =~ /^v.*/'
849-
when: on_success
850-
- when: manual
851-
allow_failure: true
852-
trigger:
853-
project: DataDog/tibco-testing
854-
branch: main
855-
strategy: depend
856-
variables:
857-
UPSTREAM_PACKAGE_JOB: $BUILD_JOB_NAME
858-
UPSTREAM_PACKAGE_JOB_ID: $BUILD_JOB_ID
859-
UPSTREAM_PROJECT_ID: $CI_PROJECT_ID
860-
UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME
861-
UPSTREAM_PIPELINE_ID: $CI_PIPELINE_ID
862-
UPSTREAM_BRANCH: $CI_COMMIT_BRANCH
863-
UPSTREAM_TAG: $CI_COMMIT_TAG
864-
FORCE_TRIGGER: $FORCE_TRIGGER
865-
866840
deploy_to_di_backend:manual:
867841
stage: publish
868842
needs: [ build ]

0 commit comments

Comments
 (0)