Home
last modified time | relevance | path

Searched +full:lava +full:- +full:test (Results 1 – 25 of 33) sorted by relevance

12

/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml1 .lava-test:
3 - .ci-run-policy
8 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
11 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
13 BASE_SYSTEM_HOST_PREFIX: "${MINIO_HOST}/mesa-lava"
16 # per-job build artifacts
17 MESA_BUILD_PATH: "${PIPELINE_ARTIFACTS_BASE}/mesa-${ARCH}.tar.gz"
18 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
23 - ./artifacts/lava/lava-submit.sh
28 - results/
[all …]
Dlava_job_submitter.py25 """Send a job to LAVA, track it and collect log back"""
40 # Timeout in minutes to decide if the device from the dispatched LAVA job has
45 # check if the dispatched LAVA job is running or waiting in the job queue.
48 # How many seconds to wait between log output LAVA RPC calls.
92 'url': '{}/lava-rootfs.tgz'.format(args.base_system_url_prefix),
108 'prompts': ['lava-shell:'],
111 # skeleton test definition: only declaring each job as a single 'test'
112 # since LAVA's test parsing is not useful to us
113 test = {
123 'description': 'Mesa test plan',
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dgitlab-ci.yml1 .panfrost-test:
3 FLAKES_CHANNEL: "#panfrost-ci"
7 panfrost-t720-gles2:arm64:
9 - .lava-test:arm64
10 - .panfrost-midgard-rules
11 - .panfrost-test
13 DEVICE_TYPE: sun50i-h6-pine-h64
15 GPU_VERSION: panfrost-t720
16 DEQP_SUITE: panfrost-t720
19 - mesa-ci-x86-64-lava-sun50i-h6-pine-h64
[all …]
/third_party/mesa3d/docs/ci/
DLAVA.rst1 LAVA CI
4 `LAVA <https://lavasoftware.org/>`_ is a system for functional testing
12 Mesa-LAVA software architecture
13 -------------------------------
15 The gitlab-runner will run on some host that has access to the LAVA
16 lab, with tags like "mesa-ci-x86-64-lava-$DEVICE_TYPE" to control only
17 taking in jobs for the hardware that the LAVA lab contains. The
18 gitlab-runner spawns a Docker container with lavacli in it, and
19 connects to the LAVA lab using a predefined token to submit jobs under
22 The LAVA instance manages scheduling those jobs to the boards present.
[all …]
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of build systems, configurations and platforms
17 - Sanity checks (``meson test``)
18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested
19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
20 - Replay of application traces
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/ci/
Dgitlab-ci.yml1 .iris-test:
3 - .lava-test:amd64
4 - .iris-rules
10 FLAKES_CHANNEL: "#intel-ci"
14 .iris-apl-test:
16 - .iris-test
18 DEVICE_TYPE: asus-C523NA-A20057-coral
19 GPU_VERSION: iris-apl
21 - mesa-ci-x86-64-lava-asus-C523NA-A20057-coral
24 .iris-glk-test:
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dgitlab-ci.yml1 .radeonsi-stoney-test:amd64:
3 - .radeonsi-rules
5 DEVICE_TYPE: hp-11A-G6-EE-grunt
7 GPU_VERSION: radeonsi-stoney
16 - mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt
18 .radeonsi-stoney-deqp:amd64:
20 - .lava-test:amd64
21 - .radeonsi-stoney-test:amd64
23 radeonsi-stoney-gles2:amd64:
25 - .radeonsi-stoney-deqp:amd64
[all …]
/third_party/mesa3d/src/gallium/drivers/lima/ci/
Dgitlab-ci.yml1 .lima-mali450-test:arm64:
3 - .lava-test:arm64
4 - .lima-rules
6 DEVICE_TYPE: meson-gxl-s805x-libretech-ac
12 VISIBILITY_GROUP: "mesa-ci"
15 - mesa-ci-x86-64-lava-lima
/third_party/mesa3d/src/amd/ci/
Dgitlab-ci.yml1 .test-radv:
3 - .test-vk
4 - .radv-rules
11 radv-navy_flounder-vkd3d-proton:
13 - .test-radv
14 - .vkd3d-proton-test
15 - .test-manual
19 - amdgpu:codename:NAVY_FLOUNDER
21 radv-navy_flounder-traces:
23 - .test-radv
[all …]
/third_party/mesa3d/docs/relnotes/
D20.0.5.rst1 Mesa 20.0.5 Release Notes / 2020-04-22
20 ---------------
24 2c56a82a28cc924e40ea49752abdf1d701c9952481f53cbc7a080271597f572e mesa-20.0.5.tar.xz
27 ------------
30 ---------
32 - nir: nir_lower_returns can't handle nested loops
33 - Graphic artifacts with Mesa 20.0.4 on intel HD 510 GPU
34 - Mesa 20 regression makes Lightsprint demos crash
35 - Build Fails with Clang Shared Library
36 - dri_common.h:58:8: error: unknown type name '__GLXDRIdrawable'
[all …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
D20.2.5.rst1 Mesa 20.2.5 Release Notes / 2020-12-16
18 ---------------
22 0ebec6a22660d83f5ed437a145dc703c9398cd1376143aef273ea85f9dc5dd98 mesa-20.2.5.tar.xz
26 ------------
28 - None
32 ---------
34 - Mesa 20.3.0 and older ATi/Radeon cards fails
35 - Amber test NIR validation failed after spirv_to_nir
36 - Amber test validate_phi_src
37 - [RADV] broken stencil behaviour when using extended dynamic stencil state
[all …]
D20.3.1.rst1 Mesa 20.3.1 Release Notes / 2020-12-16
18 ---------------
22 af751b49bb2ab0264d58c31e73d869e80333de02b2d1becc93f1b28c67aa780f mesa-20.3.1.tar.xz
26 ------------
28 - None
32 ---------
34 - Crash and slowness in FreeCAD
35 - ci: Missing needs: in radeonsi-stoney-\*?
36 - Triangles appear from the center of the field on PES2021 with Mesa 20.2.x
37 - \[gen9][iris][regression][bisected\] flaky piglit tests
[all …]
D20.1.0.rst1 Mesa 20.1.0 Release Notes / 2020-05-27
21 ---------------
25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on i965.
31 - GL_EXT_depth_bounds_test on Iris.
32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0.
33 - GL_NV_alpha_to_coverage_dither_control on radeonsi
34 - GL_NV_copy_image on all gallium drivers.
35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
[all …]
D20.0.0.rst1 Mesa 20.0.0 Release Notes / 2020-02-19
21 ---------------
25 bb6db3e54b608d2536d4000b3de7dd3ae115fc114e8acbb5afff4b3bbed04b34 mesa-20.0.0.tar.xz
28 ------------
30 - OpenGL 4.6 on radeonsi.
31 - GL_ARB_gl_spirv on radeonsi.
32 - GL_ARB_spirv_extensions on radeonsi.
33 - GL_EXT_direct_state_access for compatibility profile.
34 - VK_AMD_device_coherent_memory on RADV.
35 - VK_AMD_mixed_attachment_samples on RADV.
[all …]
D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[all …]
D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[all …]
D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
20 ---------------
24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz
28 ------------
30 - GL_EXT_demote_to_helper_invocation on radeonsi
32 - GL_NV_compute_shader_derivatives on radeonsi
34 - EGL_MESA_platform_xcb
36 - Removed GL_NV_point_sprite for classic swrast.
38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf…
40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support
[all …]
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dbaremetal_build.sh3 set -e
4 set -o xtrace
6 # Fetch the arm-built rootfs image and unpack it in our x86 container (saves
7 # network transfer, disk usage, and runtime on test jobs)
9 if wget -q --method=HEAD "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done…
15 wget ${ARTIFACTS_URL}/lava-rootfs.tgz -O rootfs.tgz
16 mkdir -p /rootfs-$arch
17 tar -C /rootfs-$arch '--exclude=./dev/*' -zxf rootfs.tgz
21 mkdir -p /baremetal-files
22 pushd /baremetal-files
[all …]
/third_party/mesa3d/.gitlab-ci/
Dcrosvm-runner.sh3 set -x
5 ln -sf $CI_PROJECT_DIR/install /install
10 export -p > /crosvm-env.sh
15 …y_root rw rootfstype=virtiofs loglevel=3 init=$CI_PROJECT_DIR/install/crosvm-init.sh ip=192.168.30…
18 mkdir -p /results
19 mount -t tmpfs tmpfs /results
21 mkdir -p /piglit/.gitlab-ci/piglit
22 mount -t tmpfs tmpfs /piglit/.gitlab-ci/piglit
27 /usr/sbin/iptables-legacy -t nat -A POSTROUTING -o eth0 -j MASQUERADE
37 --gpu "$CROSVM_GPU_ARGS" \
[all …]
Dprepare-artifacts.sh3 set -e
4 set -o xtrace
6 CROSS_FILE=/cross_file-"$CROSS".txt
9 rm -rf install/bin install/include
12 if [ -n "$CROSS" ]; then
13 STRIP=`sed -n -E "s/strip\s*=\s*'(.*)'/\1/p" "$CROSS_FILE"`
14 if [ -z "$STRIP" ]; then
21 if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then
22 find install -name \*.so -exec $STRIP {} \;
25 # Test runs don't pull down the git tree, so put the dEQP helper
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_build.sh3 set -e
4 set -o xtrace
12 autotools-dev \
15 libgbm-dev \
17 python3-pip \
21 dpkg --add-architecture i386
22 apt-get update
24 apt-get install -y --no-remove \
28 libarchive-dev \
29 libclang-cpp11-dev \
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | b…
8 MINIO_HOST: minio-packet.freedesktop.org
9 # per-pipeline artifact storage on MinIO
11 # per-job artifact storage on MinIO
14 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
20 - project: 'freedesktop/ci-templates'
23 - '/templates/ci-fairy.yml'
[all …]

12