test
All checks were successful
Global Runner Check / test-linux (push) Successful in 1s
Global Runner Check / test-windows (push) Successful in 1s
Global Runner Check / test-valgrind (push) Successful in 0s
Infrastructure Stress Test / parallel-builds (linux, 1) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 2) (push) Successful in 14s
Infrastructure Stress Test / memory-analysis (push) Successful in 15s
Infrastructure Stress Test / parallel-builds (linux, 3) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 4) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 5) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 6) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 7) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 8) (push) Successful in 13s
Infrastructure Stress Test / parallel-builds (windows, 2) (push) Successful in 30s
Infrastructure Stress Test / parallel-builds (windows, 1) (push) Successful in 32s
Infrastructure Stress Test / parallel-builds (windows, 3) (push) Successful in 29s
Infrastructure Stress Test / parallel-builds (windows, 4) (push) Successful in 26s
Infrastructure Stress Test / parallel-builds (windows, 5) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (windows, 6) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (windows, 7) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (windows, 8) (push) Successful in 14s
All checks were successful
Global Runner Check / test-linux (push) Successful in 1s
Global Runner Check / test-windows (push) Successful in 1s
Global Runner Check / test-valgrind (push) Successful in 0s
Infrastructure Stress Test / parallel-builds (linux, 1) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 2) (push) Successful in 14s
Infrastructure Stress Test / memory-analysis (push) Successful in 15s
Infrastructure Stress Test / parallel-builds (linux, 3) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 4) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 5) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 6) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 7) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (linux, 8) (push) Successful in 13s
Infrastructure Stress Test / parallel-builds (windows, 2) (push) Successful in 30s
Infrastructure Stress Test / parallel-builds (windows, 1) (push) Successful in 32s
Infrastructure Stress Test / parallel-builds (windows, 3) (push) Successful in 29s
Infrastructure Stress Test / parallel-builds (windows, 4) (push) Successful in 26s
Infrastructure Stress Test / parallel-builds (windows, 5) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (windows, 6) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (windows, 7) (push) Successful in 14s
Infrastructure Stress Test / parallel-builds (windows, 8) (push) Successful in 14s
This commit is contained in:
@@ -3,10 +3,11 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
parallel-builds:
|
parallel-builds:
|
||||||
runs-on: [linux, windows]
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
task_id: [1, 2, 3, 4, 5, 6, 7, 8]
|
task_id: [1, 2, 3, 4, 5, 6, 7, 8]
|
||||||
|
os_label: [linux, windows]
|
||||||
|
runs-on: ${{ matrix.os_label }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user