-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-local-image-registry
- Loading branch information
Showing
1,372 changed files
with
115,246 additions
and
29,202 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
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
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
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 |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
"[rfe_id:27363][performance] CPU Management Verification that IRQ load balance can be disabled per POD [test_id:36364] should disable IRQ balance for CPU where POD is running": "Checks that the runtime will disable the IRQ load balancing for CPUs used by the guaranteed pod, when the pod has the specific runtime class and annotation", | ||
"[rfe_id:27363][performance] CPU Management when pod runs with the CPU load balancing runtime class [test_id:32646] should disable CPU load balancing for CPU's used by the pod": "Checks that the runtime will disable the CPU load balancing for the guaranteed pod with the specific runtime class and annotation", | ||
"[rfe_id:27363][performance] CPU Management when reserved CPUs specified should run infra containers on reserved CPUs": "Checks that infra containers runs on top of reserved CPUs", | ||
"[rfe_id:27363][performance] CPU Management when strict NUMA aligment is requested should reject pods which request integral CPUs not aligned with machine SMT level": "Verifies that once strict NUMA aligment is requested the CPU manager reject pods that requested number of CPUs not aligned with machine SMT level", | ||
"[rfe_id:27368][performance] Additional kernel arguments added from perfomance profile [test_id:28611][crit:high][vendor:[email protected]][level:acceptance] Should set additional kernel arguments on the machine": "Verifies that when specifying additional kernel arguments to the profile, those are added on the node.", | ||
"[rfe_id:27368][performance] Create second performance profiles on a cluster [test_id:32364] Verifies that cluster can have multiple profiles": "Verifies that multiple performance profiles can be applied to the cluster.", | ||
"[rfe_id:27368][performance] KubeletConfig experimental annotation should override system-reserved memory": "Verifies that it possible to override system-reserved memory via experimental annotation", | ||
|
@@ -124,6 +125,7 @@ | |
"metallb Testing Update AddressPool should have created, update and finally delete addresspool correctly": "Verifies a metallb AdressPool can be created, updated and deleted", | ||
"metallb Testing create/delete Multiple AddressPools should have created, merged and deleted resources correctly": "Verifies multiple metallb AdressPools can be created, merged and deleted", | ||
"metallb Validate AddressPool Webhook Should recognize overlapping addresses in two AddressPools": "Verifies AddressPool Webhook recognizes overlapping addresses in two AddressPools", | ||
"metallb Validate BGPPeer Webhook Should allow multiple BGPPeers with the same router-id": "Verifies BGPPeer Webhook allows multiple BGPPeers with the same router-id", | ||
"metallb Validate BGPPeer Webhook Should reject invalid BGPPeer IP address": "Verifies BGPPeer Webhook rejects invalid BGPPeer IP address", | ||
"metallb Validate BGPPeer Webhook Should reject invalid Keepalive time": "Verifies BGPPeer Webhook rejects invalid Keepalive time", | ||
"metallb with BFD profile should render the configmap properly Test two bfd profiles": "Verifies metallb with BFD profile renders the configmap properly, testing two bfd profiles", | ||
|
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
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,3 +1,4 @@ | ||
//go:build !unittests | ||
// +build !unittests | ||
|
||
package setup_test | ||
|
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
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,3 +1,4 @@ | ||
//go:build !unittests | ||
// +build !unittests | ||
|
||
package test_test | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...tor/N3000/api/v1/zz_generated.deepcopy.go → ...pis/N3000/api/v1/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion
3
...sriov-fec/api/v2/zz_generated.deepcopy.go → ...sriov-fec/api/v2/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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,3 +1,4 @@ | ||
//go:build !unittests | ||
// +build !unittests | ||
|
||
package validation_test | ||
|
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
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
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.