Skip to content

Commit 8f5acb2

Browse files
committed
TESTING
1 parent 2b283fd commit 8f5acb2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
stages:
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,12 +175,13 @@ 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
182181
needs: {{ range $runtime := (ds "runtimes").runtimes }}
183-
- publish-layer-sandbox ({{ $runtime.name }}-amd64): [us-west-2]
184-
{{- end }}
182+
{{- if or (eq $runtime.arch "amd64") }}
183+
- "publish-layer-sandbox ({{ $runtime.name }}-amd64): [us-west-2]"{{ end }}
184+
{{- end }}
185185
trigger:
186186
project: "DataDog/serverless-e2e-tests"
187187
strategy: depend
@@ -194,7 +194,6 @@ run-e2e:
194194
PYTHON_312_VERSION: latest
195195
PYTHON_313_VERSION: latest
196196

197-
198197
publish-pypi-package:
199198
stage: publish
200199
tags: ["arch:amd64"]

0 commit comments

Comments
 (0)