forked from antrea-io/antrea
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Flexible pipeline kind test #23
Closed
Closed
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
…ntrea-io#3092) Fixes: antrea-io#3091 Signed-off-by: Wu zhengdong [email protected]
…a-io#3033) Signed-off-by: Yanjun Zhou <[email protected]>
…#3083) There was an obvious bug where all NetworkPolicy resources (NetworkPolicies, AddressGroups, AppliedToGroups) were dumped to the same file, and the file itself ("agentinfo") was subsequently overwritten with a dump of the appropriate AgentInfo CRD as expected. This is fixed by dumping these resources to their respective appropriate files: networkpolicies, addressgroups, appliedtogroups. In addition, we: * switch from JSON to YAML for these resources (along with the AgentInfo CRD) for consistency with the files included in the Controller's supportbundle. * define a custom MarshalYAML function for the IPAddress type. IPAddress is typedef'ed to a byte slice, which means that by default it is marshalled as an array of individual byte values, making the files difficult to read. Fixes antrea-io#3082 Signed-off-by: Antonin Bas <[email protected]>
Add throttle setting property in project definition will be overwritten by template, so add a new template for integration jobs so we can define throttle concurrency for them. Signed-off-by: Lan Luo <[email protected]>
Introduce Antrea interface type to map the OVS port to Antrea created interfaces, and use OVS port external_ids field to save the configuration. This is helpful for Antrea to define more interface types. Signed-off-by: wenyingd <[email protected]>
Decouple ExternalIPPool controller and MemberList controller from Egress controller. Signed-off-by: Xu Liu <[email protected]>
The protocol must be written in lowercase, otherwise the validation would fail. Signed-off-by: Quan Tian <[email protected]>
Signed-off-by: wgrayson <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Signed-off-by: Hongliang Liu <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #23 +/- ##
===========================================
- Coverage 60.79% 23.76% -37.04%
===========================================
Files 292 292
Lines 24766 24411 -355
===========================================
- Hits 15057 5801 -9256
- Misses 8063 17866 +9803
+ Partials 1646 744 -902
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
No description provided.