Skip to content

Commit

Permalink
Testing BuildJet vs. WarpBuild with one iteration to populate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Jun 7, 2024
1 parent efc0049 commit 2767e60
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
build-and-test-larger-runners:
if: github.ref_name != github.event.repository.default_branch
name: Build and Test (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@issue/OSOE-790
strategy:
matrix:
iteration: [1]
with:
parent-job-name: "root-solution-larger-runners"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
parent-job-name: root-solution-larger-runners-${{ matrix.iteration }}
machine-types: "['buildjet-4vcpu-ubuntu-2204', 'warp-ubuntu-2204-x64-4x']"
timeout-minutes: 15
build-configuration: Debug
build-enable-nuget-caching: "true"
Expand All @@ -31,6 +34,7 @@ jobs:

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
if: false
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: "nuget-solution"
Expand Down

0 comments on commit 2767e60

Please sign in to comment.