Skip to content
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

Fix issues in cloud CI #1624

Merged
merged 1 commit into from
Dec 8, 2020
Merged

Conversation

Dyanngg
Copy link
Contributor

@Dyanngg Dyanngg commented Dec 7, 2020

  • Add default repo url and branch parameters for cleanup jobs
  • Separate test job template and cleanup job template
  • Modify EKS test script to be compatible with a recent command line option change in run-k8s-e2e-test.sh

- Add default repo url and branch parameters for cleanup jobs
- Separate test job template and cleanup job template
- Modify EKS test script to be compatible with a recent command line option change in run-k8s-e2e-test.sh
@antrea-bot
Copy link
Collaborator

Thanks for your PR.
Unit tests and code linters are run automatically every time the PR is updated.
E2e, conformance and network policy tests can only be triggered by a member of the vmware-tanzu organization. Regular contributors to the project should join the org.

The following commands are available:

  • /test-e2e: to trigger e2e tests.
  • /skip-e2e: to skip e2e tests.
  • /test-conformance: to trigger conformance tests.
  • /skip-conformance: to skip conformance tests.
  • /test-all-features-conformance: to trigger conformance tests with all alpha features enabled.
  • /skip-all-features-conformance: to skip conformance tests with all alpha features enabled.
  • /test-whole-conformance: to trigger all conformance tests on linux.
  • /skip-whole-conformance: to skip all conformance tests on linux.
  • /test-networkpolicy: to trigger networkpolicy tests.
  • /skip-networkpolicy: to skip networkpolicy tests.
  • /test-windows-conformance: to trigger windows conformance tests.
  • /skip-windows-conformance: to skip windows conformance tests.
  • /test-windows-networkpolicy: to trigger windows networkpolicy tests.
  • /skip-windows-networkpolicy: to skip windows networkpolicy tests.
  • /test-hw-offload: to trigger ovs hardware offload test.
  • /skip-hw-offload: to skip ovs hardware offload test.
  • /test-all: to trigger all tests (except whole conformance).
  • /skip-all: to skip all tests (except whole conformance).

@Dyanngg
Copy link
Contributor Author

Dyanngg commented Dec 7, 2020

/skip-all

Copy link
Contributor

@antoninbas antoninbas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-io
Copy link

codecov-io commented Dec 7, 2020

Codecov Report

Merging #1624 (439a2e7) into master (9d3d10b) will decrease coverage by 1.77%.
The diff coverage is 55.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1624      +/-   ##
==========================================
- Coverage   63.31%   61.54%   -1.78%     
==========================================
  Files         170      181      +11     
  Lines       14250    15344    +1094     
==========================================
+ Hits         9023     9444     +421     
- Misses       4292     4881     +589     
- Partials      935     1019      +84     
Flag Coverage Δ
kind-e2e-tests 51.80% <51.86%> (-3.59%) ⬇️
unit-tests 40.43% <19.59%> (-0.85%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cmd/antrea-agent/agent.go 0.00% <0.00%> (ø)
cmd/antrea-agent/options.go 21.69% <0.00%> (+0.97%) ⬆️
.../agent/apiserver/handlers/networkpolicy/handler.go 58.33% <ø> (ø)
...gent/controller/noderoute/node_route_controller.go 46.06% <ø> (-0.41%) ⬇️
.../agent/flowexporter/connections/conntrack_linux.go 28.37% <0.00%> (-0.79%) ⬇️
pkg/agent/stats/collector.go 97.72% <ø> (ø)
pkg/antctl/antctl.go 100.00% <ø> (ø)
pkg/antctl/transform/controllerinfo/transform.go 0.00% <ø> (ø)
pkg/antctl/transform/networkpolicy/transform.go 0.00% <0.00%> (ø)
pkg/antctl/transform/version/transform.go 0.00% <ø> (ø)
... and 70 more

Copy link
Contributor

@lzhecheng lzhecheng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Dyanngg Dyanngg merged commit afe2c09 into antrea-io:master Dec 8, 2020
antoninbas pushed a commit that referenced this pull request Dec 23, 2020
- Add default repo url and branch parameters for cleanup jobs
- Separate test job template and cleanup job template
- Modify EKS test script to be compatible with a recent command line option change in run-k8s-e2e-test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants