ci: prepare-artifacts: Make the indent here match previously in the file
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3883>
This commit is contained in:
@@ -36,27 +36,27 @@ tar -cf artifacts/install.tar install
|
|||||||
|
|
||||||
# If the container has LAVA stuff, prepare the artifacts for LAVA jobs
|
# If the container has LAVA stuff, prepare the artifacts for LAVA jobs
|
||||||
if [ -d /lava-files ]; then
|
if [ -d /lava-files ]; then
|
||||||
# Copy kernel and device trees for LAVA
|
# Copy kernel and device trees for LAVA
|
||||||
cp /lava-files/*Image artifacts/.
|
cp /lava-files/*Image artifacts/.
|
||||||
cp /lava-files/*.dtb artifacts/.
|
cp /lava-files/*.dtb artifacts/.
|
||||||
|
|
||||||
# Pack ramdisk for LAVA
|
# Pack ramdisk for LAVA
|
||||||
mkdir -p /lava-files/rootfs-${CROSS:-arm64}/mesa
|
mkdir -p /lava-files/rootfs-${CROSS:-arm64}/mesa
|
||||||
cp -a install/* /lava-files/rootfs-${CROSS:-arm64}/mesa/.
|
cp -a install/* /lava-files/rootfs-${CROSS:-arm64}/mesa/.
|
||||||
|
|
||||||
cp .gitlab-ci/deqp-runner.sh /lava-files/rootfs-${CROSS:-arm64}/deqp/.
|
cp .gitlab-ci/deqp-runner.sh /lava-files/rootfs-${CROSS:-arm64}/deqp/.
|
||||||
cp .gitlab-ci/deqp-*-fails.txt /lava-files/rootfs-${CROSS:-arm64}/deqp/.
|
cp .gitlab-ci/deqp-*-fails.txt /lava-files/rootfs-${CROSS:-arm64}/deqp/.
|
||||||
cp .gitlab-ci/deqp-*-skips.txt /lava-files/rootfs-${CROSS:-arm64}/deqp/.
|
cp .gitlab-ci/deqp-*-skips.txt /lava-files/rootfs-${CROSS:-arm64}/deqp/.
|
||||||
find /lava-files/rootfs-${CROSS:-arm64}/ -type f -printf "%s\t%i\t%p\n" | sort -n | tail -100
|
find /lava-files/rootfs-${CROSS:-arm64}/ -type f -printf "%s\t%i\t%p\n" | sort -n | tail -100
|
||||||
|
|
||||||
pushd /lava-files/rootfs-${CROSS:-arm64}/
|
pushd /lava-files/rootfs-${CROSS:-arm64}/
|
||||||
find -H | cpio -H newc -o | gzip -c - > $CI_PROJECT_DIR/artifacts/lava-rootfs-${CROSS:-arm64}.cpio.gz
|
find -H | cpio -H newc -o | gzip -c - > $CI_PROJECT_DIR/artifacts/lava-rootfs-${CROSS:-arm64}.cpio.gz
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Store job ID so the test stage can build URLs to the artifacts
|
# Store job ID so the test stage can build URLs to the artifacts
|
||||||
echo $CI_JOB_ID > artifacts/build_job_id.txt
|
echo $CI_JOB_ID > artifacts/build_job_id.txt
|
||||||
|
|
||||||
# Pass needed files to the test stage
|
# Pass needed files to the test stage
|
||||||
cp $CI_PROJECT_DIR/.gitlab-ci/generate_lava.py artifacts/.
|
cp $CI_PROJECT_DIR/.gitlab-ci/generate_lava.py artifacts/.
|
||||||
cp $CI_PROJECT_DIR/.gitlab-ci/lava-deqp.yml.jinja2 artifacts/.
|
cp $CI_PROJECT_DIR/.gitlab-ci/lava-deqp.yml.jinja2 artifacts/.
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user