Skip to content

Remove pr_monitor #7214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 16, 2025
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions dev_tools/cirq-infra/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# Cirq infra

This doc describes cirq-infra, the GCP project supporting our open source
project. The following things are planned to be running on GCP:
_Cirq-infra_ is the name of a the Google Cloud Platform (GCP) project implemented and managed by the
Google Quantum AI team in support of open-source projects like Cirq. It was originally introduced
around the years 2020–2021 to implement several systems:

* [X] Cirq bot / PR monitor - see [../pr_monitor](../pr_monitor/README.md)
* [X] Triage party for triaging
* [ ] Performance tests and reports
* Automatic merging of pull requests on GitHub
* Automatic labeling of the sizes of changes in pull requests
* Running [Triage Party](https://github.com/google/triage-party), a tool for collaborative
triaging of GitHub issues and pull requests

Access is granted to Cirq maintainers only.
The automerge and automatic labeling capabilities were implemented using a homegrown tool called
`pr_monitor`, whose source code was in the [`dev_tools`](../dev_tools) subdirectory of the Cirq
repository. In 2025, the automerge system was discontinued in favor of using GitHub's "merge
queues", and the size-labeling facility was reimplemented using a GitHub Actions workflow.
`pr_monitor` was retired in the Cirq 1.5 release.

_Cirq-infra_ is still being used to support Triage Party.

## GCP Configuration

Access is granted to Cirq maintainers only.

### Requirements

The tools below are required to manage our infra:
Expand Down
Loading