From ae5654f74c1a0d4a6b8e72d2894d57e165f94adb Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Wed, 8 Jan 2025 11:19:14 -0800 Subject: [PATCH 1/3] do we just need to install .net 6 on this guy? --- tools/test-proxy/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/test-proxy/tests.yml b/tools/test-proxy/tests.yml index 6a1d7d6c5dc..2b480dfa73a 100644 --- a/tools/test-proxy/tests.yml +++ b/tools/test-proxy/tests.yml @@ -174,6 +174,12 @@ stages: inputs: version: "7.x" + - task: UseDotNet@2 + displayName: "Install .NET 6" + retryCountOnTaskFailure: 3 + inputs: + version: "6.x" + - template: /eng/pipelines/templates/steps/install-dotnet.yml - pwsh: | From bb225e5c38f7d858e5a343543ef71947606371ee Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Wed, 8 Jan 2025 11:20:05 -0800 Subject: [PATCH 2/3] disable the other tests --- tools/test-proxy/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/test-proxy/tests.yml b/tools/test-proxy/tests.yml index 2b480dfa73a..346c098af38 100644 --- a/tools/test-proxy/tests.yml +++ b/tools/test-proxy/tests.yml @@ -5,6 +5,7 @@ variables: stages: - stage: IntegrationTests + condition: false displayName: "Asset Sync Integration Tests" jobs: - job: Solution_Integration_Test @@ -84,6 +85,7 @@ stages: jobs: - job: Test_JS_Utils + condition: false displayName: Invoke JS Utils CI Tests strategy: @@ -204,6 +206,7 @@ stages: displayName: Run Python Tables CI Tests + condition: false strategy: matrix: Windows: From 85f2e4ded6e4b4ebd2f9c79a0be62232e2da79c8 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Wed, 8 Jan 2025 11:25:36 -0800 Subject: [PATCH 3/3] remove condition --- tools/test-proxy/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/test-proxy/tests.yml b/tools/test-proxy/tests.yml index 346c098af38..2b480dfa73a 100644 --- a/tools/test-proxy/tests.yml +++ b/tools/test-proxy/tests.yml @@ -5,7 +5,6 @@ variables: stages: - stage: IntegrationTests - condition: false displayName: "Asset Sync Integration Tests" jobs: - job: Solution_Integration_Test @@ -85,7 +84,6 @@ stages: jobs: - job: Test_JS_Utils - condition: false displayName: Invoke JS Utils CI Tests strategy: @@ -206,7 +204,6 @@ stages: displayName: Run Python Tables CI Tests - condition: false strategy: matrix: Windows: