update GH builds for newly created e4.31 and removed e4.28 build targets

This commit is contained in:
Martin Lippert
2023-12-11 16:55:20 +01:00
parent 824e6e4efa
commit dc0477c489
8 changed files with 22 additions and 45 deletions

View File

@@ -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

View File

@@ -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'

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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'

View File

@@ -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

View File

@@ -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

View File

@@ -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