Skip to content

Commit c4af955

Browse files
committed
[GHA]: Adopt eclipse 4.35 distro
1 parent 7b83098 commit c4af955

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/eclipse-ls-extensions-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ jobs:
102102
urls: ${{ steps.compute-invalid-urls.outputs.invalid_urls }}
103103
cloudflare_zone_id: ${{ secrets.CLOUDFLARE_ZONE_ID }}
104104
cloudflare_cache_token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
105-
- name: Verify Eclipse LS Extensions on e434
105+
- name: Verify Eclipse LS Extensions on e435
106106
if: ${{ inputs.build_type == 'snapshot' }}
107107
run: |
108108
cd eclipse-language-servers
109109
if command -v xvfb-run ; then
110-
xvfb-run ./mvnw --batch-mode clean package -Pe434 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
110+
xvfb-run ./mvnw --batch-mode clean package -Pe435 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
111111
else
112-
./mvnw --batch-mode clean package -Pe434 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
112+
./mvnw --batch-mode clean package -Pe435 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
113113
fi
114114
- name: GChat spring-tools-team notification
115115
if: ${{ inputs.build_type == 'release' }}

.github/workflows/release-eclipse-distro-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@ on:
1414

1515
jobs:
1616

17-
e432-distro:
17+
e433-distro:
1818
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
1919
with:
20-
eclipse_profile: 'e432'
20+
eclipse_profile: 'e433'
2121
build_type: 'release'
2222
p2-qualifier: 'RELEASE'
2323
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
2424
java_version: '21'
2525
secrets: inherit
2626

27-
e433-distro:
27+
e434-distro:
2828
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
2929
with:
30-
eclipse_profile: 'e433'
30+
eclipse_profile: 'e434'
3131
build_type: 'release'
3232
p2-qualifier: 'RELEASE'
3333
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}
3434
java_version: '21'
3535
secrets: inherit
3636

37-
e434-distro:
37+
e435-distro:
3838
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
3939
with:
40-
eclipse_profile: 'e434'
40+
eclipse_profile: 'e435'
4141
build_type: 'release'
4242
p2-qualifier: 'RELEASE'
4343
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}

.github/workflows/release-eclipse-ls-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
eclipse-ls-extension:
1818
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
1919
with:
20-
eclipse_profile: 'e432'
20+
eclipse_profile: 'e433'
2121
build_type: 'release'
2222
skip_tests: true
2323
sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }}

.github/workflows/snapshot-all.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@ jobs:
2323
needs: [ language-servers-multiplatform-build ]
2424
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
2525
with:
26-
eclipse_profile: 'e432'
26+
eclipse_profile: 'e433'
2727
build_type: 'snapshot'
2828
skip_tests: true
2929
secrets: inherit
3030

31-
e432-distro:
31+
e433-distro:
3232
needs: [ eclipse-ls-extensions ]
3333
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
3434
with:
35-
eclipse_profile: 'e432'
35+
eclipse_profile: 'e433'
3636
build_type: 'snapshot'
3737
java_version: '21'
3838
secrets: inherit
3939

40-
e433-distro:
40+
e434-distro:
4141
needs: [ eclipse-ls-extensions ]
4242
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
4343
with:
44-
eclipse_profile: 'e433'
44+
eclipse_profile: 'e434'
4545
build_type: 'snapshot'
4646
java_version: '21'
4747
secrets: inherit
4848

49-
e434-distro:
49+
e435-distro:
5050
needs: [ eclipse-ls-extensions ]
5151
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
5252
with:
53-
eclipse_profile: 'e434'
53+
eclipse_profile: 'e435'
5454
build_type: 'snapshot'
5555
java_version: '21'
5656
secrets: inherit

0 commit comments

Comments
 (0)