Refactor DB cache management in runtests and runmigration #252
Travis CI / Travis CI - Pull Request
failed
Sep 7, 2023 in 27m 56s
Build Failed
The build failed. 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 #252 Refactor DB cache management in runtests and runmigration.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has seven jobs, running in parallel.
Job | ENV | OS | State |
---|---|---|---|
998.1 | TARGET="GHCR" | Linux | failed |
998.2 | TARGET="GHCR" | Linux | failed |
998.3 | TARGET="GHCR" | Linux | failed |
998.4 | TARGET="GHCR" | Linux | failed |
998.5 | TARGET="GHCR" | Linux | failed |
998.6 | TARGET="GHCR" | Linux | failed |
998.7 | TARGET="GHCR" | Linux | failed |
Build Configuration
Build Option | Setting |
---|---|
Language | Ruby |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"env": [
"global={:TARGET=>\"\\\"GHCR\\\"\"} jobs={:VERSION=>\"16.0\"}={:VERSION=>\"15.0\"}={:VERSION=>\"14.0\"}={:VERSION=>\"14.0-bullseye\"}={:VERSION=>\"13.0\"}={:VERSION=>\"12.0\"}={:VERSION=>\"11.0\"}"
],
"script": [
"make VERSION=$VERSION build",
"make VERSION=$VERSION test"
],
"before_install": [
"if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - ; fi",
"if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\" ; fi",
"if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then sudo apt-get update ; fi",
"if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce ; fi",
"docker --version"
],
"after_success": [
"travis/publish.sh"
]
}
Loading