forked from rancher/distros-test-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main'
- Loading branch information
Showing
88 changed files
with
3,164 additions
and
1,593 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!-- HTML Comments can be left in place or removed. --> | ||
|
||
#### Proposed Changes #### | ||
|
||
<!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. --> | ||
|
||
<!-- Does this change require an update to documentation? --> | ||
|
||
#### Types of Changes #### | ||
|
||
<!-- What types of changes does your code introduce to distro framework? Issue validation, Patch Validation, Fix, New functionality, Refactor or etc --> | ||
|
||
#### Testing #### | ||
<!-- Answer the checklist bellow --> | ||
|
||
Checklist: | ||
1. If your PR changes anything on or related to Jenkins, run it pointing to your branch to make sure it's okay. | ||
|
||
|
||
2. Verify code lint; we should not have errors. | ||
|
||
|
||
3. Update the documentation if needed. | ||
|
||
|
||
4. Update makefile and docker run if adding new tests. | ||
|
||
|
||
5. Run your tests at least 4 times with all configurations needed and possible. | ||
|
||
|
||
6. If needed test with different os types. | ||
|
||
|
||
#### Linked Issues #### | ||
|
||
<!-- Link any related issues, pull-requests, qa-tasks repo issues or commit hashes that are relevant to this pull request. If you are opening a PR without a corresponding issue please consider creating one first, at https://github.com/rancher/distros-test-framework/issues . --> | ||
|
||
#### Further Comments #### | ||
|
||
<!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... --> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,3 +37,5 @@ jobs: | |
uses: golangci/golangci-lint-action@v3 | ||
with: | ||
version: v1.53 | ||
args: --timeout 5m --issues-exit-code=0 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
.ssh/ | ||
.vscode | ||
.DS_Store | ||
.vscode\ | ||
.env | ||
.idea/ | ||
*.modules/.terraform/ | ||
*.terraform* | ||
*.tfstate* | ||
workloads/amd64/plan.yaml | ||
config/k3s.tfvars | ||
config/rke2.tfvars | ||
config/config.yaml | ||
/config/product.yaml | ||
/config/*.tfvars |
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
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
Oops, something went wrong.