Update CI to supported salt 2019.2.5 release. #1004
Merged
Travis CI / Travis CI - Pull Request
succeeded
Aug 7, 2020
in
4m 27s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #1004 Update CI to supported salt 2019.2.5 release..
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | ENV | OS | State |
|---|---|---|---|
| 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": "test"
}
],
"os": "linux",
"sudo": true,
"dist": "xenial"
}
]
}
}