Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop Amazon Linux and SUSE images #1852

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading