mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-04 15:44:06 +08:00
docs: piglit -> Piglit
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19297>
This commit is contained in:
parent
4622c357db
commit
a02d3e099e
@ -31,7 +31,7 @@ DRM functionality, or to fix kernel bugs.
|
|||||||
The boards must have networking, so that we can extract the dEQP .xml results to
|
The boards must have networking, so that we can extract the dEQP .xml results to
|
||||||
artifacts on GitLab, and so that we can download traces (too large for an
|
artifacts on GitLab, and so that we can download traces (too large for an
|
||||||
initramfs) for trace replay testing. Given that we need networking already, and
|
initramfs) for trace replay testing. Given that we need networking already, and
|
||||||
our dEQP/piglit/etc. payload is large, we use nfs from the x86 runner system
|
our dEQP/Piglit/etc. payload is large, we use nfs from the x86 runner system
|
||||||
rather than initramfs.
|
rather than initramfs.
|
||||||
|
|
||||||
See `src/freedreno/ci/gitlab-ci.yml` for an example of fastboot on DB410c and
|
See `src/freedreno/ci/gitlab-ci.yml` for an example of fastboot on DB410c and
|
||||||
@ -48,7 +48,7 @@ at /tftp in the container.
|
|||||||
|
|
||||||
Since we're going the TFTP route, we also use NFS root. This avoids
|
Since we're going the TFTP route, we also use NFS root. This avoids
|
||||||
packing the rootfs and sending it to the board as a ramdisk, which
|
packing the rootfs and sending it to the board as a ramdisk, which
|
||||||
means we can support larger rootfses (for piglit testing), at the cost
|
means we can support larger rootfses (for Piglit testing), at the cost
|
||||||
of needing more storage on the runner.
|
of needing more storage on the runner.
|
||||||
|
|
||||||
Telling the board about where its TFTP and NFS should come from is
|
Telling the board about where its TFTP and NFS should come from is
|
||||||
|
@ -142,7 +142,7 @@ able to handle a whole pipeline's worth of jobs in less than 15 minutes
|
|||||||
|
|
||||||
If a test farm is short the HW to provide these guarantees, consider dropping
|
If a test farm is short the HW to provide these guarantees, consider dropping
|
||||||
tests to reduce runtime. dEQP job logs print the slowest tests at the end of
|
tests to reduce runtime. dEQP job logs print the slowest tests at the end of
|
||||||
the run, and piglit logs the runtime of tests in the results.json.bz2 in the
|
the run, and Piglit logs the runtime of tests in the results.json.bz2 in the
|
||||||
artifacts. Or, you can add the following to your job to only run some fraction
|
artifacts. Or, you can add the following to your job to only run some fraction
|
||||||
(in this case, 1/10th) of the dEQP tests.
|
(in this case, 1/10th) of the dEQP tests.
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@ broad discretion in rejecting patches that have been nominated.
|
|||||||
- It must not introduce a regression - be that build or runtime wise.
|
- It must not introduce a regression - be that build or runtime wise.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
If the regression is due to faulty piglit/dEQP/CTS/other test
|
If the regression is due to faulty Piglit/dEQP/CTS/other test
|
||||||
the latter must be fixed first. A reference to the offending test(s)
|
the latter must be fixed first. A reference to the offending test(s)
|
||||||
and respective fix(es) should be provided in the nominated patch.
|
and respective fix(es) should be provided in the nominated patch.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user