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 }}):
139
139
tags: ["arch:amd64"]
140
140
image: registry.ddbuild.io/images/docker:20.10-py3
141
141
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"'
143
143
when: always
144
144
- if: '"{ { $environment_name } }" == "sandbox"'
145
145
when: manual
@@ -180,7 +180,7 @@ run-e2e:
180
180
tags: ["arch:amd64"]
181
181
image: registry.ddbuild.io/images/docker:20.10-py3
182
182
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 ]
184
184
{ {- end } }
185
185
trigger:
186
186
project: "DataDog/serverless-e2e-tests"
You can’t perform that action at this time.
0 commit comments