From c4af9558788a7cf1174019c8cd8194748a683907 Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 9 Dec 2024 09:31:29 -0500 Subject: [PATCH] [GHA]: Adopt eclipse 4.35 distro --- .github/workflows/eclipse-ls-extensions-build.yml | 6 +++--- .github/workflows/release-eclipse-distro-build.yml | 12 ++++++------ .../workflows/release-eclipse-ls-extensions.yml | 2 +- .github/workflows/snapshot-all.yml | 14 +++++++------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index 0f1781419f..f76b3d3f6e 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -102,14 +102,14 @@ jobs: urls: ${{ steps.compute-invalid-urls.outputs.invalid_urls }} cloudflare_zone_id: ${{ secrets.CLOUDFLARE_ZONE_ID }} cloudflare_cache_token: ${{ secrets.CLOUDFLARE_CACHE_TOKEN }} - - name: Verify Eclipse LS Extensions on e434 + - name: Verify Eclipse LS Extensions on e435 if: ${{ inputs.build_type == 'snapshot' }} run: | cd eclipse-language-servers if command -v xvfb-run ; then - 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 + 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 else - ./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 + ./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 fi - name: GChat spring-tools-team notification if: ${{ inputs.build_type == 'release' }} diff --git a/.github/workflows/release-eclipse-distro-build.yml b/.github/workflows/release-eclipse-distro-build.yml index 61668627d6..196c6f48ee 100644 --- a/.github/workflows/release-eclipse-distro-build.yml +++ b/.github/workflows/release-eclipse-distro-build.yml @@ -14,30 +14,30 @@ on: jobs: - e432-distro: + e433-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e432' + eclipse_profile: 'e433' build_type: 'release' p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} java_version: '21' secrets: inherit - e433-distro: + e434-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e433' + eclipse_profile: 'e434' build_type: 'release' p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} java_version: '21' secrets: inherit - e434-distro: + e435-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e434' + eclipse_profile: 'e435' build_type: 'release' p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} diff --git a/.github/workflows/release-eclipse-ls-extensions.yml b/.github/workflows/release-eclipse-ls-extensions.yml index 3cd11e8652..a59715aeb6 100644 --- a/.github/workflows/release-eclipse-ls-extensions.yml +++ b/.github/workflows/release-eclipse-ls-extensions.yml @@ -17,7 +17,7 @@ jobs: eclipse-ls-extension: uses: ./.github/workflows/eclipse-ls-extensions-build.yml with: - eclipse_profile: 'e432' + eclipse_profile: 'e433' build_type: 'release' skip_tests: true sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} diff --git a/.github/workflows/snapshot-all.yml b/.github/workflows/snapshot-all.yml index 2018550eb5..cfa0603f3b 100644 --- a/.github/workflows/snapshot-all.yml +++ b/.github/workflows/snapshot-all.yml @@ -23,34 +23,34 @@ jobs: needs: [ language-servers-multiplatform-build ] uses: ./.github/workflows/eclipse-ls-extensions-build.yml with: - eclipse_profile: 'e432' + eclipse_profile: 'e433' build_type: 'snapshot' skip_tests: true secrets: inherit - e432-distro: + e433-distro: needs: [ eclipse-ls-extensions ] uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e432' + eclipse_profile: 'e433' build_type: 'snapshot' java_version: '21' secrets: inherit - e433-distro: + e434-distro: needs: [ eclipse-ls-extensions ] uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e433' + eclipse_profile: 'e434' build_type: 'snapshot' java_version: '21' secrets: inherit - e434-distro: + e435-distro: needs: [ eclipse-ls-extensions ] uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e434' + eclipse_profile: 'e435' build_type: 'snapshot' java_version: '21' secrets: inherit