From 47322c32bf116bd65ef6cd23380581ab0fafb394 Mon Sep 17 00:00:00 2001 From: Hyounggyu Choi Date: Wed, 5 Apr 2023 00:59:18 +0900 Subject: [PATCH] CC: Add cc-rootfs-initrd to payload image for s390x This is to add an artifact named `cc-rootfs-initrd` to a payload image because it is identified that the artifact is required to run a cc-operator e2e test. Fixes: #6544 Signed-off-by: Hyounggyu Choi --- .github/workflows/cc-payload-after-push-s390x.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cc-payload-after-push-s390x.yaml b/.github/workflows/cc-payload-after-push-s390x.yaml index 0bb90e6d6..f21a29f4c 100644 --- a/.github/workflows/cc-payload-after-push-s390x.yaml +++ b/.github/workflows/cc-payload-after-push-s390x.yaml @@ -15,6 +15,7 @@ jobs: - cc-kernel - cc-qemu - cc-rootfs-image + - cc-rootfs-initrd - cc-se-image - cc-virtiofsd steps: