chore(ci): remove CircleCI configuration file#199
Conversation
|
🤖 [AI-generated] Hey @guillaumejparis! 👋 Thanks a lot for opening PR #199 — removing the old CircleCI config is great housekeeping, really appreciate it! 🙏 I just had a quick look and I think the description could be enhanced a little to help reviewers get through it faster. I haven't changed anything in your description — just a gentle, optional suggestion:
No rush at all — thanks again for contributing to the project! 🚀 |
There was a problem hiding this comment.
Pull request overview
This PR removes the legacy CircleCI configuration from the repository, presumably as part of retiring CircleCI usage in favor of another CI system (GitHub Actions workflows already exist in .github/workflows/).
Changes:
- Deleted
.circleci/config.yml, removing all CircleCI jobs and workflows (multi-OS build/test/packaging logic previously defined there).
Comments suppressed due to low confidence (1)
.circleci/config.yml:1
- Deleting the CircleCI config removes the only in-repo automation I can find that builds release installers and uploads binaries/scripts to JFrog Artifactory (the
push to jfrogsteps). The existing GitHub Actions workflow (.github/workflows/agent-ci.yml) builds and uploads run artifacts, but does not publish to JFrog (and there are no otherJFROG/artifactoryreferences in the repo). If JFrog publishing is still required for releases, this PR should also add the equivalent publishing workflow (or document where publishing has moved) to avoid breaking the release/distribution pipeline.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Proposed changes
Testing Instructions
Related issues
Checklist
Further comments