We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392c594 commit 4776625Copy full SHA for 4776625
ci/input_files/build.yaml.tpl
@@ -273,7 +273,7 @@ e2e-test-status:
273
echo "Fetching E2E job status from: $URL"
274
while true; do
275
RESPONSE=$(curl -s --header "PRIVATE-TOKEN: ${GITLAB_API_TOKEN}" "$URL")
276
- E2E_JOB_STATUS=$(echo "$RESPONSE" | jq -r '.[] | select(.name=="e2e-test") | .pipeline.status')
+ E2E_JOB_STATUS=$(echo "$RESPONSE" | jq -r '.[] | select(.name=="e2e-test") | .downstream_pipeline.status')
277
echo -n "E2E job status: $E2E_JOB_STATUS, "
278
if [ "$E2E_JOB_STATUS" == "success" ]; then
279
echo "✅ E2E tests completed successfully"
0 commit comments