test(core): git-backed memory repo integration (real object store) (#9298)
--------- Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
committed by
Caren Thomas
parent
0bdedb3c0f
commit
93249b96f5
3
.github/workflows/core-integration-tests.yml
vendored
3
.github/workflows/core-integration-tests.yml
vendored
@@ -41,7 +41,8 @@ jobs:
|
||||
"integration_test_batch_api_cron_jobs.py",
|
||||
"integration_test_builtin_tools.py",
|
||||
"integration_test_turbopuffer.py",
|
||||
"integration_test_human_in_the_loop.py"
|
||||
"integration_test_human_in_the_loop.py",
|
||||
"integration_test_git_memory_repo_http.py"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
4
.github/workflows/reusable-test-workflow.yml
vendored
4
.github/workflows/reusable-test-workflow.yml
vendored
@@ -381,6 +381,10 @@ jobs:
|
||||
GOOGLE_CLOUD_PROJECT: ${{ secrets.GOOGLE_CLOUD_PROJECT }}
|
||||
GOOGLE_CLOUD_LOCATION: ${{ secrets.GOOGLE_CLOUD_LOCATION }}
|
||||
|
||||
# Real object store (required for git-backed memory integration test)
|
||||
# Use DEV bucket/prefix variable to avoid prod resources.
|
||||
LETTA_OBJECT_STORE_URI: ${{ vars.LETTA_OBJECT_STORE_URI_DEV }}
|
||||
|
||||
# Feature flags (shared across all test types)
|
||||
LETTA_ENABLE_BATCH_JOB_POLLING: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user