From b6d25e0330cd7d86fbc249764559e493428071e4 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Wed, 12 Apr 2023 17:21:44 -0300 Subject: [PATCH] (#16996) [c3i] Configure to list package which are ready for Conan v2 Signed-off-by: Uilian Ries --- .c3i/config_v2.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.c3i/config_v2.yml b/.c3i/config_v2.yml index baf02c0d03..2a69ddc3be 100644 --- a/.c3i/config_v2.yml +++ b/.c3i/config_v2.yml @@ -40,6 +40,9 @@ tasks: text_on_failure: "The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future." collapse_on_success: false collapse_on_failure: true + list_packages: + update_yaml_list_path: ".c3i/conan_v2_ready_references" + update_yaml_list_key: "required_for_references" scheduled_export_check: report_issue_url: https://github.com/conan-io/conan-center-index/issues/15557 report_issue_append: false