ci/deqp: only keep the mustpass lists that are relevant to the build
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27250>
This commit is contained in:

committed by
Marge Bot

parent
e0c564dd0b
commit
52b784dbc5
@@ -169,26 +169,31 @@ fi
|
|||||||
if [ "${DEQP_TARGET}" != 'android' ]; then
|
if [ "${DEQP_TARGET}" != 'android' ]; then
|
||||||
# Copy out the mustpass lists we want.
|
# Copy out the mustpass lists we want.
|
||||||
mkdir -p /deqp/mustpass
|
mkdir -p /deqp/mustpass
|
||||||
for mustpass in $(< /VK-GL-CTS/external/vulkancts/mustpass/main/vk-default.txt) ; do
|
|
||||||
cat /VK-GL-CTS/external/vulkancts/mustpass/main/$mustpass \
|
|
||||||
>> /deqp/mustpass/vk-master.txt
|
|
||||||
done
|
|
||||||
|
|
||||||
cp \
|
if [ "${DEQP_API}" = 'VK' ]; then
|
||||||
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/*.txt \
|
for mustpass in $(< /VK-GL-CTS/external/vulkancts/mustpass/main/vk-default.txt) ; do
|
||||||
/deqp/mustpass/.
|
cat /VK-GL-CTS/external/vulkancts/mustpass/main/$mustpass \
|
||||||
cp \
|
>> /deqp/mustpass/vk-master.txt
|
||||||
/deqp/external/openglcts/modules/gl_cts/data/mustpass/egl/aosp_mustpass/3.2.6.x/egl-master.txt \
|
done
|
||||||
/deqp/mustpass/.
|
fi
|
||||||
cp \
|
|
||||||
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.6.x/*-master.txt \
|
if [ "${DEQP_API}" = 'GL' ]; then
|
||||||
/deqp/mustpass/.
|
cp \
|
||||||
cp \
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/*.txt \
|
||||||
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/*-master.txt \
|
/deqp/mustpass/.
|
||||||
/deqp/mustpass/.
|
cp \
|
||||||
cp \
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/egl/aosp_mustpass/3.2.6.x/egl-master.txt \
|
||||||
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass_single/4.6.1.x/*-single.txt \
|
/deqp/mustpass/.
|
||||||
/deqp/mustpass/.
|
cp \
|
||||||
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.6.x/*-master.txt \
|
||||||
|
/deqp/mustpass/.
|
||||||
|
cp \
|
||||||
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/*-master.txt \
|
||||||
|
/deqp/mustpass/.
|
||||||
|
cp \
|
||||||
|
/deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass_single/4.6.1.x/*-single.txt \
|
||||||
|
/deqp/mustpass/.
|
||||||
|
fi
|
||||||
|
|
||||||
# Save *some* executor utils, but otherwise strip things down
|
# Save *some* executor utils, but otherwise strip things down
|
||||||
# to reduct deqp build size:
|
# to reduct deqp build size:
|
||||||
|
Reference in New Issue
Block a user