Skip to content

Commit

Permalink
revert back java-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir19noor committed Jan 19, 2025
1 parent a4d4184 commit b7747f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/java-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: ./.github/actions/cleanup-java-env
java_unit_tests:
name: Unit Tests
# needs: [java_build]
needs: [java_build]
timeout-minutes: 60
runs-on: [self-hosted, it]
steps:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
if: always()
java_integration_smoke_tests_templates:
name: Dataflow Templates Integration Smoke Tests
needs: [spotless_check, checkstyle_check]
needs: [spotless_check, checkstyle_check, java_build, java_unit_tests]
timeout-minutes: 60
# Run on any runner that matches all the specified runs-on values.
runs-on: [self-hosted, it]
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
if: always()
java_integration_tests_templates:
name: Dataflow Templates Integration Tests
# needs: [java_integration_smoke_tests_templates]
needs: [java_integration_smoke_tests_templates]
timeout-minutes: 240
# Run on any runner that matches all the specified runs-on values.
runs-on: [self-hosted, it]
Expand Down Expand Up @@ -173,8 +173,8 @@ jobs:
java_load_tests_templates:
# if: contains(github.event.pull_request.labels.*.name, 'run-load-tests')
name: Dataflow Templates Load Tests
# needs: [spotless_check, checkstyle_check, java_integration_tests_templates]
needs: [spotless_check, checkstyle_check]
needs: [spotless_check, checkstyle_check, java_integration_tests_templates]
# needs: [spotless_check, checkstyle_check]
timeout-minutes: 600
# Run on any runner that matches all the specified runs-on values.
runs-on: [self-hosted]
Expand Down

0 comments on commit b7747f9

Please sign in to comment.