-
Notifications
You must be signed in to change notification settings - Fork 85
/
DRCODEOWNERS
52 lines (52 loc) · 4.3 KB
/
DRCODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This file defines which domain owns what parts of this repository.
# This repository is a central place for defining Jenkins Jobs and Jarvis Suites to orchestrate
# build and test workflows for pull requests and pipelines. As such, it is expected
# that this repository will have many owners and some shared areas (reusable macros, etc.)
#
# The syntax is the same as defined in
# https://help.github.com/articles/about-codeowners/
#
# Important Rules:
# 1. The last matching pattern in this file takes precedence
#
# 2. Only domains (github team) own code, not individuals
# see list at https://github.com/orgs/datarobot/teams
#
# Please see DataRobot repo ./tools/code_owners.py tool to find which particular file
# or directory is owned by what domain.
#
# Default owners for everything in the repo.
# Unless a later match takes precedence, these groups will be requested for
# review when someone opens a pull request.
/ @datarobot/custom-models
/MODEL-METADATA.md @datarobot/custom-models @datarobot/core-modeling
/README.md @datarobot/custom-models @datarobot/core-modeling
/VALIDATION-SCHEMA.md @datarobot/core-modeling
/custom_model_runner @datarobot/custom-models @datarobot/core-modeling
/custom_model_runner/datarobot_drum/drum/gpu_predictors @datarobot/tracking-agent @datarobot/custom-models
/custom_model_runner/datarobot_drum/drum/typeschema_validation.py @datarobot/core-modeling
/custom_model_runner/datarobot_drum/resource/default_typeschema @datarobot/core-modeling
/model_templates/gpu_nim_textgen @datarobot/tracking-agent @datarobot/custom-models
/model_templates/gpu_vllm_textgen @datarobot/tracking-agent @datarobot/custom-models
/model_templates/proxy_model_azureml @datarobot/tracking-agent @datarobot/custom-models
/model_templates/proxy_model_datarobot @datarobot/tracking-agent @datarobot/custom-models
/model_templates/triton_onnx_unstructured @datarobot/tracking-agent @datarobot/custom-models
/public_dropin_environments/java_codegen @datarobot/custom-models
/public_dropin_environments/python311_genai @datarobot/buzok @datarobot/codegen
/public_dropin_environments/python312_apps @datarobot/custom-models @datarobot/applications
/public_dropin_environments/python39_streamlit @datarobot/custom-models @datarobot/applications
/public_dropin_environments/python3_keras @datarobot/custom-models @datarobot/core-modeling
/public_dropin_environments/python3_onnx @datarobot/custom-models
/public_dropin_environments/python3_pmml @datarobot/custom-models @datarobot/core-modeling
/public_dropin_environments/python3_pytorch @datarobot/custom-models @datarobot/core-modeling
/public_dropin_environments/python3_sklearn @datarobot/custom-models @datarobot/core-modeling
/public_dropin_environments/python3_xgboost @datarobot/custom-models @datarobot/core-modeling
/public_dropin_environments/r_lang @datarobot/custom-models @datarobot/core-modeling
/public_dropin_gpu_environments @datarobot/tracking-agent @datarobot/custom-models
/public_dropin_gpu_environments/python311_genai @datarobot/buzok @datarobot/codegen
/public_dropin_notebook_environments @datarobot/custom-models @datarobot/nbx
/task_templates @datarobot/core-modeling
/tests/e2e/test_custom_task_templates.py @datarobot/core-modeling
/tests/e2e/test_drop_in_environments.py @datarobot/custom-models @datarobot/core-modeling
/tests/e2e/test_drum_push.py @datarobot/custom-models @datarobot/core-modeling
/tests/functional @datarobot/custom-models @datarobot/core-modeling