-
Notifications
You must be signed in to change notification settings - Fork 52
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
Remove kubetest dependencies for kind job #625
Conversation
@ZhengZhenyu don't know if this will fix the problems but at least will be more aligned to the e2e.sh scripts to avoid that future changes on it breaks this CI |
Build succeeded.
|
@aojea let me apply this on my test env to see if it works |
@ZhengZhenyu please feel free to take it and redo it, I've just created it because it was easier to explain this way the change :) |
| ✓ Creating kubeadm config 📜 |
got the above log in my test run |
I guess this is the key The system verification failed. Printing the output from the verification:\n\x1b[0;37mKERNEL_VERSION\x1b[0m: \x1b[0;32m4.15.0-58-generic\x1b[0m\n\x1b[0;37mOS\x1b[0m: \x1b[0;32mLinux\x1b[0m\n\x1b[0;37mCGROUPS_CPU\x1b[0m: \x1b[0;32menabled\x1b[0m\n\x1b[0;37mCGROUPS_CPUACCT\x1b[0m: \x1b[0;32menabled\x1b[0m\n\x1b[0;37mCGROUPS_CPUSET\x1b[0m: \x1b[0;32menabled\x1b[0m\n\x1b[0;37mCGROUPS_DEVICES\x1b[0m: \x1b[0;32menabled\x1b[0m\n\x1b[0;37mCGROUPS_FREEZER\x1b[0m: \x1b[0;32menabled\x1b[0m\n\x1b[0;37mCGROUPS_MEMORY\x1b[0m: \x1b[0;32menabled\x1b[0m\n\t[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/4.15.0-58-generic\n", err: exit status 1\nI0827 02:26:25.839540 |
🤔 it has
@ZhengZhenyu can you export the logs and share them with |
How? just kind export logs and put it in our log dir? |
@ZhengZhenyu sorry, I meant if you can export the logs of your test and create a tarball and link them to the issue or share by another method |
kind testing no longer depends on kubetest since
kubernetes-sigs/kind@cae88ef#diff-d9fa0450190d60ba133fb92282a94725
It also stops copying the logs manually and leverage the
ARTIFACTS
variable in thee2e.sh
scripts