Skip to content

Commit

Permalink
Merge pull request #191 from johnjcasey/feature/automate-performance-…
Browse files Browse the repository at this point in the history
…tests

update to use correct BigQuery instance
  • Loading branch information
johnjcasey committed Sep 5, 2023
2 parents 7f79b62 + 6f51976 commit e95d920
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,13 @@ jobs:
with:
gradle-command: :it:google-cloud-platform:GCSPerformanceTest
env:
exportDataset: jjc_test
exportDataset: performance_tests
exportTable: io_performance_metrics
- name: run triggered javaPostcommitIOGCSPerformanceTests script
if: github.event_name != 'schedule'
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :it:google-cloud-platform:GCSPerformanceTest
env:
exportDataset: jjc_test
exportTable: io_performance_metrics
- name: view failed test
if: ${{ failure() }}
run: cat /home/runner/work/beam/beam/it/google-cloud-platform/build/reports/tests/GCSPerformanceTest/classes/org.apache.beam.it.gcp.storage.FileBasedIOLT.html
exportDataset: performance_tests
exportTable: io_performance_metrics_test

0 comments on commit e95d920

Please sign in to comment.