You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Yetus QA (JIRA)" <ji...@apache.org> on 2018/04/05 15:35:00 UTC

[jira] [Commented] (YETUS-622) docker-cleanup removes non-Yetus docker images even if not in sentinel mode

    [ https://issues.apache.org/jira/browse/YETUS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16427121#comment-16427121 ] 

Yetus QA commented on YETUS-622:
--------------------------------

(!) A patch to the testing environment has been detected. 
Re-executing against the patched versions to perform further tests. 
The console is at https://builds.apache.org/job/PreCommit-YETUS-Build/712/console in case of problems.


> docker-cleanup removes non-Yetus docker images even if not in sentinel mode
> ---------------------------------------------------------------------------
>
>                 Key: YETUS-622
>                 URL: https://issues.apache.org/jira/browse/YETUS-622
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch
>    Affects Versions: 0.7.0
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>
> Due to a typo for variable name in {{precommit/core.d/docker.sh}}:
> {code}
> 421 function docker_image_maintenance
> 422 {
> (snip)
> 452   if [[ "${SENTINTAL}" = false ]]; then
> 453     return
> 454   fi
> 455 
> 456   echo "Other images:"
> 457   #shellcheck disable=SC2046
> 458   docker_image_maintenance_helper $(docker_get_sentinel_images)
> 459 }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)