ci(webauto-ci): install older xmlschema to fix scenario simulation error#6064
Merged
mitsudome-r merged 2 commits intoApr 24, 2025
Merged
Conversation
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
|
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
xmfcx
reviewed
Apr 22, 2025
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
xmfcx
approved these changes
Apr 24, 2025
mitsudome-r
added a commit
that referenced
this pull request
Apr 28, 2025
…ror (#6064) Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes issues with running Autoware on TIER IV's evaluator tool that we are using in ODD WG.
There was an incompatible update in the xmlschema library that is used by the scenario_simulator_v2. This fix will install older version of xmlschema as a workaround.
How was this PR tested?
I'm now running test with TIER IV evaluator tool: https://evaluation.ci.tier4.jp/evaluation/reports/ad6db378-0067-542a-8045-1dbf1263b700?project_id=awf
Notes for reviewers
None.
Effects on system behavior
None.