@@ -7,6 +7,8 @@ platform/services/auth_proxy:
7
7
- .github/workflows/component.yml
8
8
platform/services/credit :
9
9
- platform/services/credit/**
10
+ - libs/kafka_tools/**
11
+ - libs/telemetry_tools/**
10
12
- libs/grpc_interfaces/pyproject.toml
11
13
- libs/grpc_interfaces/credit_system/**
12
14
- libs/grpc_interfaces/account_service/**
@@ -15,6 +17,7 @@ platform/services/credit:
15
17
- .github/workflows/component.yml
16
18
platform/services/observability :
17
19
- platform/services/observability/**
20
+ - libs/telemetry_tools/**
18
21
- Makefile.shared-python
19
22
- Makefile.shared
20
23
- .github/workflows/component.yml
@@ -29,11 +32,14 @@ platform/services/onboarding:
29
32
- .github/workflows/component.yml
30
33
platform/services/notifier :
31
34
- platform/services/notifier/**
35
+ - libs/kafka_tools/**
36
+ - libs/telemetry_tools/**
32
37
- Makefile.shared-python
33
38
- Makefile.shared
34
39
- .github/workflows/component.yml
35
40
platform/services/user_directory :
36
41
- platform/services/user_directory/**
42
+ - platform/libs/users_handler/**
37
43
- libs/telemetry_tools/**
38
44
- libs/spicedb_tools/**
39
45
- libs/grpc_interfaces/pyproject.toml
@@ -78,6 +84,7 @@ platform/services/opa_bundle:
78
84
- .github/workflows/component.yml
79
85
platform/services/installer :
80
86
- platform/services/installer/**
87
+ - libs/k8s_tools/**
81
88
- Makefile.shared-python
82
89
- Makefile.shared
83
90
- .github/workflows/component.yml
@@ -87,9 +94,12 @@ interactive_ai/services/auto_train:
87
94
- interactive_ai/services/auto_train/**
88
95
- interactive_ai/libs/iai_core_py/**
89
96
- interactive_ai/supported_models/**
97
+ - libs/grpc_interfaces/pyproject.toml
98
+ - libs/grpc_interfaces/job_submission/**
90
99
- libs/types/**
91
100
- libs/telemetry_tools/**
92
101
- libs/feature_tools/**
102
+ - libs/configuration_tools/**
93
103
- Makefile.shared-python
94
104
- Makefile.shared
95
105
- .github/workflows/component.yml
@@ -178,6 +188,9 @@ interactive_ai/services/resource:
178
188
- interactive_ai/services/resource/**
179
189
- interactive_ai/libs/iai_core_py/**
180
190
- interactive_ai/libs/media_utils/**
191
+ - interactive_ai/supported_models/**
192
+ - libs/grpc_interfaces/pyproject.toml
193
+ - libs/grpc_interfaces/model_registration/**
181
194
- libs/types/**
182
195
- libs/telemetry_tools/**
183
196
- libs/feature_tools/**
@@ -218,11 +231,14 @@ interactive_ai/workflows/common:
218
231
- libs/kafka_tools/**
219
232
- libs/telemetry_tools/**
220
233
- libs/types/**
234
+ - libs/grpc_interfaces/pyproject.toml
235
+ - libs/grpc_interfaces/job_update/**
221
236
- Makefile.shared-python
222
237
- Makefile.shared
223
238
- .github/workflows/component.yml
224
239
interactive_ai/workflows/dataset_ie :
225
240
- interactive_ai/workflows/dataset_ie/**
241
+ - interactive_ai/workflows/common/pyproject.toml
226
242
- interactive_ai/workflows/common/jobs_common
227
243
- interactive_ai/workflows/common/jobs_common_extras/datumaro_conversion
228
244
- interactive_ai/libs/iai_core_py/**
@@ -237,6 +253,7 @@ interactive_ai/workflows/dataset_ie:
237
253
- .github/workflows/component.yml
238
254
interactive_ai/workflows/project_ie :
239
255
- interactive_ai/workflows/project_ie/**
256
+ - interactive_ai/workflows/common/pyproject.toml
240
257
- interactive_ai/workflows/common/jobs_common
241
258
- interactive_ai/workflows/common/jobs_common_extras/datumaro_conversion
242
259
- interactive_ai/data_migration/**
@@ -252,6 +269,7 @@ interactive_ai/workflows/project_ie:
252
269
- .github/workflows/component.yml
253
270
interactive_ai/workflows/model_test :
254
271
- interactive_ai/workflows/model_test/**
272
+ - interactive_ai/workflows/common/pyproject.toml
255
273
- interactive_ai/workflows/common/jobs_common
256
274
- interactive_ai/workflows/common/jobs_common_extras/evaluation
257
275
- interactive_ai/libs/iai_core_py/**
@@ -264,12 +282,14 @@ interactive_ai/workflows/model_test:
264
282
- .github/workflows/component.yml
265
283
interactive_ai/workflows/optimize :
266
284
- interactive_ai/workflows/optimize/**
285
+ - interactive_ai/workflows/common/pyproject.toml
267
286
- interactive_ai/workflows/common/jobs_common
268
287
- interactive_ai/workflows/common/jobs_common_extras/evaluation
269
288
- interactive_ai/workflows/common/jobs_common_extras/shard_dataset
270
289
- interactive_ai/libs/iai_core_py/**
271
290
- interactive_ai/libs/media_utils/**
272
291
- libs/k8s_tools/**
292
+ - libs/kafka_tools/**
273
293
- libs/telemetry_tools/**
274
294
- libs/types/**
275
295
- Makefile.shared-python
@@ -279,6 +299,7 @@ interactive_ai/workflows/train:
279
299
- interactive_ai/supported_models/**
280
300
- interactive_ai/workflows/train/job/**
281
301
- interactive_ai/workflows/train/tests/**
302
+ - interactive_ai/workflows/common/pyproject.toml
282
303
- interactive_ai/workflows/common/jobs_common
283
304
- interactive_ai/workflows/common/jobs_common_extras/evaluation
284
305
- interactive_ai/workflows/common/jobs_common_extras/experiments
0 commit comments