Skip to content

Commit e8e74ca

Browse files
Watson1978daipom
andauthored
v5: ci: fix backport error (#923)
This PR will fix backport error in #917 and #855. When I solve the conflict, I introduced the error. Therefore, the `yum` workflow does not works properly. --------- Signed-off-by: Shizuo Fujita <[email protected]> Signed-off-by: Daijiro Fukuda <[email protected]> Co-authored-by: Daijiro Fukuda <[email protected]>
1 parent 0f6e3e0 commit e8e74ca

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/yum.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ jobs:
238238
container-image: images:amazonlinux/2023
239239
exclude:
240240
- label: AmazonLinux 2023 x86_64
241-
test: update-from-v4.sh
241+
test-file: update-from-v4.sh
242242
- label: AmazonLinux 2023 x86_64
243-
test: update-to-next-version-with-backward-compat-for-v4.sh
243+
test-file: update-to-next-version-with-backward-compat-for-v4.sh
244244
- label: AmazonLinux 2023 x86_64
245-
test: downgrade-to-v4.sh
245+
test-file: downgrade-to-v4.sh
246246
steps:
247247
- uses: actions/checkout@v4
248248
- uses: actions/download-artifact@v4
@@ -265,8 +265,6 @@ jobs:
265265
sudo incus admin init --auto
266266
- name: Run Test ${{ matrix.test-file }} on ${{ matrix.container-image }}
267267
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }}
268-
- name: Run Test ${{ matrix.test }} on ${{ matrix.container-image }}
269-
run: fluent-package/yum/systemd-test/test.sh ${{ matrix.container-image }} ${{ matrix.test-file }}
270268

271269
fluent-release-test:
272270
name: Test ${{ matrix.label }} ${{ matrix.test }} (CGroup V2)

0 commit comments

Comments
 (0)