Skip to content

Commit 80b6434

Browse files
Helen Koikemripard
authored andcommitted
drm/ci: export kernel config
Export the resultant kernel config, making it easier to verify if the resultant config was correctly generated. Suggested-by: Rob Clark <[email protected]> Signed-off-by: Helen Koike <[email protected]> Acked-by: Dmitry Baryshkov <[email protected]> Reviewed-by: David Heidelberg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 5fa8f12 commit 80b6434

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drivers/gpu/drm/ci/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ mkdir -p artifacts/install/lib
153153
mv install/* artifacts/install/.
154154
rm -rf artifacts/install/modules
155155
ln -s common artifacts/install/ci-common
156+
cp .config artifacts/${CI_JOB_NAME}_config
156157

157158
for image in ${KERNEL_IMAGE_NAME}; do
158159
cp /lava-files/$image artifacts/install/.

drivers/gpu/drm/ci/image-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variables:
44
DEBIAN_BASE_TAG: "${CONTAINER_TAG}"
55

66
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
7-
DEBIAN_BUILD_TAG: "2023-10-08-igt"
7+
DEBIAN_BUILD_TAG: "2023-10-08-config"
88

99
KERNEL_ROOTFS_TAG: "2023-10-06-amd"
1010

0 commit comments

Comments
 (0)