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

Fix runmigration cached using DB load and create #250

Open
wants to merge 2 commits into
base: release-4.5.X
Choose a base branch
from

Allow to set restore a cached DB and create a new one

71e6d29
Select commit
Loading
Failed to load commit list.
Open

Fix runmigration cached using DB load and create #250

Allow to set restore a cached DB and create a new one
71e6d29
Select commit
Loading
Failed to load commit list.
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"
  ]
}