Strengthen integration CI with provider-tiered jobs and canonical TOKEN_* env wiring#67
Closed
Strengthen integration CI with provider-tiered jobs and canonical TOKEN_* env wiring#67
TOKEN_* env wiring#67Conversation
Co-authored-by: mbe24 <7420624+mbe24@users.noreply.github.com>
Co-authored-by: mbe24 <7420624+mbe24@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] [Feature] Strengthen CI integration tests with provider token secrets
Strengthen integration CI with provider-tiered jobs and canonical Mar 12, 2026
TOKEN_* env wiring
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.
Integration coverage in CI was coupled to a single mixed run and legacy provider env names, which blurred failure signals and left Jira/Bitbucket coverage out of CI execution.
This PR introduces provider-scoped integration jobs and standardizes token wiring on canonical
TOKEN_*env names while preserving legacy local fallback behavior.CI: split integration into provider-tiered jobs
continue-on-error): Jira, Bitbucket Cloud--skip ...integration invocation with provider-targeted test slices.Token resolution: canonical names + compatibility fallback
TOKEN_GITHUB,TOKEN_GITLAB,TOKEN_JIRA,TOKEN_BITBUCKETGITHUB_TOKEN,GITLAB_TOKEN,JIRA_TOKEN,BITBUCKET_TOKENIntegration test helper updates
Docs and user-facing auth hints
TOKEN_*first.Example of the new token resolution behavior:
Original prompt
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.