Skip to content

Commit

Permalink
Adding parent-job-name parameters to jobs calling the build-and-test-…
Browse files Browse the repository at this point in the history
…orchard-core workflow
  • Loading branch information
BenedekFarkas committed Dec 7, 2023
1 parent 54c8154 commit b198cbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
name: Build and Test Windows - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
parent-job-name: 'root-solution-larger-runners'
machine-types: "['gitrunners-windows-2022-x64-8vcpu']"
timeout-minutes: 30
set-up-sql-server: "true"
Expand All @@ -52,6 +53,7 @@ jobs:
name: Build and Test Windows - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
parent-job-name: 'root-solution-standard-runners'
machine-types: "['windows-2022']"
timeout-minutes: 60
set-up-sql-server: "true"
Expand All @@ -69,6 +71,7 @@ jobs:
name: Build and Test Windows - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
parent-job-name: 'nuget-solution'
machine-types: "['windows-2022']"
build-directory: NuGetTest
timeout-minutes: 25
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: Build and Test - root solution (larger runners)
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']"
timeout-minutes: 20
set-up-sql-server: "true"
Expand All @@ -29,6 +30,7 @@ jobs:
name: Build and Test - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
parent-job-name: 'root-solution-standard-runners'
timeout-minutes: 40
set-up-sql-server: "true"
set-up-azurite: "true"
Expand All @@ -39,6 +41,7 @@ jobs:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
parent-job-name: 'nuget-solution'
build-directory: NuGetTest
timeout-minutes: 15
blame-hang-timeout: "5m"
Expand Down

0 comments on commit b198cbd

Please sign in to comment.