Skip to content

Commit

Permalink
test: Use NFS in Jenkins CI
Browse files Browse the repository at this point in the history
The new K8sVerifier test compiles some Cilium binaries inside the VM,
which can lead to 'interrupted system call' errors. Using NFS should fix
it by speeding up the filesystem accesses.

Signed-off-by: Paul Chaignon <paul@cilium.io>
  • Loading branch information
pchaigno committed Nov 11, 2020
1 parent 3ca315d commit 1296bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkinsfiles/ginkgo-kernel.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pipeline {
PROJ_PATH = "src/github.com/cilium/cilium"
VM_MEMORY = "8192"
VM_CPUS = "3"
NFS = "1"
GOPATH="${WORKSPACE}"
TESTDIR="${GOPATH}/${PROJ_PATH}/test"
GINKGO_TIMEOUT="170m"
Expand Down
1 change: 1 addition & 0 deletions jenkinsfiles/ginkgo.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pipeline {
environment {
PROJ_PATH = "src/github.com/cilium/cilium"
VM_MEMORY = "4096"
NFS = "1"
SERVER_BOX = "cilium/ubuntu"
NETNEXT=setIfLabel("ci/net-next", "1", "0")
GINKGO_TIMEOUT="360m"
Expand Down

0 comments on commit 1296bbd

Please sign in to comment.