Skip to content

Commit 5b4c580

Browse files
committed
chore: add 10 more packages to parallel test trigger
1 parent 665c314 commit 5b4c580

10 files changed

Lines changed: 11 additions & 3 deletions

File tree

packages/google-auth/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2014 Google Inc.
2+
# Trigger parallel system test run
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -15,8 +16,7 @@
1516
import io
1617
import os
1718

18-
from setuptools import find_namespace_packages
19-
from setuptools import setup
19+
from setuptools import find_namespace_packages, setup
2020

2121
cryptography_base_require = [
2222
"cryptography >= 38.0.3; python_version < '3.14'",

packages/google-cloud-bigquery/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2018 Google LLC
2+
# Trigger parallel system test run
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.

packages/google-cloud-bigtable/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# Copyright 2026 Google LLC
3+
# Trigger parallel system test run
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

packages/google-cloud-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2018 Google LLC
2+
# Trigger parallel system test run
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -17,7 +18,6 @@
1718

1819
import setuptools
1920

20-
2121
# Package metadata.
2222

2323
name = "google-cloud-core"

packages/google-cloud-datastore/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# Copyright 2026 Google LLC
3+
# Trigger parallel system test run
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

packages/google-cloud-error-reporting/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# Copyright 2026 Google LLC
3+
# Trigger parallel system test run
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

packages/google-cloud-firestore/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# Copyright 2026 Google LLC
3+
# Trigger parallel system test run
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

packages/google-cloud-logging/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# Copyright 2026 Google LLC
3+
# Trigger parallel system test run
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

packages/google-cloud-pubsub/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# Copyright 2026 Google LLC
3+
# Trigger parallel system test run
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

packages/google-cloud-storage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# Copyright 2026 Google LLC
3+
# Trigger parallel system test run
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");
56
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)