File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,11 @@ BTI_RESPONSE=$(curl --silent --request GET \
2323GITLAB_TOKEN=$( echo " $BTI_RESPONSE " | jq -r ' .token // empty' )
2424if [ -z " $GITLAB_TOKEN " ]; then
2525 echo " ERROR: could not obtain GitLab token from BTI"
26- echo " BTI response: $BTI_RESPONSE "
2726 exit 1
2827fi
2928
3029echo " Triggering DataDog/serverless-e2e-tests pipeline (ref: ${E2E_REF} )..."
3130echo " EXTENSION_LAYER_ARN=${EXTENSION_LAYER_ARN} "
32- echo " EXTENSION_VERSION=${EXTENSION_VERSION:- } "
3331
3432TRIGGER_RESPONSE=$( curl --silent --request POST \
3533 --header " PRIVATE-TOKEN: ${GITLAB_TOKEN} " \
Original file line number Diff line number Diff line change @@ -276,10 +276,8 @@ e2e-suite ({{ $f.name }}):
276276 tags: [" arch:amd64" ]
277277 timeout: 3h
278278 rules:
279- - if : '$CI_COMMIT_TAG = ~ /^v. */'
280- when: on_success
281- allow_failure: true
282279 - when: on_success
280+ allow_failure: true
283281 needs:
284282 - job: " publish layer e2e sandbox ({{ $f.name }})"
285283 artifacts: true
You can’t perform that action at this time.
0 commit comments