Opensourced FoundationDB CI available?

Hello,

I’m wondering if there is an open-sourced foundationdb ci similar to what is run in the foundationdb repo when there is a PR created?

For example, the foundationdb-ci ran on this PR: Turn on hostname logic. by RenxuanW · Pull Request #6271 · apple/foundationdb · GitHub

private foundationdb ci repo: foundationdb-ci (FoundationDB CI) · GitHub

Thank you.

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.