Reenable upgrade CI path. #1006
Merged
Travis CI / Travis CI - Branch
succeeded
Aug 7, 2020
in
5m 33s
Build Passed
The build passed.
Details
This is a normal build for the reenable branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | ENV | OS | State |
|---|---|---|---|
| SALT_NODE_ID=servo-master1 | Linux | passed | |
| SALT_NODE_ID=servo-master1 | Linux | passed | |
| SALT_NODE_ID=test | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | C++ |
| Operating System | Linux (Xenial) |
Build Configuration
{
"language": "cpp",
"os": [
"linux"
],
"dist": "xenial",
"filter_secrets": false,
"script": [
".travis/dispatch.sh"
],
"notifications": {
"webhooks": [
{
"urls": [
"http://build.servo.org:54856/travis"
]
}
]
},
"jobs": {
"include": [
{
"env": [
{
"SALT_NODE_ID": "servo-master1"
},
{
"SALT_FROM_SCRATCH": "true"
}
],
"os": "linux",
"sudo": true,
"dist": "xenial"
},
{
"env": [
{
"SALT_NODE_ID": "servo-master1"
},
{
"SALT_FROM_SCRATCH": "false"
}
],
"os": "linux",
"sudo": true,
"dist": "xenial"
},
{
"env": [
{
"SALT_NODE_ID": "test"
}
],
"os": "linux",
"sudo": true,
"dist": "xenial"
}
]
}
}