From d9a64d8beaa99a87bcc62d00077ae28836f79acd Mon Sep 17 00:00:00 2001 From: David Negstad Date: Thu, 15 May 2025 13:38:13 -0700 Subject: [PATCH] Revert "Explicitly set Docker as test runtime to avoid issues with docker info (#9200)" This reverts commit 8692e43bef24148b62d9f5342130b5b9526ac318. --- .github/workflows/run-tests.yml | 2 -- eng/pipelines/templates/BuildAndTest.yml | 1 - tests/helix/send-to-helix-inner.proj | 3 --- 3 files changed, 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6c0b8d11e28..0ca78d2b196 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -213,7 +213,6 @@ jobs: working-directory: ${{ github.workspace }}/run-tests/ env: CI: false - DOTNET_ASPIRE_CONTAINER_RUNTIME: docker DCP_DIAGNOSTICS_LOG_LEVEL: debug DCP_DIAGNOSTICS_LOG_FOLDER: ${{ github.workspace }}/testresults/dcp BUILT_NUGETS_PATH: ${{ github.workspace }}/artifacts/packages/Debug/Shipping @@ -236,7 +235,6 @@ jobs: id: run-tests env: CI: false - DOTNET_ASPIRE_CONTAINER_RUNTIME: docker DCP_DIAGNOSTICS_LOG_LEVEL: debug DCP_DIAGNOSTICS_LOG_FOLDER: ${{ github.workspace }}/testresults/dcp # During restore and build, we use -ci, which causes NUGET_PACKAGES to point to a local cache (Arcade behavior). diff --git a/eng/pipelines/templates/BuildAndTest.yml b/eng/pipelines/templates/BuildAndTest.yml index 4d35dc037c2..bf2313a80c0 100644 --- a/eng/pipelines/templates/BuildAndTest.yml +++ b/eng/pipelines/templates/BuildAndTest.yml @@ -106,7 +106,6 @@ steps: "${{ parameters.buildScript }} -testnobuild -test -configuration ${{ parameters.buildConfig }} /bl:${{ parameters.repoLogPath }}/tests.binlog /maxcpucount:1 /p:BuildInParallel=false $(_OfficialBuildIdArgs)" env: DOCKER_BUILDKIT: 1 - DOTNET_ASPIRE_CONTAINER_RUNTIME: docker # https://github.com/dotnet/aspire/issues/5195#issuecomment-2271687822 DOTNET_ASPIRE_DEPENDENCY_CHECK_TIMEOUT: 180 DCP_DIAGNOSTICS_LOG_LEVEL: debug diff --git a/tests/helix/send-to-helix-inner.proj b/tests/helix/send-to-helix-inner.proj index ebab71b7976..5f1f383cd9e 100644 --- a/tests/helix/send-to-helix-inner.proj +++ b/tests/helix/send-to-helix-inner.proj @@ -153,9 +153,6 @@ - - -