Skip to content

Commit

Permalink
Removing build-create-binary-log and dotnet-test-process-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dministro committed Jul 7, 2024
1 parent b420df1 commit 69d98b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ jobs:
set-up-sql-server: "true"
set-up-azurite: "true"
ui-test-parallelism: 0
build-create-binary-log: "true"
dotnet-test-process-timeout: 720000
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
test-filter: "FullyQualifiedName!~SecurityScanningTests"
Expand All @@ -61,8 +59,6 @@ jobs:
timeout-minutes: 70
set-up-sql-server: "true"
set-up-azurite: "true"
build-create-binary-log: "true"
dotnet-test-process-timeout: 840000
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
test-filter: "FullyQualifiedName!~SecurityScanningTests"
Expand All @@ -79,7 +75,6 @@ jobs:
machine-types: "['windows-2022']"
build-directory: NuGetTest
timeout-minutes: 30
dotnet-test-process-timeout: 540000
# Running ZAP for security scans in Docker under GHA Windows runners won't work since such virtualization is not
# supported by GHA.
test-filter: "FullyQualifiedName!~SecurityScanningTests"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
set-up-sql-server: "true"
set-up-azurite: "true"
ui-test-parallelism: 0
build-create-binary-log: "true"
dotnet-test-process-timeout: 600000
build-enable-nuget-caching: "true"
build-enable-npm-caching: "true"

Expand All @@ -34,8 +32,6 @@ jobs:
timeout-minutes: 50
set-up-sql-server: "true"
set-up-azurite: "true"
build-create-binary-log: "true"
dotnet-test-process-timeout: 780000

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
Expand All @@ -44,7 +40,6 @@ jobs:
parent-job-name: nuget-solution
build-directory: NuGetTest
timeout-minutes: 20
dotnet-test-process-timeout: 480000

spelling:
name: Spelling
Expand Down

0 comments on commit 69d98b0

Please sign in to comment.