diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index 8db52d741..ed29136ff 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -14,7 +14,7 @@ on: eclipse_profile: description: Eclipse profile 'e429' etc required: false - default: 'e430' + default: 'e431' type: string skip_tests: description: skip ls tests execution @@ -113,14 +113,14 @@ jobs: run: | invalid_urls=`aws s3 ls s3://tools-spring-io/${{ steps.upload-p2-to-akamai.outputs.p2_path }}/ --recursive | awk '{$1=$2=$3=""; print $0}' | sed -e 's/^[ \t]*/https:\/\/cdn.spring.io\/spring-tools\//' | paste -sd' ' -` echo "invalid_urls=$invalid_urls" >> $GITHUB_OUTPUT - - name: Verify Eclipse LS Extensions on e432 + - name: Verify Eclipse LS Extensions on e433 if: ${{ inputs.build_type == 'snapshot' }} run: | cd eclipse-language-servers if command -v xvfb-run ; then - xvfb-run ./mvnw --batch-mode clean package -Pe432 -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 -Pe433 -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 -Pe432 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore + ./mvnw --batch-mode clean package -Pe433 -P${{ inputs.build_type }} -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore fi purge_cache: diff --git a/.github/workflows/release-eclipse-distro-build.yml b/.github/workflows/release-eclipse-distro-build.yml index 8d34e636f..0df03d908 100644 --- a/.github/workflows/release-eclipse-distro-build.yml +++ b/.github/workflows/release-eclipse-distro-build.yml @@ -17,7 +17,7 @@ jobs: e430-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e430' + eclipse_profile: 'e431' build_type: 'release' p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} @@ -25,16 +25,6 @@ jobs: secrets: inherit e431-distro: - uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml - with: - eclipse_profile: 'e431' - build_type: 'release' - p2-qualifier: 'RELEASE' - sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} - java_version: '17' - secrets: inherit - - e432-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: eclipse_profile: 'e432' @@ -43,3 +33,13 @@ jobs: sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} java_version: '21' secrets: inherit + + e432-distro: + uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml + with: + eclipse_profile: 'e433' + build_type: 'release' + p2-qualifier: 'RELEASE' + sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} + java_version: '21' + secrets: inherit diff --git a/.github/workflows/release-eclipse-ls-extensions.yml b/.github/workflows/release-eclipse-ls-extensions.yml index 75a38871e..5d8573f57 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: 'e430' + eclipse_profile: 'e431' build_type: 'release' skip_tests: true sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} diff --git a/.github/workflows/snapshot-e430-eclipse-distro-build.yml b/.github/workflows/snapshot-e433-eclipse-distro-build.yml similarity index 84% rename from .github/workflows/snapshot-e430-eclipse-distro-build.yml rename to .github/workflows/snapshot-e433-eclipse-distro-build.yml index 36099e862..2e949a461 100644 --- a/.github/workflows/snapshot-e430-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e433-eclipse-distro-build.yml @@ -1,4 +1,4 @@ -name: Snapshot - 4.30 Eclipse STS Distribution Build +name: Snapshot - 4.33 Eclipse STS Distribution Build concurrency: group: e430-snapshot @@ -18,7 +18,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e430' + eclipse_profile: 'e433' build_type: 'snapshot' java_version: '17' secrets: inherit \ No newline at end of file diff --git a/.github/workflows/snapshot-eclipse-ls-extensions-build.yml b/.github/workflows/snapshot-eclipse-ls-extensions-build.yml index 2ed075b31..299dbcece 100644 --- a/.github/workflows/snapshot-eclipse-ls-extensions-build.yml +++ b/.github/workflows/snapshot-eclipse-ls-extensions-build.yml @@ -14,6 +14,6 @@ jobs: eclipse-ls-extensions: uses: ./.github/workflows/eclipse-ls-extensions-build.yml with: - eclipse_profile: 'e430' + eclipse_profile: 'e431' build_type: 'snapshot' secrets: inherit