Remove extra comma #218
Merged
Remove extra comma #218
Travis CI / Travis CI - Pull Request
required action
Nov 10, 2023 in 50m 20s
Build Errored
The build errored. 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 #218 Remove extra comma.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
Stage 1: test
This stage errored.
Job | ENV | OS | State |
---|---|---|---|
501.1 | IMAGE=centos:centos7 TASK=tests COMPONENTS=udt,myproxy,ssh | Linux | errored |
501.2 | IMAGE=centos:centos7 TASK=tests COMPONENTS=udt,myproxy,ssh | Linux | passed |
501.3 | IMAGE=centos:centos7 TASK=tests COMPONENTS=gram5 | Linux | errored |
501.4 | IMAGE=centos:centos7 TASK=tests COMPONENTS=gram5 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "focal",
"jobs": {
"include": [
{
"arch": "ppc64le",
"env": [
{
"IMAGE": "centos:centos7",
"TASK": "tests",
"COMPONENTS": "udt,myproxy,ssh"
}
],
"stage": "test",
"services": [
"docker"
],
"before_install": [
"sudo apt-get update",
"sleep 5",
"sudo docker pull ${IMAGE}"
],
"script": [
"travis-ci/setup_tasks.sh"
]
},
{
"arch": "arm64",
"env": [
{
"IMAGE": "centos:centos7",
"TASK": "tests",
"COMPONENTS": "udt,myproxy,ssh"
}
],
"stage": "test",
"services": [
"docker"
],
"before_install": [
"sudo apt-get update",
"sleep 5",
"sudo docker pull ${IMAGE}"
],
"script": [
"travis-ci/setup_tasks.sh"
]
},
{
"arch": "ppc64le",
"env": [
{
"IMAGE": "centos:centos7",
"TASK": "tests",
"COMPONENTS": "gram5"
}
],
"stage": "test",
"services": [
"docker"
],
"before_install": [
"sudo apt-get update",
"sleep 5",
"sudo docker pull ${IMAGE}"
],
"script": [
"travis-ci/setup_tasks.sh"
]
},
{
"arch": "arm64",
"env": [
{
"IMAGE": "centos:centos7",
"TASK": "tests",
"COMPONENTS": "gram5"
}
],
"stage": "test",
"services": [
"docker"
],
"before_install": [
"sudo apt-get update",
"sleep 5",
"sudo docker pull ${IMAGE}"
],
"script": [
"travis-ci/setup_tasks.sh"
]
}
]
}
}
Loading