Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automated-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
plugin-artifacts-sqs: "java"
plugin-artifacts-sqc: "java"
jira-project-key: "SONARJAVA"
runner-environment: "sonar-xs-public"
runner-environment: "warp-custom-ubuntu-24-04"
rule-props-changed: false
short-description: ${{ github.event.inputs.short-description }}
new-version: ${{ github.event.inputs.new-version }}
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
build:
runs-on: sonar-m-public
runs-on: warp-custom-ubuntu-24-04
name: Build
permissions:
id-token: write # Required for Vault OIDC authentication
Expand Down Expand Up @@ -56,8 +56,8 @@ jobs:
fail-fast: false
matrix:
item:
- { runner: sonar-m-public, profile: without-sonarqube-project, sq_version: LATEST_RELEASE }
- { runner: sonar-m-public, profile: only-sonarqube-project, sq_version: LATEST_RELEASE }
- { runner: warp-custom-ubuntu-24-04, profile: without-sonarqube-project, sq_version: LATEST_RELEASE }
- { runner: warp-custom-ubuntu-24-04, profile: only-sonarqube-project, sq_version: LATEST_RELEASE }
- { runner: github-windows-latest-m, profile: without-sonarqube-project, sq_version: LATEST_RELEASE }
- { runner: github-windows-latest-m, profile: only-sonarqube-project, sq_version: LATEST_RELEASE }
name: Ruling QA
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
name: Ruling Update and Notify
needs: ruling-qa
if: always() && github.event_name == 'pull_request'
runs-on: ubuntu-latest
runs-on: warp-custom-ubuntu-24-04
permissions:
contents: write
pull-requests: write
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
needs:
- build
if: ${{ needs.build.outputs.deployed }}
runs-on: sonar-m-public
runs-on: warp-custom-ubuntu-24-04
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
needs:
- build
if: ${{ needs.build.outputs.deployed }}
runs-on: sonar-m-public
runs-on: warp-custom-ubuntu-24-04
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
needs:
- build
if: ${{ needs.build.outputs.deployed }}
runs-on: sonar-l-public
runs-on: warp-custom-ubuntu-24-04-l
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -306,14 +306,15 @@ jobs:
env:
SONAR_HOST_URL: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_HOST_URL }}
SONAR_TOKEN: ${{ fromJSON(steps.secrets.outputs.vault).SONAR_TOKEN }}
MAVEN_OPTS: "-Xmx8g"
JAVA_TOOL_OPTIONS: "" # Set an empty value to avoid issues with runners hanging and significantly slowing down builds

custom-rules-license-check:
name: Custom Rules and License Check
needs:
- build
if: ${{ needs.build.outputs.deployed }}
runs-on: sonar-m-public
runs-on: warp-custom-ubuntu-24-04
permissions:
id-token: write
contents: write
Expand Down Expand Up @@ -398,7 +399,7 @@ jobs:
- custom-rules-license-check
- qa-os-win
if: ${{ needs.build.outputs.deployed }}
runs-on: sonar-s-public
runs-on: warp-custom-ubuntu-24-04
name: Promote
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruling-diff-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:

jobs:
ruling-diff-comment:
runs-on: ubuntu-latest
runs-on: warp-custom-ubuntu-24-04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unified-dogfooding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
unified-platform-dogfooding:
runs-on: sonar-l-public
runs-on: warp-custom-ubuntu-24-04-l
name: Unified Platform Dogfooding
permissions:
id-token: write
Expand Down
Loading