refactor: move *.repos under repositories/#6646
Conversation
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
|
For this PR, I would like to change to post the discussion first and make sure that no one disagrees with the change. |
287178a to
1aa7346
Compare
|
Made the announcement post: |
|
As we are adding The added It required a4b9310 change (adding |
|
Since it has modification in .webauto-ci.yaml, I'm also testing in WebAuto Evaluator, but it seems like it is failing. I will check with the evaluator team if it has any assumptions with the path https://evaluation.ci.tier4.jp/evaluation/reports/e1d4be2c-ac80-5688-82b2-7ceafaf738cb/builds/1add11e2-721d-5f30-86e3-39a14124eac5?project_id=awf |
|
Adding readme for |
|
@paulsohn the new readme file references This PR title is We posted an announcement/discussion post and promoted in discord too. Feel free to add your opinions/inputs. |
a4b9310 to
407dcc2
Compare
|
Running scenario evaluator for this: https://evaluation.ci.tier4.jp/evaluation/reports/6670d2de-d8ca-5cdb-9c97-eaee32dae213?project_id=awf
I did a clean build. |
|
https://evaluation.ci.tier4.jp/evaluation/reports/6670d2de-d8ca-5cdb-9c97-eaee32dae213/builds/36268484-db74-5a48-bf47-320010f5a8bc?project_id=awf this is failing. It pulls everything fine but attempts to upload a non-existent file. $ vcs export --exact -n src > /var/lib/webauto-ci/RrG5vu/vcs/.tmp-vcs.repos.exact
$ yq eval-all '. as $item ireduce ({}; . * $item)' repositories/autoware.repos repositories/simulator.repos /var/lib/webauto-ci/RrG5vu/vcs/.tmp-vcs.repos.exact > /var/lib/webauto-ci/RrG5vu/vcs/vcs.repos.exact
[2025-12-23T09:04:21.424Z] (Fetch source) Uploading the exactly repositories file...
/usr/bin/bash: line 1: /var/lib/webauto-ci/RrG5vu/asset/vcstool/repos/repositories/autoware.repos: No such file or directory
[2025-12-23T09:04:21.545Z] (Fetch source) Error occurs in the phase
[2025-12-23T09:04:21.648Z] Build failed.I don't see anything wrong in the Lines 15 to 18 in 407dcc2 Could someone from the web.auto team help? Here are the uploaded files from the build: So it was able to upload the combined frozen repos file. But this line afterwards failed: Not sure what it is doing. |
407dcc2 to
fe83258
Compare
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
fe83258 to
fdc913f
Compare
|
web.auto team fixed the issue.
Successful ✅ @mitsudome-r could you review? |
…` in jazzy-cuda job The `docker-build-and-push-jazzy-cuda` job was missed during 7296f92 (refactor: move *.repos under repositories/ (autowarefoundation#6646)). Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>


Description
Related discussions:
Changes
To clean up the root directory of autoware repository, this PR moves the
.reposfiles underrepositories/folder.Also adds
src/README.mddo improve newcomer experience.Related Issue:
Related PRs:
How was this PR tested?