You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/04/14 20:34:31 UTC

[incubator-mxnet-ci] 01/01: Update C5 Jenkins slave creation scripts

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-ci.git

commit 5effe2feecab8f1b57d8107316f38e7e0ec24cd9
Merge: f7b3fed 2eb80f2
Author: Leonard Lausen <la...@amazon.com>
AuthorDate: Tue Apr 14 13:34:22 2020 -0700

    Update C5 Jenkins slave creation scripts
    
        Add qemu for virtualization
        Update to Ubuntu 18.04 (require at least 4.8 kernel for qemu)
        Switch to docker package from Ubuntu's repo
    
    The docker.io package from Ubuntu is superior from a packaging perspective.
    
    Also fix syntax errors in Terraform, due to Terraform removing previously used
    syntax features.

 .../conf-ubuntu-cpu-c5/infrastructure.tfvars       |  7 +---
 .../conf-ubuntu-cpu-c5/install.sh                  | 42 ++++++++++------------
 .../conf-ubuntu-gpu-g3/infrastructure.tfvars       |  5 ---
 .../conf-ubuntu-gpu-g3/install.sh                  | 13 ++-----
 .../conf-ubuntu-gpu-p3/infrastructure.tfvars       |  5 ---
 .../conf-ubuntu-gpu-p3/install.sh                  | 11 ++----
 .../jenkins-slave-creation-unix/infrastructure.tf  | 25 ++++++-------
 7 files changed, 35 insertions(+), 73 deletions(-)