GPCAPIM-196 - alpha integration environment#149
Merged
neil-sproston merged 1 commit intomainfrom Apr 2, 2026
Merged
Conversation
b83264c to
82574fb
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds support for running non-unit test suites against an “alpha integration” APIM proxy instance by parameterizing the proxy base path used during remote test execution.
Changes:
- Update the test runner to build
--proxy-nameusing a newPROXY_BASE_PATHenvironment variable for remote, non-unit tests. - Wire
PROXY_BASE_PATHinto the preview environment workflow test steps (contract/schema/integration/acceptance). - Wire
PROXY_BASE_PATHinto the alpha-integration environment workflow test steps and adjust alpha-integration env configuration (e.g., ALB rule priority).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
scripts/tests/run-test.sh |
Switches remote proxy naming to be based on PROXY_BASE_PATH and adds extra branch logging. |
.github/workflows/preview-env.yml |
Exports PROXY_BASE_PATH for remote non-unit test steps in preview environments. |
.github/workflows/alpha-integration-env.yml |
Adds PROXY_BASE_PATH exports for alpha integration remote tests and updates env settings for the alpha integration deployment. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
702f3f9 to
e70bf07
Compare
|
|
Deployment Complete
|
neil-sproston
approved these changes
Apr 2, 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.



PROXY_BASE_PATHused underset -uwithout a guard inscripts/tests/run-test.shPROXY_BASE_PATHis used in the remote non-unit test branch