Skip to content

Commit 425adfc

Browse files
authored
Merge branch 'googleapis:main' into refactor/move-object
2 parents 7aeed16 + cedb5ac commit 425adfc

269 files changed

Lines changed: 21997 additions & 715 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/emulator-system-tests-spanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: 'ubuntu-24.04'
1919
services:
2020
emulator:
21-
image: gcr.io/cloud-spanner-emulator/emulator:1.5.42
21+
image: gcr.io/cloud-spanner-emulator/emulator:1.5.43
2222
ports:
2323
- 9010:9010
2424
- 9020:9020

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,7 @@ jobs:
4949
timeout_minutes: 10
5050
max_attempts: 3
5151
command: composer --no-interaction --no-ansi --no-progress update
52-
- if: ${{ matrix.platform == 'windows-latest' }}
53-
name: Run Unit Test Suite (Windows)
54-
run: |
55-
vendor/bin/phpunit -c phpunit.xml.dist
56-
if ( "$?" -ne "0" )
57-
{
58-
echo "*** RETRYING FLAKEY PHPUNIT ON WINDOWS ***"
59-
vendor/bin/phpunit -c phpunit.xml.dist
60-
}
61-
- if: ${{ matrix.platform != 'windows-latest' }}
62-
name: Run Unit Test Suite
52+
- name: Run Unit Test Suite ${{ matrix.platform != 'windows-latest' || '(Windows)' }}
6353
run: |
6454
vendor/bin/phpunit -c phpunit.xml.dist
6555
- if: ${{ matrix.platform != 'windows-latest' }}

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.43.0
1+
1.44.0
49 Bytes
Binary file not shown.

AiPlatform/src/V1/DeploymentStage.php

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

BackupDr/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
0.9.0

BackupDr/metadata/V1/Backupdr.php

506 Bytes
Binary file not shown.
559 Bytes
Binary file not shown.
126 Bytes
Binary file not shown.
421 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)