mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-10 00:11:44 +00:00
(#17996) [config] Update conan, add timeout and disable package id computation cache
* [config] Update conan to 1.60.1 and 2.0.6 * Update .c3i/config_v1.yml * Update .c3i/config_v1.yml Co-authored-by: Uilian Ries <uilianries@gmail.com> * Update .c3i/config_v2.yml Co-authored-by: Uilian Ries <uilianries@gmail.com> --------- Co-authored-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
id: 'conan-io/conan-center-index'
|
||||
|
||||
conan:
|
||||
version: 2.0.4
|
||||
version: 2.0.6
|
||||
|
||||
artifactory:
|
||||
url: "https://c3i.jfrog.io/c3i"
|
||||
@@ -11,16 +11,11 @@ artifactory:
|
||||
pull-request_repo_prefix: "c3i_PR-v2"
|
||||
pull-request_permission: "c3i-pr"
|
||||
logs_repo: "misc-v2"
|
||||
# cache_repo: "cache"
|
||||
|
||||
github:
|
||||
reviewers: "reviewers.yml"
|
||||
authorized_users: "authorized_users.yml"
|
||||
|
||||
#slack:
|
||||
# credential_success_url: SLACK_SUCCESS_WEBHOOK_URL
|
||||
# ceredential_errors_url: SLACK_FAILURE_WEBHOOK_URL
|
||||
|
||||
# Things related to Jenkins jobs:
|
||||
tasks:
|
||||
automatic_merge:
|
||||
@@ -29,6 +24,13 @@ tasks:
|
||||
access_request:
|
||||
request_issue_url: https://github.com/conan-io/conan-center-index/issues/4
|
||||
max_inactivity_days: 0
|
||||
build_single_reference:
|
||||
package_id_cache_type: "none"
|
||||
timeout_minutes: 600
|
||||
large_timeout_minutes: 800
|
||||
large_timeout_references:
|
||||
- boost
|
||||
- qt
|
||||
cci:
|
||||
conan_v2_run_export: false
|
||||
detailed_status_checks: false
|
||||
|
Reference in New Issue
Block a user