mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'ci/fix_get_binaries_from_pipeline_via_build_report' into 'master'
ci: fix get binaries from pipeline via the build report See merge request espressif/esp-idf!28432
This commit is contained in:
commit
5a17bf83ff
@ -124,7 +124,7 @@ class BuildReportDownloader:
|
||||
f.seek(0)
|
||||
|
||||
with zipfile.ZipFile(f) as zip_ref:
|
||||
zip_ref.extractall()
|
||||
zip_ref.extractall(IDF_PATH)
|
||||
|
||||
|
||||
@pytest.fixture(scope='session')
|
||||
|
@ -576,6 +576,10 @@ Run pytest with ``--pipeline-id <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::
|
||||
|
||||
<pipeline_id> should be the parent pipeline id. You can copy it in your MR page.
|
||||
|
||||
Pytest Tips and Tricks
|
||||
======================
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user