- [feature] Allow changes in multiple folders (except for the
recipes
one). - [feature] Detect changes made in a future
linters
folder. - [feature] Validate configuration files in pull-requests that modifies them.
- [feature] Add support for more Conan v2 commands.
- [feature] DSL: Parameterize jenkinsfile path.
- [fix] DSL: Discard old builds to avoid consuming all inodes.
- [fix] Remove
under maintenance
label in pull requests. - [fix] Add a detailed message for Conan v2 export.
- [fix] Abort
RelaunchUnexpectedError
job when the system is under maintenance.
- [feature] Add Conan v2 export extra step in pull-request job.
- [feature] Tag pull-requests as "under maintenance" when the build service is not available.
- [config] Update Conan version to 1.47.0.
- [feature] Check right WinSDK in ValidateInfrastructure job.
- [fix] Fix access request job for authorized users.
- [feature] New Conan v2 commands: info and recipe revision.
- [feature] Store package ID cache at job level.
- [fix] Exclude
shared=True
and runtimeMT/MTd
profile configuration from builds. - [job] RelaunchUnexpectedError: a new job to automatically retrigger failed jobs.
- [feature] Ability to load the configuration file from an external source.
- [feature] Allow changes to files in the
.c3i
folder. - [config] Move reviewers and approved users to configuration files.
- [config] Move automatic merge parameters to the configuration file.
- [config] Move GitHub activation to configuration file.
- [config] Remove default configuration.
- [feature] Added compatibility for more Conan 2 commands.
- [fix] Avoid regeneration of folder and multibranch jobs by the DSL cron job.
- [config] Update Conan client to 1.46.2
- [fix] Do not create GitHub pull-request statuses in advance.
- [fix] Move some Conan command calls to the wrapper.
- [feature] Added compatibility for Conan v2 export command.
- [config] Changed the required number of reviewers: 1 team and 1 community is enough
- [feature] Updated Python version to > 3.7 in all build agents.
- [feature] Added CMake and Python versions to the infrastructure information.
- [config] Added new community reviewers.
- [feature] Moved Jenkins and Slack to the configuration file.
- [feature] Retry each build config if there is an unexpected error.
- [feature] Added logging to collect information about some jobs.
- [feature] Use a real build profile for cross-building configurations.
- [bugfix] Improve export error report.
- [config] Upgrade Conan client version to 1.45.0.
- [feature] Updated CMake version to 3.20 only in MacOS machines.
- [feature] Collect requirements from test_package as well.
- [feature] Make the conan-center-bot write a comment after merging a
Bump version
orBump dependencies
labeled pull request. - [feature] Allow SecheduledExportCheck job to report in any issue.
- [feature] DSL: Add cron triggers to some jobs.
- [feature] DSL: Disable concurrent builds on some jobs.
- [feature] Adapt paths for Ansible machines.
- [bugfix] Fix wrong log links in conan-center-bot message.
- [fix] Use consistent slashes in paths.
- [fix] Fix alert for job cancellation.
- [feature] Merge pull-requests that bump version automatically.
- [feature] Get requirements from
conan info --dry-build
command. - [feature] Use reference with recipe revision for
conan info
commands. - [feature] Add possibility to load the configuration from file.
- [fix] Fix DSL typo for access request job.
- [fix] Removed retries from pull-request builds (introduced long ago to avoid timeout issues).
- [refactor] Completely remove resource locking for executors.
- [fix] Fix encoding issues in
summary.html
file. - [fix] Specify branch discovery in DSL for cci multibranch job.
- [feature] Merge pull-request that bump dependencies automatically.
- [feature] Notify about Visual Studio license status in ValidateInfrastructure.
- [config] Upgrade Conan client version to 1.44.1.
- [fix] Fix potential race condition calculating package IDs.
- [fix] Pin Artifactory client library version.
- [fix] Fix DSL parameters and TapaholesList name.
- [feature] Added ConanReference string conversion in call-stacks.
- [fix] Fix ValidateInfrastructure executors and labels count.
- [bugfix] Avoid race-conditions in Conan client instance.
- [hotfix] Race condition reading/writing a file.
- [feature] New label to identify pull-requests that are just bumping dependencies version.
- [bugfix] Fixed bugs with promotion and properties for references that don't build any binary.
- [feature] Add parameter to chose if documentation of supported platforms should be updated automatically.
- [feature] Improve Conan version regex to accept development versions
- [config] Add MacOS apple-clang 13.0 configuration to a new epoch.
- [feature] Handle
header_only=True
default option in recipes. - [feature] Notify failed builds due to expired Visual Studio licenses.
- [feature] Tapaholes job now sets epoch as well.
- [fix] Throw error if configuration file to use is not found.
- [feature] Add missing DSL job descriptions.
- [feature] Child jobs use the same parent folder.
- [refactor] Remove resource locking.
- [config] Bump Conan client version to 1.43.3.
- [config] Add Linux GCC 11, Clang 12 & 13 configurations with new epoch feature.
- [config] Drop Linux GCC 6 and clang 10 configurations.
- [fix] Fixed some unexpected errors.
- [feature] Prepare pipeline to work with ansible provisioned machines.
- [feature] Introduce 'epoch' concept to build configurations as a strategy to build packages for new compilers.
- [feature] Allow pull-requests to build packages from different recipes for the same library.
- [feature] Profiles and logs from builds in the packages generated summary are now open in a new tab.
- [fix] Improve error reporting of mismatched revision in PRs.
- [config] Bump Conan client version to 1.43.0.
- [config] Bump Conan client version to 1.42.2.
- [feature] Return host requirements when computing package IDs.
- [feature] Cache computation of package IDs.
- [feature] Add
xlarge
pod size in Linux for building packages with higher memory requirements.
- [config] Bump Conan client version to 1.41.0
- [fix] Identify PRs to
CONTRIBUTING.md
as changes in docs. - [feature] Added Jenkins DSLs for job descriptions.
- [fix] Parse integer value when assigning properties.
- [config] Upgrade Conan version to 1.40.4
- [fix] Replace
Unauthorized User
label byUser-approval pending
- [feat] Remove
os_build
andarch_build
from generated profiles
- [configs] Configurable Github statuses to check
- [configs] Pairing between configurations and workers (docker images, win/macos servers,...) is configurable in runtime.
- [feature] Early(iest) stop after failure: ignore any extra messages. It provides faster feedback for users.
- [feature] Skip stale pull-requests from automatic review requests.
- [feature] Add node-pool with more resources. It allows the CI to delegate certain builds that require higher RAM limits to it (configured manually).
- [fix] Removed EAP, now it should be named "Access requests" everywhere
- [fix] Improved checks for infrastructure and configuration. It also fixes the auto-generated documentation for "Supported platforms and configurations".
- [job] New job to remove dead branches from CI
- [hotfix] Apply patch for conan-io/conan#9695 (Added root certificate for Let's encrypt)
- [config] Upgrade Conan version to 1.39.0.
- [configs] Remove Visual Studio 2015
- [configs] Remove Macos apple-clang 10
- [configs] Remove Linux GCC 4.9
- [configs] Linux Clang: keep only latest versions 10 and 11
- [feature] Rename EAP to Access Request.
- [feature] Display merge error in pull-requests.
- [feature] Display useful CI status notifications in Github pull requests.
- [feature] Upgrade Conan client version to 1.38.0.
- [feature] Move the Conan and Artifactory configuration out of the Jenkins library.
- [feature] Use separated files for the different profile configurations.
- [feature] BuildSingleReference: Create packages for apple-clang armv8 (Apple M1) in pull-requests' builds.
- [feature] BuildSingleReference: Enforce empty workspace for Windows and MacOS nodes.
- [feature] Different approach to work with configuration files for profiles (internal modularibility).
- [feature] Allow jobs to use multiple configuration files for profiles.
- [fix] ValidateInfrastructure: Minor fixes to the automatic generation of "Supported platforms and configurations" documentation page.
- [fix] PromotePackages: Fix promotion of references that contain symbols.
- [fix] DeleteRepo: Fix JFrog CLI commands.
- [feature] UpgradeConan: Upgrade pip before installing Conan.
- [feature] Upgrade Conan client to the 1.37.2 version.
- [feature] Do not run the CI for branches starting with
bot/...
(branches intended for automations). - [feature] Remove all remotes when configuring the Conan client.
- [feature] ValidateInfrastructure: Update "Supported platforms and configurations" doc automatically.
- [fix] UpdateSearchIndex: Fix parsing of package data.
- [feature] BuildSingleReference: Add
MSBUILDDISABLENODEREUSE
environment variable for MSBuild to avoid errors when compiling in parallel.
- [feature] RequestReviews: Add column to enable/disable review requests (any user).
- [testing] Use declared Conan version to run tests.
- [internal] Pay some technical debt.
- [internal] Simplify workflow, all packages already have properties.
- [feature] AutomaticMerge: Skip pull-requests that fail to merge.
- [feature] Start to crossbuild Apple M1 using two profiles approach (extra build).
- [feature] Detect and report when a PR has missing dependencies.
- [feature] Upgrade Conan version to 1.35.2.
- [feature] Use only one Artifactory repository per pull request.
- [fix] Add
--dry-build
toconan info
commands, it will expand also the build-requires that would have failed during the build stage. - [fix] Escape character comma when assigning properties to Artifactory.
- [fix] Add
--force
when adding remotes.
- [feature] Add mark in logs to indicate output has been trimmed.
- [feature] Stop uploading packages to Bintray.
- [job] RequestReviews: Automatically request team reviews for PRs ready for review.
- [job] Add checks to validate infrastructure: MacOS version and AVX2 in CPU features.
- [feature] Hide previous comments by the bot.
- [feature] Use Artifactory API to promote packages from one repository to another.
- [job] Add ability to specify a repository and branch for the hooks when running the export check.
- [job] Add checks to validate infrastructure: Python version, Macos features.
- [feature] Stop generating packages for apple-clang 9.1.
- [feature] Raise error if
ConanInvalidConfiguration
is raised frombuild()
method. - [feature] BuildSingleReference: All PRs use the new workflow.
- [feature] Allow modifications in the .github folder for GitHub bots and actions.
- [feature] Use BuildSingleReference job to build packages (if needed) during a merge.
- [feature] BuildSingleReference: Add build environment property to packages.
- [feature] Tapaholes: Delete repositories after running jobs.
- [feature] AutomaticMerge: Add information to the description of the job.
- [feature] Add new "CleanupArtifactory" job to remove repositories of unmerged PRs.
- [feature] PopulateProperties: Remove packages after using them to compute properties.
- [fix] Add timeout and retry flags to all
curl
commands to avoid intermittent job failures.
- [feature] Add new profiles to generate new compiler configurations in pull requests:
- Linux: gcc 10, clang 10, clang 11.
- Macos: apple-clang 12.0.
- [feature] Updated Conan client to the 1.33.1 version.
- [engineering] PromotePackages: Remove packages after uploading.
- [job] New job to upgrade Conan version (Windows and Macos workers).
- [job] New job to validate infrastructure: versions of tools, installed components,... (more checks to be added).
- [feature] Call external DeleteRepo job to remove repositories from Artifactory after a pull-request is merged.
- [feature] New workflow for pull-requests: use
BuildSingleReference
job and better messages (canary deployment). - [engineering] Refactor functions to retrieve information from GitHub API.
- Feature: PropulateProperties: Notify alert error if there are orphan packages, but keep going.
- Feature: Capture output and exit code running Conan commands.
- Feature: New job to delete an Artifactory repo.
- Fix: AutomaticMerge: Fix alerts when there are no errors.
- Fix: PopulateProperties: Do not raise if a property assignment fails, go with the next one.
- Fix: Improve packages generated message.
- Fix: BuildSingleReference: Add boolean parameter to configure hooks errors.
- Fix: Handle scenario where a package doesn't have properties.
- [feature] BuildSingleReference: Run tests for packages that already exist.
- [feature] BuildSingleReference: Add functionality so it is able to build a PR merging into 'master'.
- [feature] Specify Conan version to use in every node call (decouple from conan-docker-tools updates).
- [fix] AddBetaUser: Fix "ghost" user added weekly for deleted users.
- Updated Conan client to the 1.32.1 version in Windows and Mac agents.
- [feature] Remove repositories after a pull-request is merged.
- [feature] Run promotion in parallel for merge-commits.
- [feature] Viewer for summary.json files.
- [feature] Trigger a BuildSingleReference job at the end of pull-request jobs to build new configurations.
- [fix] Manage repository permissions independently in pull-requests.
- [feature] More (and better) properties are stored in Artifactory for each package.
- [feature] Use modularized jobs in CI to run parts of the pipeline.
- [fix] Fix error affecting PRs that were blocked in the past by a team member.
- [fix] Fix issue with properties associated to new configurations.
- [fix] Notify unexpected errors to slack channel (add link to message).
- [job] AutomaticMerge: Fix PRs blocked by non team member users.
- [bug] Build everything but OK or INVALID_CONFIG.
- [fix] Do not use
--all
argument withconan upload
when the package ID is given. - [fix] Fix error getting properties when the recipe doesn't have options.
- [job] Tapaholes: Propose new profile set including new compiler configurations.
- Updated Conan client to the 1.31.3 version in Windows and Mac agents.
- [feature] ListProfiles: Add 'profiles' to inputs, make it required.
- [feature] Tapaholes: Parameter to accept packages in order from a JSON list.
- [fix] AutomaticMerge: Consider pagination when reading pull-request reviews.
- [job] PopulateProperties: Compute and assign properties to packages-revs and recipe-revs.
- [job] PromotePackages: Copy Conan packages and properties from one repo to another.
- Updated Conan client to the 1.30.2 version in Windows and Mac agents.
- [hotfix] Use non greedy regex to capture the pull-request number.
- [fix] Wait longer for Artifactory to create new repositories.
- [job] TapaholesRepo: use full path to the recipe itself.
- [job] BuildSingleReference: assign properties at recipe-revision level
- [job] TapaholesRepo: create remote repository for each run.
- [job] BuildSingleReference: apply environment to every Conan command.
- [fix] AutomaticMerge: if the PR cannot be merged (conflicts) go and try the next one.
- [fix] Use existing TMP folder in Windows.
- [fix] BuildSingleReference: minor fixes.
- [fix] Minor fix to AutomaticMerge job (#390)
- [fix] Modify temp folder, it will no longer be the root of the workspace.
- [job] Populate artifact properties from BuildSingleReference job.
- [job] New job to iterate Github repository (and commit) and find packages missing from remote.
- [feature] Use indexer V2 API.
- [job] Add force parameter to UpdateSearchIndex job to force reindex of packages.
- [job] New UpdateSearchIndexMaster job to reindex (if needed) packages in ConanCenter repository.
- [job] AutomaticMerge: Approved and changes requested reviews should prevail.
- [fix] Remove duplicated credentials.
- [job] AutomaticMerge: Block if a team member requested changes on any commit.
- [job] AutomaticMerge: Show pull request number on the summary.
- Updated Conan client to the 1.29.1 version in Windows and Mac agents.
- [job] Inspect PRs and merge automatically if approved.
- [job] Build single reference.
- [job] Main tapaholes job: Build single references in correct order.
- [feature] Iterate profiles in a given order (adding tests to check).
- [feature] Add new users to EAP automatically only on Mondays.
- [feature] Distribute jobs taking into account resources.
- [feature] Labels 'Error' and 'Unexpected error' are mutually exclusive.
- [bugfix] Every new node offers a clean workspace (shorter paths).
- [bugfix] Upload packages: upload one first, then the rest to avoid missing files issue.
- [bugfix] Fix 'parallelGroup' when there are more workers than tasks.
- [bugfix] Retry if failure setting the BuildStatus property.
- [fix] Use the actual commit from the 'master' branch to compute diffs.
- [fix] Use environment variables to log into Conan repository.
- Raise error if zero packages are generated
- Remove "No beta user" label if corresponding check pass
- [engineering] Unify catchs and simplify slackSend function
- [engineering] Pipeline step to create all packages in stages
- [engineering] Pipeline step to compute and reduce 'packageID'
- [engineering] Simplify 'ComputePackageIDs' command
- Updated Conan client to the 1.28.1 version in Windows and Mac agents.
- [engineering] Read allowed users from a file.
- [engineering] Check for beta users in all environments.
- [engineering] Set date in issue description for hooks validation job.
- [engineering] Remove short-paths home after creating packages.
- [engineering] Use
force
flag to update the ConanCenter metadata. - [engineering] Remove local packages created after their upload to avoid disk space issues.
- Renamed Jenkins project from
conan-center-pull-request
tocci
to improve issues with long workspace paths in Windows agents.
- Updated Conan client to the 1.27.1 version in Windows and Mac agents.
- [feature] Allow documentation inside the repository itself in the
docs
folder - [feature] Add scheduled job to validate recipes using last released hooks
- [feature] Minimize paths used by the CCI library to build packages
- [bugfix] Recover the shortest path for the
CONAN_USER_HOME_SHORT
environment variable - [engineering] Improve regression testing for pipeline jobs.
- Add JenkinsPipelineUnit to test the Jenkinsfile
- [bug] Compare keys in maps using actual strings
- Clean workspace after running the job
- Clean workspace for all nodes
- [refact] Promote usage of 'ConanReference'
- [ListProfiles] New job to list profiles
- [fix] Add grabs to all vars
- [Refactor] getTmpDir() util
- [ListProfiles] Optionally use reference to list profiles
- [refact] Some cleaning around build configurations
- [fix] Profiles no longer contain empty [env] and [build_requires] sections
- [fix] Fix checkExportSanity function
- Updated Conan client to the 1.26.1 version in Windows and Mac agents.
- Remove short paths limitation in all Windows agents.
- Add
CONAN_SKIP_BROKEN_SYMLINKS_CHECK=1
in master jobs.
- Avoid partial rebuilds in master jobs. Added
all_packages_done
property for every reference to track the completion of packages creation.
- Updated CMake to 3.16.4 in Windows and Mac agents.
- Updated Conan client to the 1.25.2 version in Windows and Mac agents.
- Updated Conan client to 1.25.1 version in Windows and Mac agents.
- [refact] Simplify around ComputePackageID and CreatePackage
- [refact] No need to pass 'winTmpPath' everywhere
- Move the 'retryIze' call inside the scope of the node (Might improve #1020)