File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
1517name : sdk-platform-java Downstream Protobuf Compatibility Check Nightly
16- env :
17- BUILD_SUBDIR : sdk-platform-java
1818jobs :
1919 downstream-protobuf-test :
2020 # This job runs if any of the three conditions match:
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
You can’t perform that action at this time.
0 commit comments