Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

CI: Fix tests #40

Merged
merged 5 commits into from
Jan 27, 2018
Merged

CI: Fix tests #40

merged 5 commits into from
Jan 27, 2018

Commits on Jan 22, 2018

  1. test: Fix tests - run test for all distros

    Not all the distros were executed due to typo
    
    Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
    jcvenegas committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    b946770 View commit details
    Browse the repository at this point in the history
  2. dockerfiles: Add golang to centos anda euleros

    Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
    jcvenegas committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a617dd8 View commit details
    Browse the repository at this point in the history
  3. fedora: use OS_VERSION instead of host version

    Use OS_VERSION provided by user configuration and not use host version.
    
    Also add retries before fail on a request.
    
    Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
    jcvenegas committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6dcaef7 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. rootfs: Add support to create dockerfiles based on templates

    To simplify maintaince, create dockerfiles based on templates.
    
    This way when golang version is updated it will be done in one place
    versions.txt.
    
    This also allow to allways intall the same version of golang in any
    dockerfile.
    
    Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
    jcvenegas committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    612754f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. travis: Wait more than 10 min

    Use travis configuration to wait more than 10 min
    
    Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
    jcvenegas committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    45d4e5f View commit details
    Browse the repository at this point in the history