Parametrized non blocking systemd restart during the installation #404
Travis CI / Travis CI - Pull Request
succeeded
Jan 12, 2024 in 12m 3s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #404 Parametrized non blocking systemd restart during the installation.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in two sequential stages.
Stage 1: Lint
This stage passed.
Job | State |
---|---|
977.1 Checking overall syntax (groovy, yaml, python) | passed |
Stage 2: Test
This stage passed.
Job | State |
---|---|
977.2 Test on rockylinux9 | passed |
977.3 Test on Debian Bookworm | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Version | 3.10 |
Build Configuration
{
"dist": "jammy",
"sudo": "required",
"language": "python",
"python": "3.10",
"branches": {
"only": [
"main"
]
},
"cache": {
"pip": true,
"directories": [
"molecule/.nexus-downloads/"
]
},
"services": [
"docker"
],
"before_install": [
"cd ..",
"mv nexus3-oss $TRAVIS_BUILD_DIR",
"cd ..",
"rmdir ansible-ThoTeam",
"cd $TRAVIS_BUILD_DIR"
],
"install": [
"pip install --upgrade pip",
"pip install --upgrade --upgrade-strategy eager -r requirements.txt"
],
"stages": [
"lint",
"test"
],
"jobs": {
"include": [
{
"stage": "lint",
"name": "Checking overall syntax (groovy, yaml, python)",
"script": "./tests/test_groovySyntax.sh\nyamllint .\nansible-lint\nflake8"
},
{
"stage": "test",
"name": "Test on rockylinux9",
"script": "molecule test -s default-rockylinux9"
},
{
"stage": "test",
"name": "Test on Debian Bookworm",
"script": "molecule test -s default-debian_bookworm"
}
]
},
"notifications": {
"webhooks": "https://galaxy.ansible.com/api/v1/notifications/"
},
"global_env": [
"TRAVIS_BUILD_DIR=/home/travis/build/ansible-thoteam.nexus3-oss"
],
"os": "linux",
"group": "stable"
}
Loading