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

INFRA-164: Upgrading Ubuntu PR builds to 2024.4 (warp-ubuntu-2404-x64-4x) #128

Merged
merged 10 commits into from
Oct 31, 2024
13 changes: 12 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,39 @@ jobs:
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-dotnet.yml@dev
with:
parent-job-name: root-solution-larger-runners
machine-types: "['warp-ubuntu-2204-x64-4x']"
machine-types: "['warp-ubuntu-2404-x64-4x']"
timeout-minutes: 15
build-configuration: Debug
build-enable-nuget-caching: 'true'
build-enable-npm-caching: 'true'
dotnet-version: |
6.0.427
8.0.301

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'
machine-types: "['ubuntu-24.04']"
Piedone marked this conversation as resolved.
Show resolved Hide resolved
timeout-minutes: 30
build-configuration: Debug
dotnet-version: |
6.0.427
8.0.301

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'
machine-types: "['ubuntu-24.04']"
build-directory: NuGetTest
timeout-minutes: 10
dotnet-version: |
6.0.427
8.0.301

post-pull-request-checks-automation:
name: Post Pull Request Checks Automation
Expand Down
Loading