Skip to content

Commit

Permalink
ci: Enable NFS for Runtime tests
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno authored and aanm committed Nov 30, 2020
1 parent a77842b commit 8bf3ed8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion jenkinsfiles/ginkgo-runtime-kernel.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pipeline {
PROJ_PATH = "src/github.com/cilium/cilium"
VM_MEMORY = "8192"
VM_CPUS = "4"
NFS = "0"
GINKGO_TIMEOUT="150m"
DEFAULT_KERNEL="""${sh(
returnStdout: true,
Expand Down
2 changes: 0 additions & 2 deletions jenkinsfiles/ginkgo.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ pipeline {
TESTED_SUITE="runtime"
GOPATH="${WORKSPACE}/${TESTED_SUITE}-gopath"
TESTDIR="${GOPATH}/${PROJ_PATH}/test"
NFS="0"
}
steps {
sh 'mkdir -p ${GOPATH}/src/github.com/cilium'
Expand Down Expand Up @@ -228,7 +227,6 @@ pipeline {
TESTED_SUITE="runtime"
GOPATH="${WORKSPACE}/${TESTED_SUITE}-gopath"
TESTDIR="${GOPATH}/${PROJ_PATH}/test"
NFS="0"
}
steps {
sh 'cd ${TESTDIR}; ginkgo --focus="$(echo ${ghprbCommentBody} | sed -r "s/([^ ]* |^[^ ]*$)//" | sed "s/^$/Runtime/" | sed "s/K8s.*/NoTests/")" -v --failFast=${FAILFAST} -- -cilium.provision=false -cilium.timeout=${GINKGO_TIMEOUT}'
Expand Down

0 comments on commit 8bf3ed8

Please sign in to comment.