Details
-
Task
-
Resolution: Done
-
Neutral
-
None
-
None
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
Renovate's postUpgradeTask is meant to run once for each pull request:https://git.magnolia-cms.com/projects/BUILD/repos/boms/browse/renovate.json.
This past night's logs shows that Renovate called the VALIDATE_PR endpoint 11 times, and 11 times the fargate task was launched (see attached results.csv with tonight's task history). The weird thing is that all that 11 requests were made with the same parameters:
COMMAND_VALIDATEPR_RENOVATEBRANCH:renovate/release/6.2-patch-awssdkversion
COMMAND_VALIDATEPR_BRANCH:release/6.2
COMMAND_VALIDATEPR_SKIPRESTMODULE:true
COMMAND_VALIDATEPR_SKIPUITESTS:false
Seems that something is not working as expected on Renovate's side, since it should call the VALIDATE_PR job for each PR it creates and only once per PR.