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

NO-ISSUE: upgrade linter packages in requirements-dev.txt #1348

Merged

NO-ISSUE: upgrade linter packages in requirements-dev.txt

422825c
Select commit
Loading
Failed to load commit list.
Merged

NO-ISSUE: upgrade linter packages in requirements-dev.txt #1348

NO-ISSUE: upgrade linter packages in requirements-dev.txt
422825c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 29, 2023 in 1m 57s

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 #1348 NO-ISSUE: upgrade linter packages in requirements-dev.txt.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State Notes
507.1 PROTON_VERSION=main Linux failed This job is allowed to fail.
507.2 PROTON_VERSION=main Linux failed This job is allowed to fail.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "cache": {
    "ccache": true,
    "pip": true
  },
  "arch": [
    "arm64"
  ],
  "env": [
    "global={:PROTON_VERSION=>\"main\"}={:BUILD_TYPE=>\"RelWithDebInfo\"} jobs={:RUNTIME_CHECK=>\"asan\", :QD_ENABLE_ASSERTIONS=>\"ON\"}={:RUNTIME_CHECK=>\"tsan\", :QD_ENABLE_ASSERTIONS=>\"OFF\"}"
  ],
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "arch": "arm64"
      }
    ],
    "exclude": [
      {
        "arch": "s390x",
        "env": [
          {
            "RUNTIME_CHECK": "tsan",
            "QD_ENABLE_ASSERTIONS": "OFF"
          }
        ]
      }
    ]
  },
  "addons": {
    "apt": {
      "packages": [
        "cmake",
        "libpython3-dev",
        "python3-venv",
        "libsasl2-dev",
        "libssl-dev",
        "sasl2-bin",
        "swig",
        "libnghttp2-dev",
        "libwebsockets-dev",
        "binutils-dev",
        "lcov",
        "curl",
        "ncat",
        "gdb"
      ]
    }
  },
  "script": [
    "ulimit -c unlimited",
    "scripts/travisci_build.sh",
    "find -name 'core' -exec ${TRAVIS_BUILD_DIR}/scripts/gha_analyze_coredump.sh {} \\;"
  ]
}