We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2137a commit 98ebc74Copy full SHA for 98ebc74
ci/input_files/build.yaml.tpl
@@ -92,6 +92,10 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
92
stage: test
93
tags: ["arch:amd64"]
94
image: registry.ddbuild.io/images/docker:20.10-py3
95
+ rules:
96
+ - if: '$SKIP_E2E_TESTS == "true"'
97
+ when: never
98
+ - when: on_success
99
needs:
100
- build-layer ({{ $runtime.name }}-{{ $runtime.arch }})
101
dependencies:
0 commit comments