Skip to content

Commit

Permalink
Drop Amazon Linux and SUSE images (#1852)
Browse files Browse the repository at this point in the history
* Drop Amazon Linux and SUSE images

* Drop leftover AlmaLinux configurations
  • Loading branch information
ScriptAutomate authored Sep 23, 2024
1 parent 4fe0499 commit 9a3ee30
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,190 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ jobs:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/rockylinux/*.hcl
os-images-amazonlinux:
- added|modified:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/amazonlinux/*.hcl
os-images-amazonlinux2000:
- added|modified:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/amazonlinux2000/*.hcl
os-images-debian:
- added|modified:
- *state_tree_added_modified
Expand All @@ -71,10 +61,6 @@ jobs:
- *state_tree_added_modified
- *os_images_scripts
- os-images/AWS/fedora/*.hcl
os-images-opensuse:
- added|modified:
- *state_tree_added_modified
- *os_images_scripts
os-images-photon:
- added|modified:
- *state_tree_added_modified
Expand Down Expand Up @@ -177,30 +163,6 @@ jobs:
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

amazonlinux:
name: AmazonLinux
needs:
- collect-jobs
- get-changed-files
if: ${{ fromJSON(needs.collect-jobs.outputs.jobs)['os-images-amazonlinux'] }}
uses: ./.github/workflows/build-image-action.yml
with:
distro-name: amazonlinux
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

amazonlinux2000:
name: AmazonLinux2000
needs:
- collect-jobs
- get-changed-files
if: ${{ fromJSON(needs.collect-jobs.outputs.jobs)['os-images-amazonlinux2000'] }}
uses: ./.github/workflows/build-image-action.yml
with:
distro-name: amazonlinux2000
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

debian:
name: Debian
needs:
Expand All @@ -225,18 +187,6 @@ jobs:
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

opensuse:
name: Opensuse
needs:
- collect-jobs
- get-changed-files
if: ${{ fromJSON(needs.collect-jobs.outputs.jobs)['os-images-opensuse'] }}
uses: ./.github/workflows/build-image-action.yml
with:
distro-name: opensuse
changed-files: ${{ needs.get-changed-files.outputs.changed-files }}
runner-version: ${{ needs.collect-jobs.outputs.runner-version }}

photon:
name: PhotonOS
needs:
Expand Down Expand Up @@ -281,11 +231,8 @@ jobs:
- collect-jobs
- get-changed-files
- rockylinux
- amazonlinux
- amazonlinux2000
- debian
- fedora
- opensuse
- photon
- ubuntu
- windows
Expand Down
2 changes: 0 additions & 2 deletions os-images/AWS/almalinux/almalinux-8-arm64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/almalinux/almalinux-8-x86_64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/almalinux/almalinux-9-arm64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/almalinux/almalinux-9-x86_64.pkrvars.hcl

This file was deleted.

285 changes: 0 additions & 285 deletions os-images/AWS/almalinux/almalinux.pkr.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/amazonlinux/amazonlinux-2-arm64.pkrvars.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions os-images/AWS/amazonlinux/amazonlinux-2-x86_64.pkrvars.hcl

This file was deleted.

Loading

0 comments on commit 9a3ee30

Please sign in to comment.