[
https://issues.apache.org/jira/browse/YETUS-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17206189#comment-17206189
]
Duo Zhang commented on YETUS-1013:
----------------------------------
We have switched back to the old machines because the docker images have eat
all the spaces of the new machine, so the current build is still running on the
old machines...
> 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
> Assignee: Duo Zhang
> Priority: Critical
> Fix For: 0.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)