Skip to content

Commit 98ebc74

Browse files
Don't trigger integration tests from dd-trace-py
1 parent fb2137a commit 98ebc74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
9292
stage: test
9393
tags: ["arch:amd64"]
9494
image: registry.ddbuild.io/images/docker:20.10-py3
95+
rules:
96+
- if: '$SKIP_E2E_TESTS == "true"'
97+
when: never
98+
- when: on_success
9599
needs:
96100
- build-layer ({{ $runtime.name }}-{{ $runtime.arch }})
97101
dependencies:

0 commit comments

Comments
 (0)