Skip to content

Commit 8f4f8ae

Browse files
committed
TESTING
1 parent 2b283fd commit 8f4f8ae

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ stages:
33
- test
44
- sign
55
- publish
6-
- e2e
76

87
.python-before-script: &python-before-script
98
- pip install virtualenv
@@ -176,24 +175,10 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
176175
{{- end }}
177176

178177
run-e2e:
179-
stage: e2e
178+
stage: test
180179
tags: ["arch:amd64"]
181180
image: registry.ddbuild.io/images/docker:20.10-py3
182-
needs: {{ range $runtime := (ds "runtimes").runtimes }}
183-
- publish-layer-sandbox ({{ $runtime.name }}-amd64): [us-west-2]
184-
{{- end }}
185-
trigger:
186-
project: "DataDog/serverless-e2e-tests"
187-
strategy: depend
188-
variables:
189-
LANGUAGES_SUBSET: python
190-
PYTHON_38_VERSION: latest
191-
PYTHON_39_VERSION: latest
192-
PYTHON_310_VERSION: latest
193-
PYTHON_311_VERSION: latest
194-
PYTHON_312_VERSION: latest
195-
PYTHON_313_VERSION: latest
196-
181+
script: echo hello world
197182

198183
publish-pypi-package:
199184
stage: publish

0 commit comments

Comments
 (0)