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

src: speed up tests by building with a test platform #1820

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

lkingland
Copy link
Member

  • 🧹 build tests for single platform

Utilize the platforms option to build test for only one platform when multi-arch is unnecessary. Speeds up tests.

/kind cleanup

@knative-prow knative-prow bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 21, 2023
@knative-prow knative-prow bot requested review from dsimansk and rhuss June 21, 2023 06:39
@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Patch coverage has no change and project coverage change: +1.09 🎉

Comparison is base (8dc5a76) 62.62% compared to head (4ec07dd) 63.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1820      +/-   ##
==========================================
+ Coverage   62.62%   63.72%   +1.09%     
==========================================
  Files         106      106              
  Lines       13664    13664              
==========================================
+ Hits         8557     8707     +150     
+ Misses       4301     4130     -171     
- Partials      806      827      +21     
Flag Coverage Δ
e2e-test 35.38% <ø> (ø)
e2e-test-oncluster 31.33% <ø> (+0.05%) ⬆️
e2e-test-oncluster-runtime 26.76% <ø> (?)
e2e-test-runtime-go 25.70% <ø> (?)
e2e-test-runtime-node 26.66% <ø> (?)
e2e-test-runtime-python 26.66% <ø> (?)
e2e-test-runtime-quarkus 26.78% <ø> (?)
e2e-test-runtime-springboot 25.75% <ø> (?)
e2e-test-runtime-typescript 26.78% <ø> (?)
integration-tests 51.70% <ø> (+3.45%) ⬆️
unit-tests-macos-latest 49.67% <ø> (+0.11%) ⬆️
unit-tests-ubuntu-latest 50.43% <ø> (+0.05%) ⬆️
unit-tests-windows-latest 49.65% <ø> (+0.05%) ⬆️

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

see 7 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lkingland lkingland marked this pull request as ready for review June 22, 2023 01:14
@knative-prow knative-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 22, 2023
@knative-prow knative-prow bot requested a review from nainaz June 22, 2023 01:14
Copy link
Contributor

@zroubalik zroubalik left a comment

Choose a reason for hiding this comment

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

/lgtm

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jun 22, 2023
@knative-prow
Copy link

knative-prow bot commented Jun 22, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lkingland, zroubalik

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [lkingland,zroubalik]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot merged commit 264507d into knative:main Jun 22, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants