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

Feature/11 Add Debian 11 and Debian 12 support #12

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

#11 add privileged to molecule test

ca95d34
Select commit
Loading
Failed to load commit list.
Open

Feature/11 Add Debian 11 and Debian 12 support #12

#11 add privileged to molecule test
ca95d34
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed May 21, 2024 in 24m 50s

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 #12 Feature/11 Add Debian 11 and Debian 12 support.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python ENV OS State
33.1 3.9 MOLECULE_DISTRO=debian:buster-slim Linux failed
33.2 3.9 MOLECULE_DISTRO=debian:bullseye-slim Linux passed
33.3 3.9 MOLECULE_DISTRO=debian:bookworm-slim Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Version 3.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.9"
  ],
  "services": [
    "docker"
  ],
  "install": [
    "pip install pipenv==2023.12.1",
    "pipenv sync"
  ],
  "env": [
    "jobs={:MOLECULE_DISTRO=>\"debian:buster-slim\"}={:MOLECULE_DISTRO=>\"debian:bullseye-slim\"}={:MOLECULE_DISTRO=>\"debian:bookworm-slim\"}"
  ],
  "script": [
    "pipenv run molecule test --all"
  ],
  "notifications": {
    "webhooks": [
      {
        "urls": [
          "https://galaxy.ansible.com/api/v1/notifications/"
        ]
      }
    ],
    "email": [
]

}
}