update build actions to new targets
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
20
.github/workflows/snapshot-all.yml
vendored
20
.github/workflows/snapshot-all.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user