From 8a87ead375655f7c6865aecfff11497bd0c84063 Mon Sep 17 00:00:00 2001 From: chalmer lowe Date: Tue, 7 Jul 2026 11:24:56 -0400 Subject: [PATCH] chore: add 13 packages to sequential test trigger --- packages/django-google-spanner/setup.py | 1 + packages/google-api-core/setup.py | 2 +- packages/google-auth/setup.py | 4 ++-- packages/google-cloud-bigquery/setup.py | 1 + packages/google-cloud-bigtable/setup.py | 1 + packages/google-cloud-core/setup.py | 2 +- packages/google-cloud-datastore/setup.py | 1 + packages/google-cloud-error-reporting/setup.py | 1 + packages/google-cloud-firestore/setup.py | 1 + packages/google-cloud-logging/setup.py | 1 + packages/google-cloud-ndb/setup.py | 1 + packages/google-cloud-pubsub/setup.py | 1 + packages/google-cloud-storage/setup.py | 1 + 13 files changed, 14 insertions(+), 4 deletions(-) diff --git a/packages/django-google-spanner/setup.py b/packages/django-google-spanner/setup.py index 973dc622047e..5e355ead3c66 100644 --- a/packages/django-google-spanner/setup.py +++ b/packages/django-google-spanner/setup.py @@ -1,4 +1,5 @@ # Copyright 2020 Google LLC +# Trigger parallel system test run # # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file or at diff --git a/packages/google-api-core/setup.py b/packages/google-api-core/setup.py index 168877fa5bbe..bc5f71f006c5 100644 --- a/packages/google-api-core/setup.py +++ b/packages/google-api-core/setup.py @@ -1,4 +1,5 @@ # Copyright 2018 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,5 +15,4 @@ import setuptools - setuptools.setup() diff --git a/packages/google-auth/setup.py b/packages/google-auth/setup.py index c9976a301cb5..c4a471e5a28b 100644 --- a/packages/google-auth/setup.py +++ b/packages/google-auth/setup.py @@ -1,4 +1,5 @@ # Copyright 2014 Google Inc. +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -15,8 +16,7 @@ import io import os -from setuptools import find_namespace_packages -from setuptools import setup +from setuptools import find_namespace_packages, setup cryptography_base_require = [ "cryptography >= 38.0.3", diff --git a/packages/google-cloud-bigquery/setup.py b/packages/google-cloud-bigquery/setup.py index 13aa8b6ca346..3035f8492d4d 100644 --- a/packages/google-cloud-bigquery/setup.py +++ b/packages/google-cloud-bigquery/setup.py @@ -1,4 +1,5 @@ # Copyright 2018 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-bigtable/setup.py b/packages/google-cloud-bigtable/setup.py index cc161af33de1..7e9cf84c0350 100644 --- a/packages/google-cloud-bigtable/setup.py +++ b/packages/google-cloud-bigtable/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2026 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-core/setup.py b/packages/google-cloud-core/setup.py index 360fdf4cccb5..3bf0191f2a55 100644 --- a/packages/google-cloud-core/setup.py +++ b/packages/google-cloud-core/setup.py @@ -1,4 +1,5 @@ # Copyright 2018 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +18,6 @@ import setuptools - # Package metadata. name = "google-cloud-core" diff --git a/packages/google-cloud-datastore/setup.py b/packages/google-cloud-datastore/setup.py index 26f21974303e..614353115b77 100644 --- a/packages/google-cloud-datastore/setup.py +++ b/packages/google-cloud-datastore/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2026 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-error-reporting/setup.py b/packages/google-cloud-error-reporting/setup.py index 42eeba4d2451..c152c9a73db2 100644 --- a/packages/google-cloud-error-reporting/setup.py +++ b/packages/google-cloud-error-reporting/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2026 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-firestore/setup.py b/packages/google-cloud-firestore/setup.py index 8dad33914a53..27c2ee3839a3 100644 --- a/packages/google-cloud-firestore/setup.py +++ b/packages/google-cloud-firestore/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2026 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-logging/setup.py b/packages/google-cloud-logging/setup.py index 390fb322c872..bc1dc07e67db 100644 --- a/packages/google-cloud-logging/setup.py +++ b/packages/google-cloud-logging/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2026 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-ndb/setup.py b/packages/google-cloud-ndb/setup.py index 8c22f5349b16..08477e182f56 100644 --- a/packages/google-cloud-ndb/setup.py +++ b/packages/google-cloud-ndb/setup.py @@ -1,4 +1,5 @@ # Copyright 2018 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-pubsub/setup.py b/packages/google-cloud-pubsub/setup.py index 66c9606ffc26..d841160d2a25 100644 --- a/packages/google-cloud-pubsub/setup.py +++ b/packages/google-cloud-pubsub/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2026 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/packages/google-cloud-storage/setup.py b/packages/google-cloud-storage/setup.py index b872eff7dbd8..41a00895d1bd 100644 --- a/packages/google-cloud-storage/setup.py +++ b/packages/google-cloud-storage/setup.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2026 Google LLC +# Trigger parallel system test run # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.