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