-
Notifications
You must be signed in to change notification settings - Fork 682
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
ci: update build-and-test and -differential jobs #6471
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6471 +/- ##
==========================================
- Coverage 14.78% 14.64% -0.15%
==========================================
Files 1917 1899 -18
Lines 132017 130283 -1734
Branches 39228 38311 -917
==========================================
- Hits 19521 19082 -439
+ Misses 90705 89785 -920
+ Partials 21791 21416 -375
☔ View full report in Codecov by Sentry. |
834666f
to
0ab5cb6
Compare
@oguzkaganozt I've squashed this into a single commit, rebased it over main and updated the name. I will run the jobs one last time before merging. |
Here the build-and-test jobs will run on the ubuntu-latest public runners. |
@oguzkaganozt thanks for all your efforts on this monumental task. I've updated the PR description. I have a comment on the naming of the images: Shouldn't the I'm not familiar with naming schemes for docker images/tags. I'm just pointing it out because I've noticed that the old images were named |
The entire build-and-test using the new container images: Without CUDA
With CUDA
With CUDA is a bit on the edge but considering this is for building the entire Autoware Universe, I think we can make this the new default. And maybe we can just move |
Signed-off-by: oguzkaganozt <[email protected]> Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
|
Signed-off-by: oguzkaganozt <[email protected]> Signed-off-by: M. Fatih Cırıt <[email protected]> Signed-off-by: Kotaro Yoshimoto <[email protected]>
…6471) Signed-off-by: oguzkaganozt <[email protected]> Signed-off-by: M. Fatih Cırıt <[email protected]> Signed-off-by: kaigohirao <[email protected]>
…6471) Signed-off-by: oguzkaganozt <[email protected]> Signed-off-by: M. Fatih Cırıt <[email protected]>
Description
Part of:
This PR:
build-and-test-differential-self-hosted
->build-and-test-differential-arm64
build-and-test-self-hosted
->build-and-test-arm64
build-and-test-differential
andbuild-and-test
:[self-hosted, linux, X64]
ubuntu-latest
# github public runnersautoware-universe:humble-latest
autoware-openadk:latest-prebuilt
type:arm64
(this was forgotten when we overhauled the repository labels)Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.