From ecdf3bfb3c11d5821454ac2292c1b36343097cf4 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Wed, 5 Aug 2026 15:40:35 +0200 Subject: [PATCH] ci: fix test_patch_buildv2_child_pipeline --- .../dynamic_pipelines/tests/test_patch_buildv2_child_pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/ci/dynamic_pipelines/tests/test_patch_buildv2_child_pipeline.py b/tools/ci/dynamic_pipelines/tests/test_patch_buildv2_child_pipeline.py index f6561c24b4f..bc22e5dfd39 100644 --- a/tools/ci/dynamic_pipelines/tests/test_patch_buildv2_child_pipeline.py +++ b/tools/ci/dynamic_pipelines/tests/test_patch_buildv2_child_pipeline.py @@ -64,6 +64,5 @@ def test_build_jobs_get_buildv2_injection(tmp_path: Path) -> None: job = result['build_test_related_apps'] assert job['variables']['IDF_BUILD_V2'] == '1' assert job['variables']['PIPELINE_COMMIT_SHA'] == patch_mod.PIPELINE_COMMIT_SHA_V2 - assert job['needs'][0]['job'] == patch_mod.BUILDV2_GENERATOR_JOB assert 'generate_pytest_child_pipeline' in result assert result['generate_pytest_child_pipeline']['variables']['IDF_BUILD_V2'] == '1'