Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Use NFS by default in test VMs #13983

Merged
merged 1 commit into from
Nov 27, 2020
Merged

Commits on Nov 26, 2020

  1. test: Use NFS by default for test VMs

    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.
    
    This commit switches the test VMs to use NFS by default, thereby
    enabling NFS in our CI.
    
    NFS remains disabled in the CI's Runtime tests because it leads to
    permission errors [1].
    
    1 - https://jenkins.cilium.io/job/Cilium-PR-Runtime-4.9/2739/consoleFull
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    afae509 View commit details
    Browse the repository at this point in the history