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

Avoid empty strings in trychooser list. #975

Merged
merged 2 commits into from Aug 16, 2019
Travis CI / Travis CI - Pull Request succeeded Aug 7, 2019 in 6m 36s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #975 Avoid empty strings in trychooser list..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job ENV OS State
4921.1 \["SALT\_NODE\_ID=servo-linux1", "SALT\_FROM\_SCRATCH=true"\] Linux passed
4921.2 \["SALT\_NODE\_ID=servo-master1", "SALT\_FROM\_SCRATCH=true"\] Linux passed
4921.3 \["SALT\_NODE\_ID=servo-linux1", "SALT\_FROM\_SCRATCH=false"\] Linux passed
4921.4 \["SALT\_NODE\_ID=servo-master1", "SALT\_FROM\_SCRATCH=false"\] Linux passed
4921.5 \["SALT\_NODE\_ID=servo-linux1", "SALT\_FROM\_SCRATCH=true", "SALT\_DOCKER\_IMAGE=ubuntu@sha256:f3a61450ae43896c4332bda5e78b453f4a93179045f20c8181043b26b5e79028"\] Linux passed
4921.6 \["SALT\_NODE\_ID=test"\] Linux passed

Build Configuration

Build Option Setting
Language C++
Operating System Linux (Xenial)
Build Configuration
{
  "dist": "xenial",
  "group": "stable",
  "matrix": {
    "include": [
      {
        "os": "linux",
        "env": [
          "SALT_NODE_ID=servo-linux1",
          "SALT_FROM_SCRATCH=true"
        ],
        "dist": "xenial",
        "sudo": "required"
      },
      {
        "os": "linux",
        "env": [
          "SALT_NODE_ID=servo-master1",
          "SALT_FROM_SCRATCH=true"
        ],
        "dist": "xenial",
        "sudo": "required"
      },
      {
        "os": "linux",
        "env": [
          "SALT_NODE_ID=servo-linux1",
          "SALT_FROM_SCRATCH=false"
        ],
        "dist": "xenial",
        "sudo": "required"
      },
      {
        "os": "linux",
        "env": [
          "SALT_NODE_ID=servo-master1",
          "SALT_FROM_SCRATCH=false"
        ],
        "dist": "xenial",
        "sudo": "required"
      },
      {
        "os": "linux",
        "env": [
          "SALT_NODE_ID=servo-linux1",
          "SALT_FROM_SCRATCH=true",
          "SALT_DOCKER_IMAGE=ubuntu@sha256:f3a61450ae43896c4332bda5e78b453f4a93179045f20c8181043b26b5e79028"
        ],
        "dist": "xenial",
        "sudo": "required"
      },
      {
        "os": "linux",
        "env": [
          "SALT_NODE_ID=test"
        ],
        "dist": "xenial",
        "sudo": "required"
      }
    ]
  },
  "script": ".travis/dispatch.sh",
  ".result": "configured",
  "language": "cpp",
  "notifications": {
    "irc": "irc.mozilla.org#servo-bots",
    "webhooks": "http://build.servo.org:54856/travis"
  },
  "filter_secrets": false
}
You can’t perform that action at this time.