Closed marquiz closed 1 year ago
+1 for the codecov and I guess it makes sense to decouple the unit tests from the Dockerfile into its own job.
+1
@marquiz do you plan to work on this ?
@marquiz do you plan to work on this ?
Feel free to help out here 😉 TBH, I don't know if I have time to take care of this in the near future
@marquiz I can work on it once I finish my current PR.
Hi @AhmedGrati. Thanks for offering help. But I had it halfway. If you don't mind let me finish it and if I don't for some reason I will let you know here. /assign
I don't think we're quite ready yet /reopen
@marquiz: Reopened this issue.
I think we are ready here, right @fmuyassarov
I believe yes. This is done via https://github.com/kubernetes-sigs/node-feature-discovery/pull/1201, https://github.com/kubernetes-sigs/node-feature-discovery/pull/1200, https://github.com/kubernetes-sigs/node-feature-discovery/pull/1199, https://github.com/kubernetes-sigs/node-feature-discovery/pull/1194, https://github.com/kubernetes-sigs/node-feature-discovery/pull/1095, https://github.com/kubernetes-sigs/node-feature-discovery/pull/1085, https://github.com/kubernetes-sigs/node-feature-discovery/pull/1069. /close
@fmuyassarov: Closing this issue.
What would you like to be added:
Now that https://github.com/kubernetes/org/issues/3084 has been solved, we could enable codecov reporing in NFD. We should probably separate unit tests from the image build (Dockerfile) into a distinct prow job. An outline of sub-tasks (might be missing some)
test:
targetpresubmit-test
Prow jobscripts/test-infra/
make test
from Dockerfile(?)`scripts/test-infra/
)Why is this needed:
Improve development process