[ 
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

* fewer apt-get packages
  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.

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


> 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
> * fewer apt-get packages
>   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)

Reply via email to