API event #176.1 passed

  • Ran for
s390x
Shell
Git
cesar-cs/eval:.travis.yml@565dcef
jobs:
  include:
    - arch: s390x
      dist: bionic


group: stable
language: minimal



script:
  - uname -a
  - sudo apt-get update
  # - ping -c 50 8.8.8.8
  # - cat /etc/hosts
  # - echo $?
  # - ip addr
  # - ip r
  # - ping -c 50 8.8.8.8
  # - sleep 6000
  # - systemctl status lxd-agent
  # - cloud-init status --long
  # - sudo sysctl net.ipv4.ping_group_range
  # - cat /proc/self/gid_map
  # - cat /etc/subuid
  # - cat /etc/subgid
#   - ant -v
#   - cat /etc/hostname

#   - cat /etc/nsswitch.conf
#   - cat /etc/resolv.conf
#   - getent hosts localhost.localdomain
#   - sudo true
#   - hostnamectl
#   - hostname
#   - ls -lah /etc/cloud/cloud.cfg.d/
#   - cat /etc/cloud/cloud.cfg
#   - cat /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg
#   - cat /etc/hosts
#   - sudo true
#   - ping -c 3 localhost
#   - echo -n "127.0.0.1 localhost " | sudo tee -a /etc/hosts
#   - cat /etc/hosts
#   - sudo true
Build Config
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jobs": {
    "include": [
      {
        "arch": "s390x",
        "dist": "bionic"
      }
    ]
  },
  "group": "stable",
  "script": [
    "uname -a",
    "sudo apt-get update"
  ]
}