-
Notifications
You must be signed in to change notification settings - Fork 27
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
Test the firmware feature in CI #391
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qbarrand 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:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-kmm ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
47c2991
to
ac72d18
Compare
41328e4
to
d95adf1
Compare
…etes-sigs#391) Upstream-Commit: 933fc6c Co-authored-by: Quentin Barrand <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #391 +/- ##
==========================================
+ Coverage 78.83% 79.00% +0.17%
==========================================
Files 49 49
Lines 5102 5069 -33
==========================================
- Hits 4022 4005 -17
+ Misses 892 880 -12
+ Partials 188 184 -4 ☔ View full report in Codecov by Sentry. |
3870807
to
20dc9e0
Compare
20dc9e0
to
e0485bd
Compare
a30982e
to
4258156
Compare
4258156
to
659908e
Compare
Set firmware_class.path after minikube initialization. Read a dummy firmware in module_init. Expect the output in the test script. Collect troubleshooting output as YAML. Co-Authored-By: Yevgeny Shnaidman <[email protected]> Co-Authored-By: Constantin Daniel Vultur <[email protected]>
659908e
to
e9261c6
Compare
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Set firmware_class.path after minikube initialization.
Read a dummy firmware in module_init.
Expect the output in the test script.
/cc @yevgeny-shnaidman