Fix runmigration cached using DB load and create #250
Travis CI / Travis CI - Pull Request
succeeded
Sep 6, 2023 in 48m 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 #250 Fix runmigration cached DB load n create.
Any changes that have been made to the release-4.5.X branch before the build ran are also included.
Jobs and Stages
This build has seven jobs, running in parallel.
Job | ENV | OS | State |
---|---|---|---|
996.1 | TARGET="GHCR" | Linux | passed |
996.2 | TARGET="GHCR" | Linux | passed |
996.3 | TARGET="GHCR" | Linux | passed |
996.4 | TARGET="GHCR" | Linux | passed |
996.5 | TARGET="GHCR" | Linux | passed |
996.6 | TARGET="GHCR" | Linux | passed |
996.7 | TARGET="GHCR" | Linux | passed |
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=>\"15.0\"}={:VERSION=>\"16.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