Skip to content

Commit

Permalink
Testing concurrency with cancel-in-progress-for-this-pr disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
BenedekFarkas committed Dec 7, 2023
1 parent 05d9fd7 commit d2cae5b
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:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-larger-runners"
machine-types: "['gitrunners-windows-2022-x64-8vcpu']"
timeout-minutes: 30
Expand All @@ -53,6 +54,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:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-standard-runners"
machine-types: "['windows-2022']"
timeout-minutes: 60
Expand All @@ -71,6 +73,7 @@ jobs:
name: Build and Test Windows - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "nuget-solution"
machine-types: "['windows-2022']"
build-directory: NuGetTest
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@issue/OSOE-743
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-larger-runners"
machine-types: "['buildjet-4vcpu-ubuntu-2204']"
timeout-minutes: 20
Expand All @@ -30,6 +31,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:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "root-solution-standard-runners"
timeout-minutes: 40
set-up-sql-server: "true"
Expand All @@ -41,6 +43,7 @@ jobs:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@issue/OSOE-743
with:
cancel-in-progress-for-this-pr: "false"
parent-job-name: "nuget-solution"
build-directory: NuGetTest
timeout-minutes: 15
Expand Down

0 comments on commit d2cae5b

Please sign in to comment.