Continuous Integration#
OpenLane’s CI runs on GitHub Actions.
There are two primary flows: the pull request flow and the deployment flow.
The deployment flow occurs on a daily basis. The PR flow happens whenever someone creates a new Pull Request. PRs can be created by contributors or by an automated tool updater that runs on a schedule.

A maintainer cannot review their own code, but they can merge it after a review by another maintainer.
Required Secrets#
Repository secrets are used to protect certain credentials, but also as repository-dependent parameters for the CI.
Common#
Secret |
Description |
|---|---|
|
The main branch for OpenLane. Format: |
|
A token for a bot account that: 1. owns the fork for the tool update. 2. has write access to the volare repo to push newly-built PDKs to. |
CI#
Secret |
Description |
|---|---|
|
The name of the resulting Docker image (minus the tag). In our case, we use |
|
The name of the resulting Docker images for tools (minus the tag). In our case, we use |
|
A username for a user that has push access to the organization that owns |
|
The password/token for the given username that has push access to the organization that owns |
|
(optional) A volare repo to cache builds in. In our case, |
Tool Updater#
Secret |
Description |
|---|---|
|
A fork to push branches for tool updates to. Format |
|
A git author line for the bot account, i.e. |