feat: add Ubuntu 24.04 CI matrix entry#9601
Draft
youtalk wants to merge 1 commit intocarla-simulator:ue5-devfrom
Draft
feat: add Ubuntu 24.04 CI matrix entry#9601youtalk wants to merge 1 commit intocarla-simulator:ue5-devfrom
youtalk wants to merge 1 commit intocarla-simulator:ue5-devfrom
Conversation
- Add ubuntu-version input to _ci-ubuntu.yml (default: 22.04)
- Parameterize container image: carlasim/carla-builder:ue5-${ubuntu-version}
- Add Ubuntu 24.04 jobs to ue5_dev.yml and ue5_pr.yml with Python 3.12
- Rename existing jobs to ubuntu-22-* for clarity
Requires carlasim/carla-builder:ue5-24.04 Docker image to be published.
Related: carla-simulator#9597
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes. |
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.
Summary
ubuntu-versioninput to_ci-ubuntu.ymlreusable workflow (default:"22.04")carlasim/carla-builder:ue5-${ubuntu-version}ue5_dev.ymlandue5_pr.ymlwith Python 3.12ubuntu-22-*/ubuntu-24-*for clarityBlocker: Requires
carlasim/carla-builder:ue5-24.04Docker image to be built and published to Docker Hub before CI can use it.Test plan
carlasim/carla-builder:ue5-24.04Docker imageRelated: #9597
Depends on: CarlaUnreal/UnrealEngine#50 (Dockerfile changes)
This change is