Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-834: Remove build-create-binary-log and dotnet-test-process-timeout configurations from OSOCE workflows #808

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
7 changes: 1 addition & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
with:
parent-job-name: root-solution-larger-runners
machine-types: "['warp-ubuntu-2204-x64-4x']"
timeout-minutes: 30
timeout-minutes: 60
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
Loading