We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa8f12 commit 80b6434Copy full SHA for 80b6434
drivers/gpu/drm/ci/build.sh
@@ -153,6 +153,7 @@ mkdir -p artifacts/install/lib
153
mv install/* artifacts/install/.
154
rm -rf artifacts/install/modules
155
ln -s common artifacts/install/ci-common
156
+cp .config artifacts/${CI_JOB_NAME}_config
157
158
for image in ${KERNEL_IMAGE_NAME}; do
159
cp /lava-files/$image artifacts/install/.
drivers/gpu/drm/ci/image-tags.yml
@@ -4,7 +4,7 @@ variables:
4
DEBIAN_BASE_TAG: "${CONTAINER_TAG}"
5
6
DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build"
7
- DEBIAN_BUILD_TAG: "2023-10-08-igt"
+ DEBIAN_BUILD_TAG: "2023-10-08-config"
8
9
KERNEL_ROOTFS_TAG: "2023-10-06-amd"
10
0 commit comments