Feature/11 Add Debian 11 and Debian 12 support #12
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": [
]
}
}
Loading