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

supporting debian 12 #174

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

Update Debian-12.yml

b1ade7f
Select commit
Loading
Failed to load commit list.
Open

supporting debian 12 #174

Update Debian-12.yml
b1ade7f
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Apr 10, 2024 in 3h 13m 13s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #174 supporting debian 12.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has six jobs, running in parallel.

Job ENV State
760.1 DOCKER_IMAGE_BASE=idealista/jdk:8u252-stretch-openjdk-headless passed
760.2 DOCKER_IMAGE_BASE=idealista/jdk:11.0.12-buster-openjdk-headless passed
760.3 DOCKER_IMAGE_BASE=idealista/jdk:11.0.6-stretch-openjdk-headless passed
760.4 DOCKER_IMAGE_BASE=idealista/jdk:8u252-focal-openjdk-headless failed
760.5 DOCKER_IMAGE_BASE=idealista/jdk:14.0.1-focal-openjdk-headless passed
760.6 DOCKER_IMAGE_BASE=idealista/jdk:11.0.12-bullseye-openjdk-headless passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Python Version 3.9
Build Configuration
{
  "language": "python",
  "python": "3.9",
  "sudo": "required",
  "services": [
    "docker"
  ],
  "install": [
    "pip install pipenv",
    "pipenv sync"
  ],
  "env": [
    "DOCKER_IMAGE_BASE=idealista/jdk:8u252-stretch-openjdk-headless",
    "DOCKER_IMAGE_BASE=idealista/jdk:11.0.12-buster-openjdk-headless",
    "DOCKER_IMAGE_BASE=idealista/jdk:11.0.6-stretch-openjdk-headless",
    "DOCKER_IMAGE_BASE=idealista/jdk:8u252-focal-openjdk-headless",
    "DOCKER_IMAGE_BASE=idealista/jdk:14.0.1-focal-openjdk-headless",
    "DOCKER_IMAGE_BASE=idealista/jdk:11.0.12-bullseye-openjdk-headless"
  ],
  "script": [
    "pipenv run molecule test --all --destroy always"
  ],
  "notifications": {
    "webhooks": "https://galaxy.ansible.com/api/v1/notifications/"
  },
  "os": "linux",
  "group": "stable",
  "dist": "xenial"
}