|
2 | 2 | "lms-1": { |
3 | 3 | "settings": "lms.envs.test", |
4 | 4 | "paths": [ |
5 | | - "lms/djangoapps/branding/", |
6 | | - "lms/djangoapps/bulk_email/", |
7 | | - "lms/djangoapps/bulk_enroll/", |
8 | | - "lms/djangoapps/bulk_user_retirement/", |
9 | | - "lms/djangoapps/ccx/", |
10 | | - "lms/djangoapps/certificates/", |
11 | | - "lms/djangoapps/commerce/" |
| 5 | + "lms/djangoapps/discussion/rest_api/" |
12 | 6 | ] |
13 | 7 | }, |
14 | 8 | "lms-2": { |
15 | 9 | "settings": "lms.envs.test", |
16 | 10 | "paths": [ |
| 11 | + "lms/djangoapps/ccx/", |
| 12 | + "lms/djangoapps/commerce/", |
17 | 13 | "lms/djangoapps/course_api/", |
18 | | - "lms/djangoapps/course_blocks/", |
19 | | - "lms/djangoapps/course_goals/", |
20 | | - "lms/djangoapps/course_home_api/", |
21 | 14 | "lms/djangoapps/course_wiki/", |
22 | | - "lms/djangoapps/coursewarehistoryextended/", |
23 | | - "lms/djangoapps/debug/" |
| 15 | + "lms/djangoapps/discussion/notification_prefs/", |
| 16 | + "lms/djangoapps/instructor_task/", |
| 17 | + "lms/djangoapps/ora_staff_grader/", |
| 18 | + "lms/djangoapps/survey/", |
| 19 | + "lms/djangoapps/teams/", |
| 20 | + "lms/djangoapps/verify_student/" |
24 | 21 | ] |
25 | 22 | }, |
26 | 23 | "lms-3": { |
27 | 24 | "settings": "lms.envs.test", |
28 | 25 | "paths": [ |
29 | | - "lms/djangoapps/courseware/" |
| 26 | + "lms/djangoapps/branding/", |
| 27 | + "lms/djangoapps/bulk_enroll/", |
| 28 | + "lms/djangoapps/courseware/", |
| 29 | + "lms/djangoapps/instructor_analytics/", |
| 30 | + "lms/djangoapps/learner_dashboard/", |
| 31 | + "lms/djangoapps/lti_provider/", |
| 32 | + "lms/djangoapps/program_enrollments/" |
30 | 33 | ] |
31 | 34 | }, |
32 | 35 | "lms-4": { |
33 | 36 | "settings": "lms.envs.test", |
34 | 37 | "paths": [ |
35 | | - "lms/djangoapps/discussion/", |
36 | | - "lms/djangoapps/edxnotes/", |
37 | | - "lms/djangoapps/experiments/" |
38 | | - ] |
39 | | - }, |
40 | | - "lms-5": { |
41 | | - "settings": "lms.envs.test", |
42 | | - "paths": [ |
43 | | - "lms/djangoapps/gating/", |
| 38 | + "lms/djangoapps/bulk_user_retirement/", |
| 39 | + "lms/djangoapps/course_blocks/", |
| 40 | + "lms/djangoapps/course_goals/", |
| 41 | + "lms/djangoapps/course_home_api/", |
| 42 | + "lms/djangoapps/coursewarehistoryextended/", |
| 43 | + "lms/djangoapps/discussion/tests/", |
| 44 | + "lms/djangoapps/experiments/", |
44 | 45 | "lms/djangoapps/grades/", |
45 | 46 | "lms/djangoapps/instructor/", |
46 | | - "lms/djangoapps/instructor_analytics/" |
| 47 | + "lms/djangoapps/mfe_config_api/", |
| 48 | + "lms/djangoapps/staticbook/", |
| 49 | + "lms/lib/" |
47 | 50 | ] |
48 | 51 | }, |
49 | | - "lms-6": { |
| 52 | + "lms-5": { |
50 | 53 | "settings": "lms.envs.test", |
51 | 54 | "paths": [ |
52 | | - "lms/djangoapps/instructor_task/", |
53 | | - "lms/djangoapps/learner_dashboard/", |
| 55 | + "lms/djangoapps/bulk_email/", |
| 56 | + "lms/djangoapps/certificates/", |
| 57 | + "lms/djangoapps/debug/", |
| 58 | + "lms/djangoapps/discussion/django_comment_client/", |
| 59 | + "lms/djangoapps/edxnotes/", |
| 60 | + "lms/djangoapps/gating/", |
54 | 61 | "lms/djangoapps/learner_home/", |
55 | 62 | "lms/djangoapps/lms_initialization/", |
56 | 63 | "lms/djangoapps/lms_xblock/", |
57 | | - "lms/djangoapps/lti_provider/", |
58 | 64 | "lms/djangoapps/mailing/", |
59 | 65 | "lms/djangoapps/mobile_api/", |
60 | 66 | "lms/djangoapps/monitoring/", |
61 | | - "lms/djangoapps/ora_staff_grader/", |
62 | | - "lms/djangoapps/program_enrollments/", |
63 | 67 | "lms/djangoapps/rss_proxy/", |
64 | 68 | "lms/djangoapps/static_template_view/", |
65 | | - "lms/djangoapps/staticbook/", |
66 | 69 | "lms/djangoapps/support/", |
67 | | - "lms/djangoapps/survey/", |
68 | | - "lms/djangoapps/teams/", |
69 | 70 | "lms/djangoapps/tests/", |
70 | 71 | "lms/djangoapps/user_tours/", |
71 | | - "lms/djangoapps/verify_student/", |
72 | | - "lms/djangoapps/mfe_config_api/", |
73 | 72 | "lms/envs/", |
74 | | - "lms/lib/", |
75 | 73 | "lms/tests.py" |
76 | 74 | ] |
77 | 75 | }, |
78 | | - "openedx-1-with-lms": { |
| 76 | + "shared-with-lms-1": { |
79 | 77 | "settings": "lms.envs.test", |
80 | 78 | "paths": [ |
81 | | - "openedx/core/djangoapps/ace_common/", |
82 | | - "openedx/core/djangoapps/cors_csrf/", |
| 79 | + "common/djangoapps/", |
83 | 80 | "openedx/core/djangoapps/agreements/", |
84 | 81 | "openedx/core/djangoapps/api_admin/", |
| 82 | + "openedx/core/djangoapps/authz/", |
| 83 | + "openedx/core/djangoapps/cache_toolbox/", |
| 84 | + "openedx/core/djangoapps/ccxcon/", |
| 85 | + "openedx/core/djangoapps/content/", |
| 86 | + "openedx/core/djangoapps/content_libraries/", |
| 87 | + "openedx/core/djangoapps/course_apps/", |
| 88 | + "openedx/core/djangoapps/credentials/", |
| 89 | + "openedx/core/djangoapps/credit/", |
| 90 | + "openedx/core/djangoapps/dark_lang/", |
| 91 | + "openedx/core/djangoapps/django_comment_common/", |
| 92 | + "openedx/core/djangoapps/embargo/", |
| 93 | + "openedx/core/djangoapps/header_control/", |
| 94 | + "openedx/core/djangoapps/heartbeat/", |
| 95 | + "openedx/core/djangoapps/models/", |
| 96 | + "openedx/core/djangoapps/notifications/", |
| 97 | + "openedx/core/djangoapps/oauth_dispatch/", |
| 98 | + "openedx/core/djangoapps/safe_sessions/", |
| 99 | + "openedx/core/djangoapps/schedules/", |
| 100 | + "openedx/core/djangoapps/user_api/", |
| 101 | + "openedx/core/djangoapps/util/", |
| 102 | + "openedx/core/djangoapps/video_pipeline/", |
| 103 | + "openedx/core/djangoapps/waffle_utils/", |
| 104 | + "openedx/core/djangoapps/xblock/", |
| 105 | + "openedx/core/tests/", |
| 106 | + "openedx/features/", |
| 107 | + "openedx/tests/" |
| 108 | + ] |
| 109 | + }, |
| 110 | + "shared-with-lms-2": { |
| 111 | + "settings": "lms.envs.test", |
| 112 | + "paths": [ |
| 113 | + "openedx/core/djangoapps/ace_common/", |
85 | 114 | "openedx/core/djangoapps/auth_exchange/", |
86 | 115 | "openedx/core/djangoapps/bookmarks/", |
87 | | - "openedx/core/djangoapps/cache_toolbox/", |
88 | 116 | "openedx/core/djangoapps/catalog/", |
89 | | - "openedx/core/djangoapps/ccxcon/", |
90 | 117 | "openedx/core/djangoapps/commerce/", |
91 | 118 | "openedx/core/djangoapps/common_initialization/", |
92 | 119 | "openedx/core/djangoapps/common_views/", |
93 | 120 | "openedx/core/djangoapps/config_model_utils/", |
94 | | - "openedx/core/djangoapps/content/", |
95 | | - "openedx/core/djangoapps/content_libraries/", |
96 | 121 | "openedx/core/djangoapps/contentserver/", |
97 | 122 | "openedx/core/djangoapps/cookie_metadata/", |
98 | | - "openedx/core/djangoapps/course_apps/", |
| 123 | + "openedx/core/djangoapps/cors_csrf/", |
99 | 124 | "openedx/core/djangoapps/course_date_signals/", |
100 | 125 | "openedx/core/djangoapps/course_groups/", |
| 126 | + "openedx/core/djangoapps/course_live/", |
101 | 127 | "openedx/core/djangoapps/courseware_api/", |
102 | 128 | "openedx/core/djangoapps/crawlers/", |
103 | | - "openedx/core/djangoapps/credentials/", |
104 | | - "openedx/core/djangoapps/credit/", |
105 | | - "openedx/core/djangoapps/course_live/", |
106 | | - "openedx/core/djangoapps/dark_lang/", |
107 | 129 | "openedx/core/djangoapps/debug/", |
108 | 130 | "openedx/core/djangoapps/discussions/", |
109 | | - "openedx/core/djangoapps/django_comment_common/", |
110 | | - "openedx/core/djangoapps/embargo/", |
111 | 131 | "openedx/core/djangoapps/enrollments/", |
112 | | - "openedx/core/djangoapps/external_user_ids/" |
113 | | - ] |
114 | | - }, |
115 | | - "openedx-2-with-lms": { |
116 | | - "settings": "lms.envs.test", |
117 | | - "paths": [ |
| 132 | + "openedx/core/djangoapps/external_user_ids/", |
118 | 133 | "openedx/core/djangoapps/geoinfo/", |
119 | | - "openedx/core/djangoapps/header_control/", |
120 | | - "openedx/core/djangoapps/heartbeat/", |
121 | 134 | "openedx/core/djangoapps/lang_pref/", |
122 | | - "openedx/core/djangoapps/models/", |
123 | 135 | "openedx/core/djangoapps/monkey_patch/", |
124 | | - "openedx/core/djangoapps/notifications/", |
125 | | - "openedx/core/djangoapps/oauth_dispatch/", |
126 | 136 | "openedx/core/djangoapps/olx_rest_api/", |
127 | 137 | "openedx/core/djangoapps/password_policy/", |
128 | 138 | "openedx/core/djangoapps/plugin_api/", |
129 | 139 | "openedx/core/djangoapps/plugins/", |
130 | 140 | "openedx/core/djangoapps/profile_images/", |
131 | 141 | "openedx/core/djangoapps/programs/", |
132 | | - "openedx/core/djangoapps/safe_sessions/", |
133 | | - "openedx/core/djangoapps/schedules/", |
134 | 142 | "openedx/core/djangoapps/service_status/", |
135 | 143 | "openedx/core/djangoapps/session_inactivity_timeout/", |
136 | 144 | "openedx/core/djangoapps/signals/", |
137 | 145 | "openedx/core/djangoapps/site_configuration/", |
138 | 146 | "openedx/core/djangoapps/system_wide_roles/", |
139 | 147 | "openedx/core/djangoapps/theming/", |
140 | | - "openedx/core/djangoapps/user_api/", |
141 | 148 | "openedx/core/djangoapps/user_authn/", |
142 | | - "openedx/core/djangoapps/util/", |
143 | 149 | "openedx/core/djangoapps/verified_track_content/", |
144 | 150 | "openedx/core/djangoapps/video_config/", |
145 | | - "openedx/core/djangoapps/video_pipeline/", |
146 | | - "openedx/core/djangoapps/waffle_utils/", |
147 | | - "openedx/core/djangoapps/xblock/", |
148 | 151 | "openedx/core/djangoapps/xmodule_django/", |
149 | 152 | "openedx/core/djangoapps/zendesk_proxy/", |
150 | | - "openedx/core/djangoapps/authz/", |
151 | 153 | "openedx/core/djangolib/", |
152 | 154 | "openedx/core/lib/", |
153 | | - "openedx/core/tests/", |
154 | | - "openedx/features/", |
155 | 155 | "openedx/testing/", |
156 | | - "openedx/tests/" |
| 156 | + "xmodule/" |
157 | 157 | ] |
158 | 158 | }, |
159 | | - "openedx-1-with-cms": { |
| 159 | + "shared-with-cms-1": { |
160 | 160 | "settings": "cms.envs.test", |
161 | 161 | "paths": [ |
| 162 | + "common/djangoapps/", |
162 | 163 | "openedx/core/djangoapps/ace_common/", |
163 | | - "openedx/core/djangoapps/cors_csrf/", |
164 | 164 | "openedx/core/djangoapps/agreements/", |
165 | 165 | "openedx/core/djangoapps/api_admin/", |
166 | 166 | "openedx/core/djangoapps/auth_exchange/", |
| 167 | + "openedx/core/djangoapps/authz/", |
167 | 168 | "openedx/core/djangoapps/bookmarks/", |
168 | 169 | "openedx/core/djangoapps/cache_toolbox/", |
169 | 170 | "openedx/core/djangoapps/catalog/", |
|
175 | 176 | "openedx/core/djangoapps/content/", |
176 | 177 | "openedx/core/djangoapps/content_libraries/", |
177 | 178 | "openedx/core/djangoapps/content_staging/", |
| 179 | + "openedx/core/djangoapps/content_tagging/", |
178 | 180 | "openedx/core/djangoapps/contentserver/", |
179 | 181 | "openedx/core/djangoapps/cookie_metadata/", |
| 182 | + "openedx/core/djangoapps/cors_csrf/", |
180 | 183 | "openedx/core/djangoapps/course_apps/", |
181 | 184 | "openedx/core/djangoapps/course_date_signals/", |
182 | 185 | "openedx/core/djangoapps/course_groups/", |
|
190 | 193 | "openedx/core/djangoapps/django_comment_common/", |
191 | 194 | "openedx/core/djangoapps/embargo/", |
192 | 195 | "openedx/core/djangoapps/enrollments/", |
193 | | - "openedx/core/djangoapps/external_user_ids/" |
194 | | - ] |
195 | | - }, |
196 | | - "openedx-2-with-cms": { |
197 | | - "settings": "cms.envs.test", |
198 | | - "paths": [ |
199 | | - "openedx/core/djangoapps/content_tagging/", |
| 196 | + "openedx/core/djangoapps/external_user_ids/", |
200 | 197 | "openedx/core/djangoapps/geoinfo/", |
201 | 198 | "openedx/core/djangoapps/header_control/", |
202 | 199 | "openedx/core/djangoapps/heartbeat/", |
|
228 | 225 | "openedx/core/djangoapps/xblock/", |
229 | 226 | "openedx/core/djangoapps/xmodule_django/", |
230 | 227 | "openedx/core/djangoapps/zendesk_proxy/", |
231 | | - "openedx/core/djangoapps/authz/", |
232 | 228 | "openedx/core/lib/", |
233 | | - "openedx/tests/" |
| 229 | + "openedx/tests/", |
| 230 | + "xmodule/" |
234 | 231 | ] |
235 | 232 | }, |
236 | 233 | "cms-1": { |
|
240 | 237 | "cms/djangoapps/cms_user_tasks/", |
241 | 238 | "cms/djangoapps/course_creators/", |
242 | 239 | "cms/djangoapps/export_course_metadata/", |
243 | | - "cms/djangoapps/modulestore_migrator/", |
244 | 240 | "cms/djangoapps/models/", |
| 241 | + "cms/djangoapps/modulestore_migrator/", |
245 | 242 | "cms/djangoapps/pipeline_js/", |
246 | 243 | "cms/djangoapps/xblock_config/", |
247 | 244 | "cms/envs/", |
|
253 | 250 | "paths": [ |
254 | 251 | "cms/djangoapps/contentstore/" |
255 | 252 | ] |
256 | | - }, |
257 | | - "common-with-lms": { |
258 | | - "settings": "lms.envs.test", |
259 | | - "paths": [ |
260 | | - "common/djangoapps/" |
261 | | - ] |
262 | | - }, |
263 | | - "common-with-cms": { |
264 | | - "settings": "cms.envs.test", |
265 | | - "paths": [ |
266 | | - "common/djangoapps/" |
267 | | - ] |
268 | | - }, |
269 | | - "xmodule-with-lms": { |
270 | | - "settings": "lms.envs.test", |
271 | | - "paths": [ |
272 | | - "xmodule/" |
273 | | - ] |
274 | | - }, |
275 | | - "xmodule-with-cms": { |
276 | | - "settings": "cms.envs.test", |
277 | | - "paths": [ |
278 | | - "xmodule/" |
279 | | - ] |
280 | 253 | } |
281 | 254 | } |
0 commit comments