From 25e3e3b384c1e51de9e4cf05d6e5f51613d8b175 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 12 Jan 2024 08:52:55 +0100 Subject: [PATCH] docs: update pipeline_id description --- docs/en/contribute/esp-idf-tests-with-pytest.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/contribute/esp-idf-tests-with-pytest.rst b/docs/en/contribute/esp-idf-tests-with-pytest.rst index b07ef455da..d15dd7264d 100644 --- a/docs/en/contribute/esp-idf-tests-with-pytest.rst +++ b/docs/en/contribute/esp-idf-tests-with-pytest.rst @@ -576,6 +576,10 @@ Run pytest with ``--pipeline-id `` to force pytest to download the Even if you have ``build_esp32_default``, or ``build`` directory locally, pytest would still download the binaries from pipeline 123456 and place the binaries in ``build_esp32_default``. Then run the test case with this binary. +.. note:: + + should be the parent pipeline id. You can copy it in your MR page. + Pytest Tips and Tricks ======================