OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

AWS CodeBuild GPU builds still using CY2020 container

Open jfpanisset opened this issue 1 year ago • 2 comments

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

jfpanisset avatar Dec 06 '24 20:12 jfpanisset

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).

doug-walker avatar Dec 06 '24 20:12 doug-walker

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

jfpanisset avatar Dec 06 '24 21:12 jfpanisset