Skip to content

Commit 0c06f4c

Browse files
committed
cleanup
1 parent 19cd65e commit 0c06f4c

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.gitlab/scripts/poll_e2e.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ BTI_RESPONSE=$(curl --silent --request GET \
2323
GITLAB_TOKEN=$(echo "$BTI_RESPONSE" | jq -r '.token // empty')
2424
if [ -z "$GITLAB_TOKEN" ]; then
2525
echo "ERROR: could not obtain GitLab token from BTI"
26-
echo "BTI response: $BTI_RESPONSE"
2726
exit 1
2827
fi
2928

3029
echo "Triggering DataDog/serverless-e2e-tests pipeline (ref: ${E2E_REF})..."
3130
echo " EXTENSION_LAYER_ARN=${EXTENSION_LAYER_ARN}"
32-
echo " EXTENSION_VERSION=${EXTENSION_VERSION:-}"
3331

3432
TRIGGER_RESPONSE=$(curl --silent --request POST \
3533
--header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \

.gitlab/templates/pipeline.yaml.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)