-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Release-1.23] Bulk Backport of Testing Changes #6086
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Abirdcfly <fp544037857@gmail.com> Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Shylaja Devadiga <shylaja.devadiga@suse.com> Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Shylaja Devadiga <shylaja@rancher.com> Signed-off-by: Derek Nola <derek.nola@suse.com>
* Cleanup validatecluster printout * remove deprecated kubectl exec format * Implement CreateLocalCluster function * Update testing documentation Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: rancher-max <max.ross@suse.com> Signed-off-by: Derek Nola <derek.nola@suse.com>
* Add e2e support for centos7 and rocky8 Signed-off-by: Derek Nola <derek.nola@suse.com>
* Convert install tests to run PR version of k3s Signed-off-by: Derek Nola <derek.nola@suse.com> Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Shylaja Devadiga <shylaja@rancher.com> Signed-off-by: Derek Nola <derek.nola@suse.com>
* add new data-dir subtest * Added node flag subtest * Fix to E2E tests * Convert existing test to new server logging Signed-off-by: Derek Nola <derek.nola@suse.com>
d33eab2
to
ca8f99d
Compare
Signed-off-by: Derek Nola <derek.nola@suse.com>
Codecov Report
@@ Coverage Diff @@
## release-1.23 #6086 +/- ##
============================================
Coverage 9.77% 9.77%
============================================
Files 136 136
Lines 10003 10003
============================================
Hits 978 978
Misses 8826 8826
Partials 199 199
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
brandond
approved these changes
Sep 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Backport of the following PRs:
Convert install/cgroup tests to yaml based config #5992
fix checkError in terraform/testutils #5893
Add scripts to run e2e test using ansible #5134
Update run scripts #5979
E2E: Local cluster testing #5977
CI: update Fedora 34 -> 35 #5996
Add nightly install github action #5998
E2E: Add support for CentOS 7 and Rocky 8 #6015
Convert install tests to run PR build of k3s #6003
Fix e2e tests #6018
Expand startup integration test #6030
Convert nightly install test to v1.23 channel
Types of Changes
Testing Backports
Verification
Github CI still passes
Testing
Linked Issues
N/A All backports are internal testing changes.
User-Facing Change
Further Comments