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 1e53455 commit d18c5cdCopy full SHA for d18c5cd
ci/input_files/build.yaml.tpl
@@ -282,10 +282,10 @@ e2e-test-status:
282
tags: ["arch:amd64"]
283
timeout: 3h
284
script: |
285
+ echo $UPSTREAM_COMMIT_BRANCH
286
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)
287
URL="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/pipelines/${CI_PIPELINE_ID}/bridges"
288
echo "Fetching E2E job status from: $URL"
- echo $UPSTREAM_COMMIT_BRANCH
289
while true; do
290
RESPONSE=$(curl -s --header "PRIVATE-TOKEN: ${GITLAB_API_TOKEN}" "$URL")
291
E2E_JOB_STATUS=$(echo "$RESPONSE" | jq -r '.[] | select(.name=="e2e-test") | .downstream_pipeline.status')
0 commit comments