Skip to content

Commit

Permalink
Folow up of recent GHA breakages (apache#30996)
Browse files Browse the repository at this point in the history
* Add :sdks:java:io:kafka:upgrade:build to KafkaIO PreCommit

* Correct naming of Yaml PreCommit
  • Loading branch information
Abacn authored Apr 16, 2024
1 parent 2c36cc0 commit 1e89f83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beam_PreCommit_Java_Kafka_IO_Direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/beam_PreCommit_Yaml_Xlang_Direct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -105,4 +105,4 @@ jobs:
with:
commit: '${{ env.prsha || env.GITHUB_SHA }}'
comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }}
files: '**/pytest*.xml'
files: '**/pytest*.xml'

0 comments on commit 1e89f83

Please sign in to comment.