From 41c2b4656b2377c67a6dc1fbf290785aad928281 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 8 Jun 2026 13:19:11 -0600 Subject: [PATCH 1/3] chore(bigquery): add test comment to verify CI failures --- google-cloud-bigquery/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/google-cloud-bigquery/README.md b/google-cloud-bigquery/README.md index 5eab7880c157..55b299f8653f 100644 --- a/google-cloud-bigquery/README.md +++ b/google-cloud-bigquery/README.md @@ -113,3 +113,5 @@ questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby) about the client or APIs on [StackOverflow](http://stackoverflow.com). For more see the [Troubleshooting guide](https://googleapis.dev/ruby/google-cloud-bigquery/latest/file.TROUBLESHOOTING.html) + +# Test comment to verify CI failures From fbeffeedda3a0e9796e6f3e4f1d43717aa0998b3 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Tue, 9 Jun 2026 16:08:07 -0600 Subject: [PATCH 2/3] Add test comment 2 --- google-cloud-bigquery/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/google-cloud-bigquery/README.md b/google-cloud-bigquery/README.md index 55b299f8653f..00c67ae2f8f9 100644 --- a/google-cloud-bigquery/README.md +++ b/google-cloud-bigquery/README.md @@ -115,3 +115,4 @@ see the [Troubleshooting guide](https://googleapis.dev/ruby/google-cloud-bigquery/latest/file.TROUBLESHOOTING.html) # Test comment to verify CI failures +# Test comment 2 From f6ff817502ea034be91e9082bd6287353a4c401d Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 13 Jul 2026 14:38:32 -0600 Subject: [PATCH 3/3] chore: test CI presubmits --- google-cloud-bigquery/README.md | 2 +- google-cloud-bigquery/lib/google-cloud-bigquery.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/google-cloud-bigquery/README.md b/google-cloud-bigquery/README.md index 00c67ae2f8f9..4705815f21e5 100644 --- a/google-cloud-bigquery/README.md +++ b/google-cloud-bigquery/README.md @@ -115,4 +115,4 @@ see the [Troubleshooting guide](https://googleapis.dev/ruby/google-cloud-bigquery/latest/file.TROUBLESHOOTING.html) # Test comment to verify CI failures -# Test comment 2 +# Test comment 3 diff --git a/google-cloud-bigquery/lib/google-cloud-bigquery.rb b/google-cloud-bigquery/lib/google-cloud-bigquery.rb index 726677e49ee2..8e699356c5e6 100644 --- a/google-cloud-bigquery/lib/google-cloud-bigquery.rb +++ b/google-cloud-bigquery/lib/google-cloud-bigquery.rb @@ -70,6 +70,8 @@ module Cloud # platform_scope = "https://www.googleapis.com/auth/cloud-platform" # bigquery = gcloud.bigquery scope: platform_scope # + # Test comment to verify CI failures + # def bigquery scope: nil, retries: nil, timeout: nil retries ||= @retries timeout ||= @timeout