From d9a04acdbaa7d219d6769ce97b79d63d3d41b6b1 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Oct 2022 11:55:51 +0200 Subject: [PATCH] docs: yml -> YAML The name of the file-format is YAML, yml is the extension. Reviewed-by: Yonggang Luo Part-of: --- docs/ci/LAVA.rst | 2 +- docs/ci/local-traces.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ci/LAVA.rst b/docs/ci/LAVA.rst index a5764866517..1b3804b4d57 100644 --- a/docs/ci/LAVA.rst +++ b/docs/ci/LAVA.rst @@ -74,7 +74,7 @@ access it. You probably have a ``volumes = ["/cache"]`` already, so now it woul Note that this token is visible to anybody that can submit MRs to Mesa! It is not an actual secret. We could just bake it into the -GitLab CI yml, but this way the current method of connecting to the +GitLab CI YAML, but this way the current method of connecting to the LAVA instance is separated from the Mesa branches (particularly relevant as we have many stable branches all using CI). diff --git a/docs/ci/local-traces.rst b/docs/ci/local-traces.rst index c13ddc51f2a..767431cf590 100644 --- a/docs/ci/local-traces.rst +++ b/docs/ci/local-traces.rst @@ -32,11 +32,11 @@ Simulating CI trace job Sometimes it's useful to be able to test traces on your local machine instead of the Mesa CI runner. To simulate the CI environment as closely as possible. -Download the yml file from your driver's `ci/` directory and then change the path in the yml file from local proxy or MinIO to the local directory (url-like format ``file://``) +Download the YAML file from your driver's `ci/` directory and then change the path in the YAML file from local proxy or MinIO to the local directory (url-like format ``file://``) .. code-block:: console - # The PIGLIT_REPLAY_DEVICE_NAME has to match name in the yml file. + # The PIGLIT_REPLAY_DEVICE_NAME has to match name in the YAML file. export PIGLIT_REPLAY_DEVICE_NAME='your_device_name' export PIGLIT_REPLAY_DESCRIPTION_FILE='path_to_mesa_traces_file.yml' ./piglit run -l verbose --timeout 300 -j10 replay ~/results/