This is an automated email from the ASF dual-hosted git repository.

yasith pushed a commit to branch feat/server-collapse
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 71e5046e250819bbfc0bf20e8568a7a78f5fe846
Author: yasithdev <[email protected]>
AuthorDate: Sat Mar 28 02:10:43 2026 -0500

    refactor: update Tiltfile for restructured module layout
---
 Tiltfile | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/Tiltfile b/Tiltfile
index ad9700a596..ae4b639647 100644
--- a/Tiltfile
+++ b/Tiltfile
@@ -11,12 +11,18 @@ local_resource(
     deps=[
         'airavata-api/src',
         'airavata-api/pom.xml',
-        'airavata-thrift-server/src',
-        'airavata-thrift-server/pom.xml',
-        'airavata-rest-server/src',
-        'airavata-rest-server/pom.xml',
-        'airavata-grpc-server/src',
-        'airavata-grpc-server/pom.xml',
+        'airavata-api/file-server/src',
+        'airavata-api/file-server/pom.xml',
+        'airavata-api/agent-service/src',
+        'airavata-api/agent-service/pom.xml',
+        'airavata-api/research-service/src',
+        'airavata-api/research-service/pom.xml',
+        'airavata-server/thrift/src',
+        'airavata-server/thrift/pom.xml',
+        'airavata-server/rest/src',
+        'airavata-server/rest/pom.xml',
+        'airavata-server/grpc/src',
+        'airavata-server/grpc/pom.xml',
         'airavata-server/src',
         'airavata-server/pom.xml',
     ],

Reply via email to