From fe69a2cdad17b62ca8e17e8da15e5cf4ef4754f9 Mon Sep 17 00:00:00 2001 From: aboyko Date: Sat, 13 Jul 2024 00:19:02 -0400 Subject: [PATCH] [GHA] cleanup of snapshot builds --- .github/workflows/snapshot-all.yml | 13 +++++++++- .../snapshot-e431-eclipse-distro-build.yml | 24 ------------------- .../snapshot-e432-eclipse-distro-build.yml | 23 ------------------ .../snapshot-e433-eclipse-distro-build.yml | 24 ------------------- .../snapshot-eclipse-ls-extensions-build.yml | 20 ---------------- .../workflows/snapshot-vscode-extension.yml | 2 +- 6 files changed, 13 insertions(+), 93 deletions(-) delete mode 100644 .github/workflows/snapshot-e431-eclipse-distro-build.yml delete mode 100644 .github/workflows/snapshot-e432-eclipse-distro-build.yml delete mode 100644 .github/workflows/snapshot-e433-eclipse-distro-build.yml delete mode 100644 .github/workflows/snapshot-eclipse-ls-extensions-build.yml diff --git a/.github/workflows/snapshot-all.yml b/.github/workflows/snapshot-all.yml index d0cacf513..8af5b0905 100644 --- a/.github/workflows/snapshot-all.yml +++ b/.github/workflows/snapshot-all.yml @@ -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 diff --git a/.github/workflows/snapshot-e431-eclipse-distro-build.yml b/.github/workflows/snapshot-e431-eclipse-distro-build.yml deleted file mode 100644 index 4e7bad766..000000000 --- a/.github/workflows/snapshot-e431-eclipse-distro-build.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/.github/workflows/snapshot-e432-eclipse-distro-build.yml b/.github/workflows/snapshot-e432-eclipse-distro-build.yml deleted file mode 100644 index a67d87aa6..000000000 --- a/.github/workflows/snapshot-e432-eclipse-distro-build.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/.github/workflows/snapshot-e433-eclipse-distro-build.yml b/.github/workflows/snapshot-e433-eclipse-distro-build.yml deleted file mode 100644 index 0560218f2..000000000 --- a/.github/workflows/snapshot-e433-eclipse-distro-build.yml +++ /dev/null @@ -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 \ 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 deleted file mode 100644 index c1e00ea8c..000000000 --- a/.github/workflows/snapshot-eclipse-ls-extensions-build.yml +++ /dev/null @@ -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 diff --git a/.github/workflows/snapshot-vscode-extension.yml b/.github/workflows/snapshot-vscode-extension.yml index b556a6995..eb1b1d623 100644 --- a/.github/workflows/snapshot-vscode-extension.yml +++ b/.github/workflows/snapshot-vscode-extension.yml @@ -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 '' >> $downloads_html cat ./$downloads_html