PWX-35451-pt2: NFS-proxy volumes fix #2394
Merged
Travis CI / Travis CI - Pull Request
succeeded
Dec 20, 2023 in 16m 5s
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 #2394 PWX-35451-pt2: NFS-proxy volumes fix.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Stage 1: PR Verify & e2e tests
This stage passed.
Job | Go | OS | State |
---|---|---|---|
9518.1 | 1.18.x | Linux | passed |
9518.2 | 1.18.x | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Xenial) |
Go Version | 1.18.x |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"go": [
"1.18.x"
],
"install": [
"go install github.com/vbatts/[email protected]",
"curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl",
"chmod +x kubectl",
"mv kubectl ${GOPATH}/bin",
"curl -Lo ./kind https://github.com/kubernetes-sigs/kind/releases/download/v0.9.0/kind-$(uname)-amd64",
"chmod +x ./kind",
"mv ./kind ${GOPATH}/bin"
],
"jobs": {
"include": [
{
"stage": "PR Verify & e2e tests",
"script": [
"make pr-verify"
]
},
{
"script": [
"make pr-test"
]
}
]
},
"after_script": [
"if [ \"${TRAVIS_PULL_REQUEST}\" == \"false\" ]; then echo \"${DOCKER_PASS}\" | docker login -u \"${DOCKER_USER}\" --password-stdin; make push-mock-sdk-server; fi"
],
"notifications": {
"email": [
{
"recipients": [
"[email protected]"
],
"on_success": "change",
"on_failure": "always"
}
]
},
"branches": {
"only": [
"master",
"/^release-.*$/"
]
}
}
Loading