Skip to content

Commit

Permalink
BuildJet vs. WarpBuild testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed May 24, 2024
1 parent 45a00b3 commit 3798bf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
parent-job-name: "root-solution-larger-runners"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
machine-types: "['buildjet-4vcpu-ubuntu-2204', 'warp-ubuntu-2204-x64-4x']"
timeout-minutes: 30
set-up-sql-server: "true"
set-up-azurite: "true"
Expand Down Expand Up @@ -42,6 +42,7 @@ jobs:
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
parent-job-name: nuget-solution
machine-types: "['buildjet-4vcpu-ubuntu-2204', 'warp-ubuntu-2204-x64-4x']"
build-directory: NuGetTest
timeout-minutes: 20
dotnet-test-process-timeout: 480000
Expand All @@ -68,7 +69,7 @@ jobs:
name: PowerShell Static Code Analysis
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev
with:
machine-types: '["ubuntu-22.04"]'
machine-types: "['buildjet-2vcpu-ubuntu-2204', 'warp-ubuntu-2204-x64-2x']"

yaml-linting:
name: YAML Linting
Expand Down

0 comments on commit 3798bf5

Please sign in to comment.