Skip to content

Commit 033e35b

Browse files
committed
Fix CANCELLED propagation for dd-trace integration jobs
1 parent 0fab6b0 commit 033e35b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitlab/dd-trace-integration/.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ prepare-patched-agent:
1212
tags: [ "arch:amd64" ]
1313
image: ${BUILD_IMAGE_X64}
1414
needs:
15+
- job: prepare:start
16+
artifacts: true
1517
- job: build-artifact
1618
artifacts: true
1719
rules:
@@ -78,6 +80,8 @@ prepare-patched-agent:
7880
extends: .retry-config
7981
stage: integration-test
8082
needs:
83+
- job: prepare:start
84+
artifacts: true
8185
- job: build-artifact
8286
artifacts: true
8387
- job: prepare-patched-agent

0 commit comments

Comments
 (0)