update build actions to new targets

This commit is contained in:
Martin Lippert
2025-06-12 08:23:41 +02:00
parent 55a316aa59
commit 7e5586b2a0
5 changed files with 24 additions and 23 deletions

View File

@@ -14,16 +14,6 @@ on:
jobs:
e434-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e434'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
java_version: '21'
secrets: inherit
e435-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
@@ -43,3 +33,14 @@ jobs:
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
java_version: '21'
secrets: inherit
e437-distro:
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e437'
build_type: 'release'
p2-qualifier: 'RELEASE'
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
java_version: '21'
secrets: inherit

View File

@@ -17,7 +17,7 @@ jobs:
eclipse-ls-extension:
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
with:
eclipse_profile: 'e434'
eclipse_profile: 'e435'
build_type: 'release'
skip_tests: true
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}

View File

@@ -23,20 +23,11 @@ jobs:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
with:
eclipse_profile: 'e434'
eclipse_profile: 'e435'
build_type: 'snapshot'
skip_tests: true
secrets: inherit
e434-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e434'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
e435-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -55,6 +46,15 @@ jobs:
java_version: '21'
secrets: inherit
e437-distro:
needs: [ eclipse-ls-extensions ]
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
with:
eclipse_profile: 'e437'
build_type: 'snapshot'
java_version: '21'
secrets: inherit
vscode-spring-boot:
needs: [ language-servers-multiplatform-build ]
uses: ./.github/workflows/snapshot-vscode-extension.yml