File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
139139 tags: [" arch:amd64" ]
140140 image: registry.ddbuild.io /images/docker:20.10 -py3
141141 rules:
142- - if : '" {{ $environment_name }}" == " sandbox" && $REGION == " ap-east-1 " && " {{ $runtime.arch }}" == " amd64" '
142+ - if : '" {{ $environment_name }}" == " sandbox" && $REGION == " us-west-2 " && " {{ $runtime.arch }}" == " amd64" '
143143 when: always
144144 - if : '" {{ $environment_name }}" == " sandbox" '
145145 when: manual
@@ -180,7 +180,7 @@ run-e2e:
180180 tags: [" arch:amd64" ]
181181 image: registry.ddbuild.io /images/docker:20.10 -py3
182182 needs: {{ range $runtime := (ds " runtimes" ).runtimes }}
183- - publish-layer-sandbox ({{ $runtime .name }}-amd64): [ap-east-1 ]
183+ - publish-layer-sandbox ({{ $runtime .name }}-amd64): [us-west-2 ]
184184 {{- end }}
185185 trigger:
186186 project: " DataDog/serverless-e2e-tests"
You can’t perform that action at this time.
0 commit comments