Skip to content

Commit

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

fix call to gradle
  • Loading branch information
johnjcasey committed Aug 31, 2023
2 parents 01fc25b + 9c9f86b commit 92306fa
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,17 @@ jobs:
gcloud auth configure-docker us.gcr.io
- name: run scheduled javaPostcommitIOGCSPerformanceTests script
if: github.event_name == 'schedule' #This ensures only scheduled runs publish metrics publicly
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :it:google-cloud-platform:GCSPerformanceTest
exportDataset: performance_tests
exportTable: io_performance_metrics
run: ./gradlew :it:google-cloud-platform:GCSPerformanceTest
env:
USER: github-actions
- name: run triggered javaPostcommitIOGCSPerformanceTests script
if: github.event_name != 'schedule'
run: ./gradlew :it:google-cloud-platform:GCSPerformanceTest
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :it:google-cloud-platform:GCSPerformanceTest
env:
USER: github-actions

0 comments on commit 92306fa

Please sign in to comment.