Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI to supported salt 2019.2.5 release. #1004

Merged
merged 6 commits into from Aug 7, 2020
Travis CI / Travis CI - Branch succeeded Aug 7, 2020 in 4m 23s

Build Passed

The build passed.

Details

This is a normal build for the saltchange branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
5436.1 SALT_NODE_ID=servo-master1 Linux passed
5436.2 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"
      }
    ]
  }
}
You can’t perform that action at this time.