No. The CI/CD system is not open source. It uses the the devel image that can be pulled from here and runs in AWS CodeBuild
Each pull request is compiled, unit tested (ctest), builds container images (not public and used for later testing), and runs correctness tests. And then the results are posted to the pull request on GitHub by an AWS Lambda function.