You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Aki Sukegawa (JIRA)" <ji...@apache.org> on 2016/05/05 08:09:12 UTC

[jira] [Updated] (THRIFT-3816) Reduce docker build duration on Travis-CI

     [ https://issues.apache.org/jira/browse/THRIFT-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aki Sukegawa updated THRIFT-3816:
---------------------------------
    Description: 
cross test jobs on Travis-CI are frequently hitting 50 min limit.
For now, reducing docker build time by several minutes should fix it.

Dockerfile changes:

* buildpack-deps base image for fewer apt packages
  https://hub.docker.com/_/buildpack-deps

* one-off apt-get/yum
  It would cause problem for retrying. in that case we can split them again

.travis.yml changes:

* remove "docker pull" because cache can no longer be reused because of docker change

  was:
cross test jobs on Travis-CI are frequently hitting 50 min limit.
For now, reducing docker build time by several minutes should fix it.


> Reduce docker build duration on Travis-CI
> -----------------------------------------
>
>                 Key: THRIFT-3816
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3816
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>            Reporter: Aki Sukegawa
>            Assignee: Aki Sukegawa
>
> cross test jobs on Travis-CI are frequently hitting 50 min limit.
> For now, reducing docker build time by several minutes should fix it.
> Dockerfile changes:
> * buildpack-deps base image for fewer apt packages
>   https://hub.docker.com/_/buildpack-deps
> * one-off apt-get/yum
>   It would cause problem for retrying. in that case we can split them again
> .travis.yml changes:
> * remove "docker pull" because cache can no longer be reused because of docker change



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)