Skip to content

Commit 2b283fd

Browse files
committed
Publishes to us-west-2.
1 parent abfb1b6 commit 2b283fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)