Skip to content

Commit

Permalink
Merge pull request #126 from Lombiq/issue/OSOE-790
Browse files Browse the repository at this point in the history
OSOE-790: Testing BuildJet vs. WarpBuild
  • Loading branch information
Piedone committed Aug 6, 2024
2 parents 61fb2a1 + 7ad15aa commit 20680d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ jobs:
name: Build and Test (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: "root-solution-larger-runners"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
parent-job-name: root-solution-larger-runners
machine-types: "['warp-ubuntu-2204-x64-4x']"
timeout-minutes: 15
build-configuration: Debug
build-enable-nuget-caching: "true"
build-enable-npm-caching: "true"
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'

build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
name: Build and Test (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: "root-solution-standard-runners"
parent-job-name: 'root-solution-standard-runners'
timeout-minutes: 30
build-configuration: Debug

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: "nuget-solution"
parent-job-name: 'nuget-solution'
build-directory: NuGetTest
timeout-minutes: 10

Expand Down

0 comments on commit 20680d3

Please sign in to comment.