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

[WEB-3029] dep updates #454

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

v1.31.0-web-3029-dep-updates.1

20b7ee2
Select commit
Loading
Failed to load commit list.
Open

[WEB-3029] dep updates #454

v1.31.0-web-3029-dep-updates.1
20b7ee2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 10, 2025 in 1m 52s

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 #454 [WEB-3029] dep updates.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State Notes
2545.1 20.8.0 Linux passed
2545.2 stable Linux passed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Jammy)
Node.js Versions 20.8.0, stable
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "sudo": false,
  "node_js": [
    "20.8.0",
    "stable"
  ],
  "cache": {
    "yarn": true,
    "directories": [
      "node_modules"
    ]
  },
  "before_install": [
    "google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &",
    "corepack enable",
    "yarn set version 3.6.4"
  ],
  "install": [
    "yarn install --immutable"
  ],
  "script": [
    "npm test"
  ],
  "jobs": {
    "allow_failures": [
      {
        "node_js": "stable"
      }
    ]
  }
}