Skip to content

Commit 14e4cae

Browse files
when on success
1 parent 50e9421 commit 14e4cae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ e2e-test:
264264
rules:
265265
- if: $UPSTREAM_PROJECT_NAME == "dd-trace-py"
266266
when: never
267+
- when: on_success
267268
variables:
268269
LANGUAGES_SUBSET: python
269270
# These env vars are inherited from the dotenv reports of the publish-layer jobs
@@ -287,6 +288,7 @@ e2e-test-status:
287288
rules:
288289
- if: $UPSTREAM_PROJECT_NAME == "dd-trace-py"
289290
when: never
291+
- when: on_success
290292
script: |
291293
GITLAB_API_TOKEN=$(aws ssm get-parameter --region us-east-1 --name "ci.${CI_PROJECT_NAME}.serverless-e2e-gitlab-token" --with-decryption --query "Parameter.Value" --out text)
292294
URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/bridges"

0 commit comments

Comments
 (0)