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

Add dependency graph entry and test files. #3

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Update Readme and fix typo.

406ffe8
Select commit
Loading
Failed to load commit list.
Open

Add dependency graph entry and test files. #3

Update Readme and fix typo.
406ffe8
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 15, 2024 in 21s

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 #3 Add dependency graph entry and test files..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 15 jobs, running in parallel.

Job Python Xcode ENV OS State Notes
574.1 3.11 PACKAGE_INSTALL_AND_IMPORT=on Linux passed
574.2 3.11 TF_CLASSIFY=on Linux passed
574.3 3.11 PYTORCH_CLASSIFY=on Linux passed
574.4 3.10.8 ONNX_CLASSIFY=on Linux passed
574.5 3.9 PYTORCH_BERT_DEMO=on Linux passed
574.6 3.9 ONNX_BERT_SQUAD=on Linux passed
574.7 xcode12.5 ONNX_CLASSIFY=on macOS passed
574.8 Python 3.9 on Windows, ONNX_BERT_SQUAD ONNX_BERT_SQUAD=on windows passed
574.9 3.8 ONNX_DETECTION=on Linux passed
574.10 3.8 PYTORCH_CLASSIFY=on Linux passed
574.11 3.7.15 TF_CLASSIFY=on Linux passed
574.12 3.6 ONNX_CLASSIFY=on Linux passed
574.13 Python 3.8 on FreeBSD 3.8 PYTHON_EXE=python freebsd errored This job is allowed to fail.
574.14 Python 3.6 on IBM Power 3.6 PYTHON_EXE=python Linux passed This job is allowed to fail.
574.15 Python 3.6 on IBM Z 3.6 PYTHON_EXE=python Linux passed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "branches": {
    "except": [
      "/^mlperf_.*/"
    ]
  },
  "install": [
    "CWD=`pwd`",
    "PATH=$PATH:$CWD",
    "THIS_REPO_NAME=`basename $CWD`",
    "echo \"TRAVIS_OS_NAME=${TRAVIS_OS_NAME}, TRAVIS_PYTHON_VERSION=${TRAVIS_PYTHON_VERSION}\"",
    "echo \"CWD=${CWD}, THIS_REPO_NAME=${THIS_REPO_NAME}, PATH=${PATH}\"",
    "which ${PYTHON_EXE}",
    "${PYTHON_EXE} --version",
    "which git",
    "git --version",
    "wget https://raw.github.com/lehmannro/assert.sh/master/assert.sh",
    "axs byname pip , available_versions --package_name=numpy --force_binary+",
    "axs byname pip , available_versions --package_name=pillow --force_binary+"
  ],
  "script": [
    "${PYTHON_EXE} function_access.py",
    "${PYTHON_EXE} param_source.py",
    "${PYTHON_EXE} runnable.py",
    "${PYTHON_EXE} stored_entry.py",
    "${PYTHON_EXE} kernel.py",
    "bash test_axs.sh"
  ],
  "jobs": {
    "fast_finish": true,
    "allow_failures": [
      {
        "os": "freebsd"
      },
      {
        "arch": "ppc64le"
      },
      {
        "arch": "s390x"
      }
    ],
    "include": [
      {
        "language": "python",
        "python": "3.11",
        "dist": "jammy",
        "env": [
          {
            "PACKAGE_INSTALL_AND_IMPORT": "on"
          },
          {
            "C_COMPILE_AND_RUN": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.11",
        "dist": "jammy",
        "env": [
          {
            "TF_CLASSIFY": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.11",
        "dist": "jammy",
        "env": [
          {
            "PYTORCH_CLASSIFY": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.10.8",
        "dist": "jammy",
        "env": [
          {
            "ONNX_CLASSIFY": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.9",
        "env": [
          {
            "PYTORCH_BERT_DEMO": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.9",
        "env": [
          {
            "ONNX_BERT_SQUAD": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "os": "osx",
        "osx_image": "xcode12.5",
        "language": "shell",
        "env": [
          {
            "ONNX_CLASSIFY": "on"
          },
          {
            "PACKAGE_INSTALL_AND_IMPORT": "on"
          },
          {
            "C_COMPILE_AND_RUN": "on"
          },
          {
            "PYTHON_EXE": "python3"
          }
        ]
      },
      {
        "name": "Python 3.9 on Windows, ONNX_BERT_SQUAD",
        "os": "windows",
        "language": "shell",
        "env": [
          {
            "ONNX_BERT_SQUAD": "on"
          },
          {
            "PYTHON_EXE": "python3"
          },
          {
            "PATH": "/c/Python39:/c/Python39/Scripts:$PATH"
          }
        ],
        "before_install": [
          "choco install python39",
          "cmd <<< \"mklink C:\\\\Python39\\\\python3.exe C:\\\\Python39\\\\python.exe\"",
          "cmd <<< \"mklink C:\\\\Python39\\\\python3.9.exe C:\\\\Python39\\\\python.exe\"",
          "choco install gzip",
          "python -m pip install --upgrade pip",
          "ln -s /c/Windows/System32/tar.exe /c/Python39"
        ]
      },
      {
        "language": "python",
        "python": "3.8",
        "env": [
          {
            "ONNX_DETECTION": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.8",
        "env": [
          {
            "PYTORCH_CLASSIFY": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.7.15",
        "env": [
          {
            "TF_CLASSIFY": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "language": "python",
        "python": "3.6",
        "env": [
          {
            "ONNX_CLASSIFY": "on"
          },
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "name": "Python 3.8 on FreeBSD",
        "os": "freebsd",
        "addons": {
          "pkg": {
            "packages": [
              "bash"
            ]
          }
        },
        "language": "python",
        "python": "3.8",
        "env": [
          {
            "PYTHON_EXE": "python"
          }
        ]
      },
      {
        "name": "Python 3.6 on IBM Power",
        "arch": "ppc64le",
        "os": "linux",
        "language": "python",
        "python": "3.6",
        "env": [
          {
            "PYTHON_EXE": "python"
          },
          {
            "C_COMPILE_AND_RUN": "on"
          }
        ]
      },
      {
        "name": "Python 3.6 on IBM Z",
        "arch": "s390x",
        "os": "linux",
        "language": "python",
        "python": "3.6",
        "env": [
          {
            "PYTHON_EXE": "python"
          },
          {
            "C_COMPILE_AND_RUN": "on"
          }
        ]
      }
    ]
  }
}