diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index 008adc0fc..a7b9e2bda 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -12,9 +12,9 @@ on: default: 'snapshot' type: string eclipse_profile: - description: Eclipse profile 'e427' etc + description: Eclipse profile 'e429' etc required: false - default: 'e428' + default: 'e429' type: string skip_tests: description: skip ls tests execution diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index d468cfda1..d5a46e1c1 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -4,9 +4,9 @@ on: workflow_call: inputs: eclipse_profile: - description: Eclipse profile 'e428' etc + description: Eclipse profile 'e429' etc required: true - default: 'e428' + default: 'e429' type: string build_type: description: Build type such as 'snapshot', 'milestone' or 'release' diff --git a/.github/workflows/release-eclipse-distro-build.yml b/.github/workflows/release-eclipse-distro-build.yml index 3ede06561..f7953d46b 100644 --- a/.github/workflows/release-eclipse-distro-build.yml +++ b/.github/workflows/release-eclipse-distro-build.yml @@ -14,15 +14,6 @@ on: jobs: - e428-distro: - uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml - with: - eclipse_profile: 'e428' - build_type: 'release' - p2-qualifier: 'RELEASE' - sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} - secrets: inherit - e429-distro: uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: @@ -40,3 +31,13 @@ jobs: p2-qualifier: 'RELEASE' sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} 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 }} + secrets: inherit + diff --git a/.github/workflows/release-eclipse-ls-extensions.yml b/.github/workflows/release-eclipse-ls-extensions.yml index 6223d0bd3..9e2154899 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: 'e428' + eclipse_profile: 'e429' build_type: 'release' skip_tests: true sts4-language-servers-version: ${{ inputs.sts4-language-servers-version }} diff --git a/.github/workflows/self-hosted-eclipse-distro-build.yml b/.github/workflows/self-hosted-eclipse-distro-build.yml index 7cf89991b..d6df92882 100644 --- a/.github/workflows/self-hosted-eclipse-distro-build.yml +++ b/.github/workflows/self-hosted-eclipse-distro-build.yml @@ -4,9 +4,9 @@ on: workflow_dispatch: inputs: eclipse_profile: - description: Eclipse profile 'e428' etc + description: Eclipse profile 'e429' etc required: true - default: 'e428' + default: 'e429' type: string build_type: description: Build type such as 'snapshot', 'milestone' or 'release' diff --git a/.github/workflows/snapshot-e427-eclipse-distro-build.yml b/.github/workflows/snapshot-e427-eclipse-distro-build.yml deleted file mode 100644 index d299f6e7a..000000000 --- a/.github/workflows/snapshot-e427-eclipse-distro-build.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Snapshot - 4.27 Eclipse STS Distribution Build - -concurrency: - group: e427-snapshot - cancel-in-progress: true - -on: - workflow_dispatch: -#on: -# workflow_run: -# workflows: ["Snapshot - Eclipse LS Extensions"] -# types: [completed] -# branches: -# - "main" - -jobs: - e427-distro: - if: ${{ github.event.workflow_run.conclusion == 'success' }} - uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml - with: - eclipse_profile: 'e427' - build_type: 'snapshot' - secrets: inherit \ No newline at end of file diff --git a/.github/workflows/snapshot-e428-eclipse-distro-build.yml b/.github/workflows/snapshot-e431-eclipse-distro-build.yml similarity index 73% rename from .github/workflows/snapshot-e428-eclipse-distro-build.yml rename to .github/workflows/snapshot-e431-eclipse-distro-build.yml index 5c4e8564d..98023a33a 100644 --- a/.github/workflows/snapshot-e428-eclipse-distro-build.yml +++ b/.github/workflows/snapshot-e431-eclipse-distro-build.yml @@ -1,7 +1,7 @@ -name: Snapshot - 4.28 Eclipse STS Distribution Build +name: Snapshot - 4.31 Eclipse STS Distribution Build concurrency: - group: e428-snapshot + group: e431-snapshot cancel-in-progress: true #on: @@ -12,13 +12,12 @@ on: types: [completed] branches: - "main" -# workflow_dispatch: jobs: - e428-distro: + e430-distro: if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml with: - eclipse_profile: 'e428' + eclipse_profile: 'e431' build_type: 'snapshot' 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 b3c765b09..f8b8a879d 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: 'e428' + eclipse_profile: 'e429' build_type: 'snapshot' secrets: inherit