Skip to content

Commit

Permalink
Bugfix/extend java precommit timeout (#29664)
Browse files Browse the repository at this point in the history
* Update 2.50 release notes to include new Kafka topicPattern feature

* Create groovy class for io performance tests
Create gradle task and github actions config for GCS using this.

* delete unnecessary class

* fix env call

* fix call to gradle

* run on hosted runner for testing

* add additional checkout

* add destination for triggered tests

* move env variables to correct location

* try uploading against separate dataset

* try without a user

* update branch checkout, try to view the failure log

* run on failure

* update to use correct BigQuery instance

* convert to matrix

* add result reporting

* add failure clause

* remove failure clause, update to run on self-hosted

* address comments, clean up build

* clarify branching

* extend timeout

* Update .github/workflows/beam_PreCommit_Java.yml

Co-authored-by: Danny McCormick <dannymccormick@google.com>

---------

Co-authored-by: Danny McCormick <dannymccormick@google.com>
  • Loading branch information
johnjcasey and damccorm authored Dec 7, 2023
1 parent e620b5a commit d2d19ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/beam_PreCommit_Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ env:
jobs:
beam_PreCommit_Java:
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }})
timeout-minutes: 180
runs-on: [self-hosted, ubuntu-20.04, main]
strategy:
fail-fast: false
Expand Down

0 comments on commit d2d19ef

Please sign in to comment.