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

Added CXL version enums to exception list #486

Merged
merged 2 commits into from
Jan 22, 2025

Format fix

cddc3fb
Select commit
Loading
Failed to load commit list.
Merged

Added CXL version enums to exception list #486

Format fix
cddc3fb
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jan 22, 2025 in 3m 7s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the Add-CXL-versions branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
946.1 3.5 TEST_DIR=doc-generator Linux passed
946.2 3.6 TEST_DIR=doc-generator Linux passed
946.3 3.7 TEST_DIR=doc-generator Linux passed
946.4 3.8 TEST_DIR=doc-generator Linux passed
946.5 3.9 TEST_DIR=doc-generator Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.5, 3.6, 3.7, 3.8, 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.5",
    "3.6",
    "3.7",
    "3.8",
    "3.9"
  ],
  "install": [
    "true"
  ],
  "env": [
    "jobs={:TEST_DIR=>\"doc-generator\"}"
  ],
  "before_script": [
    "pushd $TEST_DIR && source .travis/before_script"
  ],
  "script": [
    "source .travis/script"
  ],
  "after_script": [
    "source .travis/after_script && popd"
  ]
}