Skip to content

Commit 8a87ead

Browse files
committed
chore: add 13 packages to sequential test trigger
1 parent fc6b861 commit 8a87ead

13 files changed

Lines changed: 14 additions & 4 deletions

File tree

packages/django-google-spanner/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2020 Google LLC
2+
# Trigger parallel system test run
23
#
34
# Use of this source code is governed by a BSD-style
45
# license that can be found in the LICENSE file or at

packages/google-api-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.
@@ -14,5 +15,4 @@
1415

1516
import setuptools
1617

17-
1818
setuptools.setup()

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",

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.

0 commit comments

Comments
 (0)