File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11stages:
22 - build
3- - test
43 - sign
54 - publish
6- - e2e
5+ - test
76
87.python -before-script: &python-before-script
98 - pip install virtualenv
@@ -176,11 +175,11 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
176175{{- end }}
177176
178177run-e2e:
179- stage: e2e
178+ stage: test
180179 tags: [" arch:amd64" ]
181180 image: registry.ddbuild.io /images/docker:20.10 -py3
182181 needs: {{ range $runtime := (ds " runtimes" ).runtimes }}
183- - publish-layer-sandbox ({{ $runtime .name }}-amd64): [us-west-2]
182+ - " publish-layer-sandbox ({{ $runtime.name }}-amd64): [us-west-2]"
184183 {{- end }}
185184 trigger:
186185 project: " DataDog/serverless-e2e-tests"
@@ -194,7 +193,6 @@ run-e2e:
194193 PYTHON_312_VERSION: latest
195194 PYTHON_313_VERSION: latest
196195
197-
198196publish-pypi-package:
199197 stage: publish
200198 tags: [" arch:amd64" ]
You can’t perform that action at this time.
0 commit comments