Skip to content

Commit fda72c7

Browse files
chore:add gitlab task to deploy to sandbox us-west-2 for e2e test (#733)
adding the job to deploy to sandbox us-west-2 because e2e tests are running in us-west-2 now --------- Co-authored-by: jordan gonzález <[email protected]>
1 parent c0e19c9 commit fda72c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,24 +199,24 @@ publish layer {{ $environment_name }} ({{ $flavor.name }}):
199199

200200
{{ end }} # end environments
201201

202-
publish layer sandbox [us-east-1] ({{ $flavor.name }}):
202+
publish layer [self-monitoring] ({{ $flavor.name }}):
203203
stage: self-monitoring
204204
tags: ["arch:amd64"]
205205
image: ${CI_DOCKER_TARGET_IMAGE}:${CI_DOCKER_TARGET_VERSION}
206206
rules:
207207
- when: manual
208208
allow_failure: true
209-
209+
parallel:
210+
matrix:
211+
- REGION: us-east-1 # Self Monitoring
212+
- REGION: us-west-2 # E2E Testing
210213
needs:
211214
- layer ({{ $flavor.name }})
212-
213215
dependencies:
214216
- layer ({{ $flavor.name }})
215-
216217
{{ with $environment := (ds "environments").environments.sandbox }}
217218
variables:
218219
LAYER_NAME_BASE_SUFFIX: {{ $flavor.layer_name_base_suffix }}
219-
REGION: us-east-1
220220
ARCHITECTURE: {{ $flavor.arch }}
221221
LAYER_FILE: datadog_extension-{{ $flavor.suffix }}.zip
222222
ADD_LAYER_VERSION_PERMISSIONS: {{ $environment.add_layer_version_permissions }}

0 commit comments

Comments
 (0)