# Opensourced FoundationDB CI available?

**URL:** https://forums.foundationdb.org/t/opensourced-foundationdb-ci-available/3141
**Category:** Development
**Created:** [January 26, 2022, 12:14am UTC](https://forums.foundationdb.org/t/opensourced-foundationdb-ci-available/3141 "2022-01-26T00:14:53Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![random\_user](https://avatars.discourse-cdn.com/v4/letter/r/91b2a8/32.png) [@random\_user](https://forums.foundationdb.org/u/random_user)
#### Post date: [January 26, 2022, 12:14am UTC](https://forums.foundationdb.org/t/opensourced-foundationdb-ci-available/3141/1 "2022-01-26T00:14:53Z")

</div>

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](https://github.com/apple/foundationdb/pull/6271#partial-pull-merging)

private foundationdb ci repo: [foundationdb-ci (FoundationDB CI) · GitHub](https://github.com/foundationdb-ci)

Thank you.

---

<div class="post-metadata">

### Author: ![ammolitor](https://sea1.discourse-cdn.com/foundationdb/user_avatar/forums.foundationdb.org/ammolitor/32/1050_2.png) [@ammolitor](https://forums.foundationdb.org/u/ammolitor)
#### Post date: [January 31, 2022, 6:01pm UTC](https://forums.foundationdb.org/t/opensourced-foundationdb-ci-available/3141/2 "2022-01-31T18:01:25Z")

</div>

No. The CI/CD system is not open source. It uses the the [devel image](https://github.com/FoundationDB/fdb-build-support/blob/main/docker/centos7/Dockerfile#L360) that can be pulled from [here](https://hub.docker.com/r/foundationdb/devel/tags) and runs in [AWS CodeBuild](https://aws.amazon.com/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](https://github.com/apple/foundationdb/pulls) by an [AWS Lambda](https://aws.amazon.com/lambda/) function.
