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 - Branch failed May 21, 2024 in 22m 33s

Build Failed

The build failed, just like the previous build.

Details

This is a normal build for the feature/11 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python ENV OS State
32.1 3.9 MOLECULE_DISTRO=debian:buster-slim Linux failed
32.2 3.9 MOLECULE_DISTRO=debian:bullseye-slim Linux passed
32.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": [
]

}
}