Skip to content

Commit 7e6cd52

Browse files
committed
Disable SonarQube scanner on Java CI
1 parent 80819a8 commit 7e6cd52

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci-java.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ jobs:
7878
distribution: 'temurin'
7979
- name: Run small tests
8080
run: bazel test --test_size_filters "small" --test_tag_filters "-lint" //java/...
81-
- name: Sonar Scanner
82-
uses: ./.github/actions/sonar-cloud
83-
env:
84-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
81+
# (Alex R.): Temporarily disable due to slow execution and OOM errors
82+
# - name: Sonar Scanner
83+
# uses: ./.github/actions/sonar-cloud
84+
# env:
85+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
8687

8788
medium_tests:
8889
if: ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[run java]') == true }}

0 commit comments

Comments
 (0)