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

🔧 patch for v3.24.0 latest for python 2.7 #1

Open
wants to merge 20 commits into
base: releases/3.24.x
Choose a base branch
from

🐛 catch proper Exception in call command

8a75e03
Select commit
Loading
Failed to load commit list.
Open

🔧 patch for v3.24.0 latest for python 2.7 #1

🐛 catch proper Exception in call command
8a75e03
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Dec 13, 2024 in 36m 53s

Build Errored

The build errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1 🔧 Update toil and slurm in the latest python2-compatible version of toil.
Any changes that have been made to the releases/3.24.x branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python ENV OS State
16.1 3.5 BOTO_CONFIG=/dev/null Linux failed
16.2 3.6 BOTO_CONFIG=/dev/null Linux failed
16.3 2.7 BOTO_CONFIG=/dev/null Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Versions 3.5, 3.6, 2.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.5",
    "3.6",
    "2.7"
  ],
  "install": [
    "make prepare",
    "make develop extras=[aws,google]"
  ],
  "script": [
    "TOIL_TEST_QUICK=True make test_offline"
  ],
  "env": [
    "jobs={:BOTO_CONFIG=>\"/dev/null\"}"
  ]
}