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-3352] - TIDE Drawer Navigation Bugs #1500

Draft
wants to merge 13 commits into
base: WEB-3397-mobile-views
Choose a base branch
from

fallback for empty query value

e8c52f4
Select commit
Loading
Failed to load commit list.
Draft

[WEB-3352] - TIDE Drawer Navigation Bugs #1500

fallback for empty query value
e8c52f4
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Jan 31, 2025 in 15m 6s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1500 [WEB-3352] - TIDE Drawer Navigation Bug.
Any changes that have been made to the WEB-3397-mobile-views 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
15348.1 20.8.0 Linux failed
15348.2 stable Linux failed 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",
  "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"
  ],
  "addons": {
    "artifacts": {
      "region": "us-west-2",
      "paths": [
        "$(git ls-files -o deploy/*/*-*.tar.gz | tr \"\\n\" \":\")"
      ],
      "target_paths": [
        "/"
      ]
    },
    "chrome": "stable"
  },
  "services": [
    "docker"
  ],
  "script": [
    "npm test",
    "./artifact.sh"
  ],
  "jobs": {
    "allow_failures": [
      {
        "node_js": "stable"
      }
    ]
  }
}