We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e9421 commit 14e4caeCopy full SHA for 14e4cae
ci/input_files/build.yaml.tpl
@@ -264,6 +264,7 @@ e2e-test:
264
rules:
265
- if: $UPSTREAM_PROJECT_NAME == "dd-trace-py"
266
when: never
267
+ - when: on_success
268
variables:
269
LANGUAGES_SUBSET: python
270
# These env vars are inherited from the dotenv reports of the publish-layer jobs
@@ -287,6 +288,7 @@ e2e-test-status:
287
288
289
290
291
292
script: |
293
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)
294
URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/bridges"
0 commit comments