This is an automated email from the ASF dual-hosted git repository.

yhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e89f834c84 Folow up of recent GHA breakages (#30996)
1e89f834c84 is described below

commit 1e89f834c8438b3c9b20e0de4aa7f5d126a1e172
Author: Yi Hu <[email protected]>
AuthorDate: Tue Apr 16 15:12:42 2024 -0400

    Folow up of recent GHA breakages (#30996)
    
    * Add :sdks:java:io:kafka:upgrade:build to KafkaIO PreCommit
    
    * Correct naming of Yaml PreCommit
---
 .github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml | 2 +-
 .github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml 
b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
index bbf4a0f5c8f..8d609d15bb1 100644
--- a/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
@@ -96,7 +96,7 @@ jobs:
       - name: run Kafka IO build script
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
-          gradle-command: :sdks:java:io:kafka:build 
:sdks:java:io:kafka:kafkaVersionsCompatibilityTest
+          gradle-command: :sdks:java:io:kafka:build 
:sdks:java:io:kafka:kafkaVersionsCompatibilityTest 
:sdks:java:io:kafka:upgrade:build
           arguments: |
             -PdisableSpotlessCheck=true \
             -PdisableCheckStyle=true \
diff --git a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml 
b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
index 2f2171f3d4d..dd041286f21 100644
--- a/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
+++ b/.github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: PostCommit Python Xlang Gcp Direct
+name: PreCommit Yaml Xlang Direct
 
 on:
   pull_request_target:
@@ -89,7 +89,7 @@ jobs:
         with:
           python-version: |
             3.8
-      - name: run PostCommit Yaml Xlang Gcp Direct script
+      - name: run PreCommit Yaml Xlang Direct script
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
           gradle-command: :sdks:python:yamlIntegrationTests
@@ -105,4 +105,4 @@ jobs:
         with:
           commit: '${{ env.prsha || env.GITHUB_SHA }}'
           comment_mode: ${{ github.event_name == 'issue_comment'  && 'always' 
|| 'off' }}
-          files: '**/pytest*.xml'
\ No newline at end of file
+          files: '**/pytest*.xml'

Reply via email to