From 2510566fb9b251e2cedc9a3958f4b2b685407da6 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 3 Feb 2023 12:15:14 +0100 Subject: [PATCH] [config] Update conan versions to 1.58 and beta9 (#15702) --- .c3i/config_v1.yml | 6 +----- .c3i/config_v2.yml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.c3i/config_v1.yml b/.c3i/config_v1.yml index 93bf929349..69f0e3bc6c 100644 --- a/.c3i/config_v1.yml +++ b/.c3i/config_v1.yml @@ -3,7 +3,7 @@ id: 'conan-io/conan-center-index' conan: - version: 1.57.0 + version: 1.58.0 artifactory: url: "https://c3i.jfrog.io/c3i" @@ -36,10 +36,6 @@ tasks: access_request: request_issue_url: https://github.com/conan-io/conan-center-index/issues/4 max_inactivity_days: 0 - conan_v2_run_export: false - write_comments: true - detailed_status_checks: true - update_labels: true automatic_merge: reviews_required_total: 2 # Reviews that a PR needs so it can be merged reviews_required_team: 1 # Reviews from the Conan team that a PR needs so it can be merged diff --git a/.c3i/config_v2.yml b/.c3i/config_v2.yml index 0ef63daa6b..a1b5d39a3b 100644 --- a/.c3i/config_v2.yml +++ b/.c3i/config_v2.yml @@ -3,7 +3,7 @@ id: 'conan-io/conan-center-index-staging-v2' conan: - version: 2.0.0-beta8 + version: 2.0.0-beta9 artifactory: url: "https://c3i.jfrog.io/c3i" @@ -30,10 +30,6 @@ github: # Things related to Jenkins jobs: tasks: - feedback_title: "Conan v2 pipeline (informative, not required for merge)" - write_comments: false - detailed_status_checks: false - update_labels: false automatic_merge: reviews_required_total: 1000 # AutomaticMerge shouldn't run with this file, but just in case reviews_required_team: 1000 # AutomaticMerge shouldn't run with this file, but just in case