Skip to content

Commit 17a9303

Browse files
committed
chore: Add the correct path for the source and binary compatibility tests
1 parent 20ceff9 commit 17a9303

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sdk-platform-java-downstream_protobuf_compatibility_check_nightly.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ on:
1212
schedule:
1313
- cron: '0 1 * * *' # Nightly at 1am
1414

15+
# This job intends to test the compatibility of the Protobuf version against repos not in the
16+
# monorepo. As repos are migrated to the monorepo, this job will be obsolete and turned off.
1517
name: sdk-platform-java Downstream Protobuf Compatibility Check Nightly
16-
env:
17-
BUILD_SUBDIR: sdk-platform-java
1818
jobs:
1919
downstream-protobuf-test:
2020
# This job runs if any of the three conditions match:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Print Protobuf-Java testing version
5454
run: echo "Testing with Protobuf-Java v${{ matrix.protobuf-version }}"
5555
- name: Perform downstream source compatibility testing
56-
run: REPOS_UNDER_TEST="${{ matrix.repo }}" PROTOBUF_RUNTIME_VERSION="${{ matrix.protobuf-version }}" ./.kokoro/nightly/downstream-protobuf-source-compatibility.sh
56+
run: REPOS_UNDER_TEST="${{ matrix.repo }}" PROTOBUF_RUNTIME_VERSION="${{ matrix.protobuf-version }}" ./sdk-platform-java/.kokoro/nightly/downstream-protobuf-source-compatibility.sh
5757
- name: Perform downstream binary compatibility testing
58-
run: REPOS_UNDER_TEST="${{ matrix.repo }}" PROTOBUF_RUNTIME_VERSION="${{ matrix.protobuf-version }}" ./.kokoro/nightly/downstream-protobuf-binary-compatibility.sh
58+
run: REPOS_UNDER_TEST="${{ matrix.repo }}" PROTOBUF_RUNTIME_VERSION="${{ matrix.protobuf-version }}" ./sdk-platform-java/.kokoro/nightly/downstream-protobuf-binary-compatibility.sh
5959

0 commit comments

Comments
 (0)