[GHA] cleanup of snapshot builds
This commit is contained in:
13
.github/workflows/snapshot-all.yml
vendored
13
.github/workflows/snapshot-all.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
eclipse_profile: 'e431'
|
||||
build_type: 'snapshot'
|
||||
skip_tests: true
|
||||
skip_tests: false
|
||||
secrets: inherit
|
||||
|
||||
e431-distro:
|
||||
@@ -59,3 +59,14 @@ jobs:
|
||||
extension-name: vscode-concourse
|
||||
secrets: inherit
|
||||
|
||||
vscode-manifest-yaml:
|
||||
uses: ./.github/workflows/snapshot-vscode-extension.yml
|
||||
with:
|
||||
extension-name: vscode-manifest-yaml
|
||||
secrets: inherit
|
||||
|
||||
vscode-bosh:
|
||||
uses: ./.github/workflows/snapshot-vscode-extension.yml
|
||||
with:
|
||||
extension-name: vscode-bosh
|
||||
secrets: inherit
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Snapshot - 4.31 Eclipse STS Distribution Build
|
||||
|
||||
concurrency:
|
||||
group: e431-snapshot
|
||||
cancel-in-progress: true
|
||||
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Snapshot - Eclipse LS Extensions"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
e431-distro:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e431'
|
||||
build_type: 'snapshot'
|
||||
java_version: '17'
|
||||
secrets: inherit
|
||||
@@ -1,23 +0,0 @@
|
||||
name: Snapshot - 4.32 Eclipse STS Distribution Build
|
||||
|
||||
concurrency:
|
||||
group: e432-snapshot
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Snapshot - Eclipse LS Extensions"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- "main"
|
||||
# workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
e432-distro:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e432'
|
||||
build_type: 'snapshot'
|
||||
java_version: '21'
|
||||
secrets: inherit
|
||||
@@ -1,24 +0,0 @@
|
||||
name: Snapshot - 4.33 Eclipse STS Distribution Build
|
||||
|
||||
concurrency:
|
||||
group: e430-snapshot
|
||||
cancel-in-progress: true
|
||||
|
||||
#on:
|
||||
# workflow_dispatch:
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Snapshot - Eclipse LS Extensions"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- "main"
|
||||
|
||||
jobs:
|
||||
e433-distro:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e433'
|
||||
build_type: 'snapshot'
|
||||
java_version: '21'
|
||||
secrets: inherit
|
||||
@@ -1,20 +0,0 @@
|
||||
name: Snapshot - Eclipse LS Extensions
|
||||
|
||||
concurrency:
|
||||
group: eclipse-ls-extension-snapshot
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
|
||||
jobs:
|
||||
eclipse-ls-extensions:
|
||||
uses: ./.github/workflows/eclipse-ls-extensions-build.yml
|
||||
with:
|
||||
eclipse_profile: 'e431'
|
||||
build_type: 'snapshot'
|
||||
skip_tests: true
|
||||
secrets: inherit
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-spring-boot "Spring Boot Tools" $DOWNLOAD_URL_ROOT` >> $downloads_html
|
||||
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-concourse "Concourse Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
|
||||
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-bosh "Bosh Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
|
||||
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-manifest-yaml "CF Mnaifest Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
|
||||
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-manifest-yaml "CF Manifest Editor" $DOWNLOAD_URL_ROOT` >> $downloads_html
|
||||
echo `${{ github.workspace }}/.github/scripts/gen-vscode-link-bullet.sh vscode-spring-cli "Spring CLI" $DOWNLOAD_URL_ROOT` >> $downloads_html
|
||||
echo '</ul>' >> $downloads_html
|
||||
cat ./$downloads_html
|
||||
|
||||
Reference in New Issue
Block a user