Duo Zhang created YETUS-1013:
--------------------------------
Summary: The --sentinel option in test-patch.sh should also set
ROBOT to true
Key: YETUS-1013
URL: https://issues.apache.org/jira/browse/YETUS-1013
Project: Yetus
Issue Type: Bug
Components: Precommit
Reporter: Duo Zhang
For now it only set SENTINEL to true.
And in core.d/docker.sh, in the docker_container_maintenance method, we have
this at the beginning:
{code}
if [[ "${ROBOT}" = false ]]; then
return
fi
{code}
I think this will make us skip the docker cleanup step.
In docker-cleanup.sh, we do have set ROBOT to true when parsing --sentinel but
since in test-patch.sh, we have called delete_parameter so I'm afraid there is
no way for docker-cleanup.sh to parse the parameter again?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)