-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove pr_monitor #7214
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The functionality of pr_monitor has been replaced by other systems, and in addition, it has not event been running for several months due to something interfering with the Google Cloud process running pr_monitor.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7214 +/- ##
=======================================
Coverage 98.66% 98.66%
=======================================
Files 1106 1106
Lines 96042 96042
=======================================
Hits 94764 94764
Misses 1278 1278 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Apr 3, 2025
pavoljuhas
reviewed
Apr 16, 2025
Co-authored-by: Pavol Juhas <[email protected]>
pavoljuhas
approved these changes
Apr 16, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you!
RevanthGundala
pushed a commit
to RevanthGundala/Cirq
that referenced
this pull request
Apr 17, 2025
* Remove pr_monitor The functionality of pr_monitor has been replaced by other systems, and in addition, it has not event been running for several months due to something interfering with the Google Cloud process running pr_monitor. * Update README about cirq-infra to explain recent changes * Update dev_tools/cirq-infra/README.md Co-authored-by: Pavol Juhas <[email protected]> --------- Co-authored-by: Pavol Juhas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/health
For CI/testing/release process/refactoring/technical debt items
priority/after-1.5
Leave for after the Cirq 1.5 release
size: XL
lines changed >1000
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The functionality of pr_monitor has been replaced by other systems:
.github/workflows/pr-labeler.yaml
)This PR removes
dev_tools/pr_monitor/
and associated filesdev_tools/pr_monitor.*
, and updatesdev_tools/cirq-infra/README.md
to reflect the changes and the current uses of the cirq-infra GCP project.The following issues can be closed as a result of this PR:
Note: the related
dev_tools/cirq-infra/
describes the GCP setup that was used for both pr_monitor and Triage Party. It's still relevant for Triage Party, since we still need to host that service somewhere, sodev_tools/cirq-infra/
needs to stay.