Skip to content
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

AWS CodeBuild GPU builds still using CY2020 container #2103

Open
jfpanisset opened this issue Dec 6, 2024 · 2 comments
Open

AWS CodeBuild GPU builds still using CY2020 container #2103

jfpanisset opened this issue Dec 6, 2024 · 2 comments

Comments

@jfpanisset
Copy link
Contributor

According to buildspec.yml the AWS CodeBuild for GPU builds is still using a CY2020 build container, would it make sense to move this forward to a newer version? For one thing the main CI builds only go back to CY2021.

# ---------------------------------------------------------------------------
# CodeBuild project container
# ---------------------------------------------------------------------------
# DockerHub: https://hub.docker.com/u/aswf
#    Source: https://github.com/AcademySoftwareFoundation/aswf-docker
#     Image: aswf/ci-ocio:2020
#        OS: Linux CentOS 7
#   VFX Ref: CY2020
#  Compiler: GCC 6.3.1
@doug-walker
Copy link
Collaborator

Great point @jfpanisset ! I believe the container choice is hard-coded in the AWS CodeBuild project but I'm not sure who has access to that (I do not).

@jfpanisset
Copy link
Contributor Author

You should be able to open a support ticket with the LF Release Engineering team, they should be able to update for you.

But a better approach would likely be to specify the container you want to use with image-override option to the Action, which should allow you to control the image you want to use directly without having to edit the CodeBuild project:

https://github.com/aws-actions/aws-codebuild-run-build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants