Skip to content
Merged
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
8 changes: 3 additions & 5 deletions .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ jobs:
container-image: images:amazonlinux/2023
exclude:
- label: AmazonLinux 2023 x86_64
test: update-from-v4.sh
test-file: update-from-v4.sh
- label: AmazonLinux 2023 x86_64
test: update-to-next-version-with-backward-compat-for-v4.sh
test-file: update-to-next-version-with-backward-compat-for-v4.sh
- label: AmazonLinux 2023 x86_64
test: downgrade-to-v4.sh
test-file: downgrade-to-v4.sh
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand All @@ -265,8 +265,6 @@ jobs:
sudo incus admin init --auto
- name: Run Test ${{ matrix.test-file }} on ${{ matrix.container-image }}
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }}
- name: Run Test ${{ matrix.test }} on ${{ matrix.container-image }}
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }}

fluent-release-test:
name: Test ${{ matrix.label }} ${{ matrix.test }} (CGroup V2)
Expand Down
Loading