Skip to content

Commit ea8df2d

Browse files
Restore full-compat testing for local server/t9s on main (#22012)
Reverts #21982 ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). > List any specific things you want to get reviewer opinions on, and anything a reviewer would need to know to review this PR effectively. > Things you might want to include: > > - Questions about how to properly make automated tests for your changes. > - Questions about design choices you made. > - Descriptions of how to manually test the changes (and how much of that you have done). > - etc. > > If you have any questions in this section, consider making the PR a draft until all questions have been resolved.
1 parent 90ddf1c commit ea8df2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/pipelines/test-real-service.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stages:
4444
testPackage: ${{ variables.testPackage }}
4545
testWorkspace: ${{ variables.testWorkspace }}
4646
artifactBuildId: $(resources.pipeline.client.runID)
47-
testCommand: test:realsvc:local:report # TODO: AB#9085 - restore full compat matrix
47+
testCommand: test:realsvc:local:report:full
4848
env:
4949
FLUID_TEST_LOGGER_PKG_PATH: ${{ variables.testWorkspace }}/node_modules/@ff-internal/aria-logger # Contains getTestLogger impl to inject
5050

@@ -59,7 +59,7 @@ stages:
5959
testPackage: ${{ variables.testPackage }}
6060
testWorkspace: ${{ variables.testWorkspace }}
6161
artifactBuildId: $(resources.pipeline.client.runID)
62-
testCommand: test:realsvc:tinylicious:report # TODO: AB#9085 - restore full compat matrix
62+
testCommand: test:realsvc:tinylicious:report:full
6363
# TODO: AB#8968 tracks figuring out the root cause of the extended delay, and restoring this timeout to 90m or less
6464
timeoutInMinutes: 120
6565
env:

0 commit comments

Comments
 (0)