This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 9039608560c Add more topic prefixes to the  cleaning (#35548)
9039608560c is described below

commit 9039608560c514fdae6034f2534120cbb16ac090
Author: Enrique Calderon <[email protected]>
AuthorDate: Wed Jul 9 16:16:08 2025 -0600

    Add more topic prefixes to the  cleaning (#35548)
---
 .test-infra/tools/stale_cleaner.py | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/.test-infra/tools/stale_cleaner.py 
b/.test-infra/tools/stale_cleaner.py
index c5f3a70809a..a554473c7c8 100644
--- a/.test-infra/tools/stale_cleaner.py
+++ b/.test-infra/tools/stale_cleaner.py
@@ -322,7 +322,28 @@ if __name__ == "__main__":
         "testing",
         "pubsubNamespace",
         "game_stats_it_input_topic",
-        "game_stats_it_output_topic"
+        "game_stats_it_output_topic",
+        "FhirIO-IT-DSTU2-notifications",
+        "FhirIO-IT-R4-notifications",
+        "FhirIO-IT-STU3-notifications",
+        "integ-test-FhirIOReadIT",
+        "integ-test-PubsubTableProviderIT",
+        "integ-test-PubsubToBigqueryIT",
+        "integ-test-PubsubToIcebergIT",
+        "integ-test-ReadWriteIT",
+        "io-pubsub-lt",
+        "io-pubsub-st",
+        "pubsub-write",
+        "test-backlog",
+        "test1-backlog",
+        "test2-backlog",
+        "test3-backlog",
+        "testpipeline-jenkins",
+        "testpipeline-runner",
+        "test-pub-sub-to",
+        "tf-test",
+        "anomaly-input",
+        "anomaly-output",
     ]
 
     # Create a PubSubTopicCleaner instance

Reply via email to