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

Refactor DB cache management in runtests and runmigration #252

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Refactor cached dumps

6e4f71e
Select commit
Loading
Failed to load commit list.
Draft

Refactor DB cache management in runtests and runmigration #252

Refactor cached dumps
6e4f71e
Select commit
Loading
Failed to load commit list.
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"
  ]
}