Skip to content

Commit c4ee2d1

Browse files
aclark4lifeCopilot
andcommitted
Add ci group; move ai-ml-pipeline, orchestration, drivers tools there
Removes drivers-evergreen-tools, drivers-github-tools, and mongo-orchestration from the pymongo group, and ai-ml-pipeline-testing from the langchain group. All four now live in a new ci group. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 490db47 commit c4ee2d1

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

src/dbx_python_cli/config.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,7 @@ repos = [
100100
"git@github.com:mongodb/mongo-python-driver.git",
101101
"git@github.com:mongodb/libmongocrypt.git",
102102
"git@github.com:mongodb/specifications.git",
103-
"git@github.com:mongodb-labs/drivers-evergreen-tools.git",
104-
"git@github.com:mongodb-labs/drivers-github-tools.git",
105103
"git@github.com:mongodb-labs/mongo-arrow.git",
106-
"git@github.com:mongodb/mongo-orchestration.git",
107104
]
108105

109106
# Environment variables for test runs
@@ -136,7 +133,6 @@ libmongocrypt = [
136133
[repo.groups.langchain]
137134
repos = [
138135
"git@github.com:mongodb-labs/pymongo-search-utils.git",
139-
"git@github.com:mongodb-labs/ai-ml-pipeline-testing.git",
140136
"git@github.com:langchain-ai/langchain-mongodb.git",
141137
]
142138

@@ -152,6 +148,14 @@ langchain-mongodb = [
152148
[repo.groups.langchain.install_groups]
153149
langchain-mongodb = ["dev"]
154150

151+
[repo.groups.ci]
152+
repos = [
153+
"git@github.com:mongodb-labs/drivers-evergreen-tools.git",
154+
"git@github.com:mongodb-labs/drivers-github-tools.git",
155+
"git@github.com:mongodb/mongo-orchestration.git",
156+
"git@github.com:mongodb-labs/ai-ml-pipeline-testing.git",
157+
]
158+
155159
[repo.groups.django]
156160
# Python version for the group's virtual environment (requires Python >= 3.12 for django-mongodb-backend)
157161
python_version = "3.13"

0 commit comments

Comments
 (0)