• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RackHD / on-taskgraph / 1137 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 28 Dec 2017 10:16AM UTC
Files 159
Run time 9s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Dec 2017 10:13AM UTC coverage: 92.193% (+0.005%) from 92.188%
1137.1

push

travis-ci

anhou
Adding one task to install debian and ubuntu (#346)

depends on: https://github.com/RackHD/on-tasks/pull/571 . 
Adding Graph.InstallDebian to install both Debian and Ubuntu. 

Fixing Custom Partitioning : 
installPartitions in payload required following parameters : 
/boot , swap and / partition must be present or installation will be corrupted.
```
            "installPartitions": [
                {
                    "mountPoint": "/boot",
                    "size": "500",
                    "fsType": "ext4"
                },
                {
                    "mountPoint": "swap",
                    "size": "8192",
                    "fsType": "swap"
                },
                {
                    "mountPoint": "/arash",
                    "size": "10000",
                    "fsType": "ext4"
                },

                {
                    "mountPoint": "/",
                    "size": "auto",
                    "fsType": "ext4"
                }
            ]

```
the auto value must be in the latest partition. 

2- Fixing networkDevices
the network devices wont work if you dont have vlans . 

3- Adding timezone and Ntp support 

Tested with Debian Jessie, Debian Stretch, Ubuntu Xenial on HP Proliant Servers.

423 of 567 branches covered (74.6%)

1724 of 1870 relevant lines covered (92.19%)

4.84 hits per line

Source Files on job 1137.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1137
  • Travis Job 1137.1
  • 03731137 on github
  • Prev Job for on master (#1132.3)
  • Next Job for on master (#1140.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc