ci: add daily leangraph-test integration test workflow#2499
Merged
Conversation
Adds a parallel Test workflow that targets the leangraph-test tenant on a 09:00 IST weekday schedule, distinct from the existing nightly run. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
cmgrote
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/test-leangraph.yml, a parallel copy oftest.ymlthat targets the leangraph-test.atlan.com tenant.30 3 * * 1-5— 09:00 IST (03:30 UTC) on weekdays only. Does not overlap with the existing nightly0 4 * * *run.workflow_dispatchfor on-demand runs.LEANGRAPH_*repo secrets instead of the existingATLAN_*/CLIENT_*ones, so the current daily pipeline is untouched.leangraph-to avoid colliding with the existing workflow when both run at once.Required repo secrets (must be configured before the first run)
The following four secrets need to be set at the repo level for the workflow to actually authenticate against
leangraph-test.atlan.com:LEANGRAPH_ATLAN_BASE_URL— e.g.https://leangraph-test.atlan.comLEANGRAPH_ATLAN_API_KEYLEANGRAPH_CLIENT_IDLEANGRAPH_CLIENT_SECRETNVD_API_KEYis reused from the existing repo secret.Test plan
LEANGRAPH_*secrets viagh secret set(or the Settings UI).build,integration-test,asset-import-test, andpackage-testjobs all pick up the leangraph-test base URL.Testworkflow (test.yml) is unaffected and continues to use the originalATLAN_BASE_URL/ATLAN_API_KEYsecrets.🤖 Generated with Claude Code