Split out oss versions for e2e/integration tests #5265
Draft
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.
Description
This pull request refactors the CI pipeline to run integration and end-to-end tests for the R4B and R5 OSS versions using Dockerized SQL Server and CosmosDB containers, rather than deploying and testing against live Azure environments. It introduces a new job template for running these tests in Docker and removes several deployment and test stages for R4B and R5 CosmosDB/SQL sites, streamlining the pipeline and improving test isolation and reproducibility.
Pipeline restructuring and test execution changes:
docker-sql-tests.ymlto automate building, running, and testing R4B and R5 projects against Dockerized SQL Server and CosmosDB containers, including secure password generation and code coverage reporting.deployR4B,deployR4BSql,deployR5,deployR5Sql,testR4B,testR5) with a singletestOssVersionsDockerSqlstage that runs Docker-based integration and E2E tests for both R4B and R5. [1] [2]Coverage aggregation update:
Related issues
Addresses [issue #].
Testing
Describe how this change was tested.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)