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

[BACK-2540] Print reports #43

Merged
merged 64 commits into from
Sep 19, 2023

v1.7.0

667a220
Select commit
Loading
Failed to load commit list.
Merged

[BACK-2540] Print reports #43

v1.7.0
667a220
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Sep 19, 2023 in 3m 43s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the print_reports 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 Node.js OS State Notes
255.1 16.20.1 Linux passed
255.2 node Linux errored This job is allowed to fail.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 16.20.1, node
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "node_js": [
    "16.20.1",
    "node"
  ],
  "cache": {
    "yarn": true
  },
  "before_install": [
    "curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4",
    "export PATH=\"$HOME/.yarn/bin:$PATH\""
  ],
  "install": [
    "yarn install --frozen-lockfile"
  ],
  "addons": {
    "artifacts": {
      "paths": [
        "$(git ls-files -o deploy/*/*-*.tar.gz | tr \"\\n\" \":\")"
      ],
      "target_paths": [
        "/"
      ],
      "region": "us-west-2"
    }
  },
  "services": [
    "docker"
  ],
  "script": [
    "yarn run lint",
    "yarn test",
    "./artifact.sh"
  ],
  "jobs": {
    "allow_failures": [
      {
        "node_js": "node"
      }
    ]
  }
}