[GHA] cleanup of snapshot builds

This commit is contained in:
aboyko
2024-07-13 00:19:02 -04:00
parent cd029054ac
commit fe69a2cdad
6 changed files with 13 additions and 93 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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