feat: rename allow_gre_traffic_across_zones #147
Merged
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Branch
succeeded
Mar 27, 2025 in 9m 3s
Build Passed
The build passed, just like the previous build.
Details
This is a normal build for the rename-field branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has four jobs, running in parallel.
| Job | Python | OS | State |
|---|---|---|---|
| 3.9 | Linux | passed | |
| 3.8 | Linux | passed | |
| 3.10 | Linux | passed | |
| 3.11 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"pip": true
},
"notifications": {
"email": [
{
"enabled": true
}
]
},
"before_install": [
"sudo apt-get update",
"sudo apt-get install pandoc",
"pip install pypandoc",
"echo -e \"machine github.ibm.com\\n login $GH_TOKEN\" > ~/.netrc"
],
"install": [
"sudo rm /etc/apt/sources.list.d/mongodb-4.4.list",
"wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg",
"echo \"deb [signed-by=/usr/share/keyrings/mongodb-4.4.gpg] http://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse\" | sudo tee /etc/apt/sources.list.d/mongodb-4.4.list",
"pip install tox-travis"
],
"script": [
"tox"
],
"before_deploy": [
"nvm install 20",
"npm install npm@latest -g",
"npm install @semantic-release/changelog",
"npm install @semantic-release/exec",
"npm install @semantic-release/git",
"npm install @semantic-release/github",
"pip install bump2version"
],
"deploy": [
{
"provider": "script",
"script": "npx semantic-release",
"skip_cleanup": true,
"on": {
"python": "3.9",
"all_branches": true,
"tags": true
}
},
{
"repository": "https://upload.pypi.org/legacy",
"provider": "pypi",
"setuptools_version": "60.8.2",
"password": "$PYPI_TOKEN",
"skip_cleanup": true,
"on": {
"python": "3.9",
"tags": true
},
"username": "__token__"
}
],
"jobs": {
"include": [
{
"python": "3.9",
"before_script": [
"[ -z \"${TRAVIS_TAG}\" ] && [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ] && openssl aes-256-cbc -K $encrypted_d4a185972ecc_key -iv $encrypted_d4a185972ecc_iv -in pdns.env.enc -out pdns.env -d || true && openssl aes-256-cbc -K $encrypted_3d8a3eb98382_key -iv $encrypted_3d8a3eb98382_iv -in transit.env.enc -out transit.env -d || true && openssl aes-256-cbc -K $encrypted_27cb64608ff6_key -iv $encrypted_27cb64608ff6_iv -in dl.env.enc -out dl.env -d || true && openssl aes-256-cbc -K $encrypted_fc092b9428d6_key -iv $encrypted_fc092b9428d6_iv -in cis.env.enc -out cis.env -d || true && openssl aes-256-cbc -K $encrypted_89a9eb4f9417_key -iv $encrypted_89a9eb4f9417_iv -in dns.env.enc -out dns.env -d || true"
]
},
{
"python": "3.8"
},
{
"python": "3.10"
},
{
"python": "3.11"
}
]
}
}
Loading