Skip to content

create-build,fetch-and-launch,download_prerequisites: Add RegBot callback

Add callback from SQUAD to RegBot once the result from the retriggered tests are available in SQUAD to read.

Uses the register-callback.sh script from the common repo to register a callback from SQUAD to the RegBot endpoint:

{regbot_url}/retrigger_result?group={QA_TEAM}&project=${QA_PROJECT}&version=${SQUAD_BUILD_NAME}

This will later be used to launch the reading of results from SQUAD in RegBot. Currently this endpoint exists, but the tokens have not been configured, so a 403 error is returned on callback.

Signed-off-by: Katie Worton katie.worton@linaro.org

Merge request reports