From 8e97061217d3cedff0121227ccf66d84b20b2f89 Mon Sep 17 00:00:00 2001 From: Aditya Sharad Date: Thu, 21 Jul 2022 13:33:20 -0700 Subject: [PATCH] DEBUG: Attempt to turn off CLR tracer in test workflow --- .github/workflows/__autobuild-macos-dotnet.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/__autobuild-macos-dotnet.yml b/.github/workflows/__autobuild-macos-dotnet.yml index d723223fb..c5ff403c3 100644 --- a/.github/workflows/__autobuild-macos-dotnet.yml +++ b/.github/workflows/__autobuild-macos-dotnet.yml @@ -3,7 +3,7 @@ # pip install ruamel.yaml && python3 sync.py # to regenerate this file. -name: 'PR Check - Autobuild ' +name: 'PR Check - Autobuild C# on macOS' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GO111MODULE: auto @@ -25,15 +25,9 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: latest - os: macos-latest version: latest - - os: windows-2019 - version: latest - - os: windows-2022 - version: latest - name: 'Autobuild ' + name: 'Autobuild C# on macOS' timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: @@ -49,6 +43,13 @@ jobs: languages: csharp tools: ${{ steps.prepare-test.outputs.tools-url }} - uses: ./../action/autobuild + env: + COR_ENABLE_PROFILING: "" + COR_PROFILER: "" + COR_PROFILER_PATH_64: "" + CORECLR_ENABLE_PROFILING: "" + CORECLR_PROFILER: "" + CORECLR_PROFILER_PATH_64: "" - uses: ./../action/analyze env: TEST_MODE: true