mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Switch to 4-core runners for browser tests
refs: https://github.com/TryGhost/DevOps/issues/78 This number of cores has been approved, will test with 1 browser per core, and 1 browser for every two cores
This commit is contained in:
parent
fe90778816
commit
11b9e8a73f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -261,7 +261,8 @@ jobs:
|
||||||
job_browser-tests:
|
job_browser-tests:
|
||||||
name: Browser tests
|
name: Browser tests
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-latest
|
runs-on:
|
||||||
|
labels: ubuntu-latest-4-cores
|
||||||
needs: [job_get_metadata, job_install_deps]
|
needs: [job_get_metadata, job_install_deps]
|
||||||
if: needs.job_get_metadata.outputs.is_main == 'true' || needs.job_get_metadata.outputs.has_browser_tests_label == 'true'
|
if: needs.job_get_metadata.outputs.is_main == 'true' || needs.job_get_metadata.outputs.has_browser_tests_label == 'true'
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
Loading…
Add table
Reference in a new issue