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 7c1050d commit aa44f30Copy full SHA for aa44f30
ci/input_files/build.yaml.tpl
@@ -178,20 +178,6 @@ run-e2e:
178
stage: test
179
tags: ["arch:amd64"]
180
image: registry.ddbuild.io/images/docker:20.10-py3
181
- needs: {{ range $runtime := (ds "runtimes").runtimes }}
182
- - publish-layer-sandbox ({{ $runtime.name }}-amd64): [us-west-2]
183
- {{- end }}
184
- trigger:
185
- project: "DataDog/serverless-e2e-tests"
186
- strategy: depend
187
- variables:
188
- LANGUAGES_SUBSET: python
189
- PYTHON_38_VERSION: latest
190
- PYTHON_39_VERSION: latest
191
- PYTHON_310_VERSION: latest
192
- PYTHON_311_VERSION: latest
193
- PYTHON_312_VERSION: latest
194
- PYTHON_313_VERSION: latest
195
196
publish-pypi-package:
197
stage: publish
0 commit comments