Skip to content

Commit 4d5fa19

Browse files
committed
TESTING
1 parent 2b283fd commit 4d5fa19

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -179,21 +179,21 @@ run-e2e:
179179
stage: e2e
180180
tags: ["arch:amd64"]
181181
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-
182+
script: echo hello world
183+
#trigger:
184+
# project: DataDog/serverless-e2e-tests
185+
# strategy: depend
186+
#needs: {{ range $runtime := (ds "runtimes").runtimes }}
187+
# - publish-layer-sandbox ({{ $runtime.name }}-{{ $runtime.arch}})
188+
# {{- end }}
189+
#variables:
190+
# LANGUAGES_SUBSET: python
191+
# PYTHON_38_VERSION: latest
192+
# PYTHON_39_VERSION: latest
193+
# PYTHON_310_VERSION: latest
194+
# PYTHON_311_VERSION: latest
195+
# PYTHON_312_VERSION: latest
196+
# PYTHON_313_VERSION: latest
197197

198198
publish-pypi-package:
199199
stage: publish

0 commit comments

Comments
 (0)