Skip to content

Commit e114515

Browse files
committed
CI: exclude rootfs from artifact uploads
Rootfs directories contain files with mapped UIDs that the runner can't read, breaking the artifact zip upload. Signed-off-by: Matej Hrica <mhrica@redhat.com>
1 parent 8a373f3 commit e114515

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
path: |
6969
/tmp/libkrun-tests/
7070
!/tmp/libkrun-tests/**/guest-agent
71-
ROOTFS_PLACEHOLDER
71+
!/tmp/libkrun-tests/**/rootfs
7272
if-no-files-found: ignore
7373

7474
integration-tests-aarch64:
@@ -133,5 +133,5 @@ ROOTFS_PLACEHOLDER
133133
path: |
134134
/tmp/libkrun-tests/
135135
!/tmp/libkrun-tests/**/guest-agent
136-
ROOTFS_PLACEHOLDER
136+
!/tmp/libkrun-tests/**/rootfs
137137
if-no-files-found: ignore

0 commit comments

Comments
 (0)