Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
106 changes: 0 additions & 106 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,18 +170,10 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 5
- name: Run func tests (threads, num_threads=6)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 6
- name: Run func tests (threads, num_threads=7)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 7
- name: Run func tests (threads, num_threads=8)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 8
- name: Run func tests (threads, num_threads=11)
run: python3 scripts/run_tests.py --running-type="threads"
env:
Expand All @@ -190,14 +182,6 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 13
- name: Run func tests (threads, num_threads=15)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 15
- name: Run func tests (threads, num_threads=16)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 16
ubuntu-clang-build:
needs:
- clang-format
Expand Down Expand Up @@ -338,18 +322,10 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 5
- name: Run tests (threads, num_threads=6)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 6
- name: Run tests (threads, num_threads=7)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 7
- name: Run tests (threads, num_threads=8)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 8
- name: Run tests (threads, num_threads=11)
run: python3 scripts/run_tests.py --running-type="threads"
env:
Expand All @@ -358,14 +334,6 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 13
- name: Run tests (threads, num_threads=15)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 15
- name: Run tests (threads, num_threads=16)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 16
ubuntu-clang-sanitizer-build:
needs:
- ubuntu-clang-build
Expand Down Expand Up @@ -508,21 +476,10 @@ jobs:
env:
OMP_NUM_THREADS: 5
ASAN_RUN: 1
- name: Run tests (threads, num_threads=6)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 6
ASAN_RUN: 1
- name: Run tests (threads, num_threads=7)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 7
ASAN_RUN: 1
- name: Run tests (threads, num_threads=8)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 8
ASAN_RUN: 1
- name: Run tests (threads, num_threads=11)
run: python3 scripts/run_tests.py --running-type="threads"
env:
Expand All @@ -532,17 +489,6 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 13
ASAN_RUN: 1
- name: Run tests (threads, num_threads=15)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 15
ASAN_RUN: 1
- name: Run tests (threads, num_threads=16)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 16
ASAN_RUN: 1
macos-clang-build:
needs:
- clang-format
Expand Down Expand Up @@ -673,18 +619,10 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 5
- name: Run tests (threads, num_threads=6)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 6
- name: Run tests (threads, num_threads=7)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 7
- name: Run tests (threads, num_threads=8)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 8
- name: Run tests (threads, num_threads=11)
run: python3 scripts/run_tests.py --running-type="threads"
env:
Expand All @@ -693,14 +631,6 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 13
- name: Run tests (threads, num_threads=15)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 15
- name: Run tests (threads, num_threads=16)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 16
windows-msvc-build:
needs:
- clang-format
Expand Down Expand Up @@ -840,18 +770,10 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 5
- name: Run tests (threads, num_threads=6)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 6
- name: Run tests (threads, num_threads=7)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 7
- name: Run tests (threads, num_threads=8)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 8
- name: Run tests (threads, num_threads=11)
run: python3 scripts/run_tests.py --running-type="threads"
env:
Expand All @@ -860,14 +782,6 @@ jobs:
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 13
- name: Run tests (threads, num_threads=15)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 15
- name: Run tests (threads, num_threads=16)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 16
windows-clang-build:
needs:
- clang-format
Expand Down Expand Up @@ -996,21 +910,11 @@ jobs:
env:
OMP_NUM_THREADS: 5
CLANG_BUILD: 1
- name: Run tests (threads, num_threads=6)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 6
CLANG_BUILD: 1
- name: Run tests (threads, num_threads=7)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 7
CLANG_BUILD: 1
- name: Run tests (threads, num_threads=8)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 8
CLANG_BUILD: 1
- name: Run tests (threads, num_threads=11)
run: python3 scripts/run_tests.py --running-type="threads"
env:
Expand All @@ -1021,16 +925,6 @@ jobs:
env:
OMP_NUM_THREADS: 13
CLANG_BUILD: 1
- name: Run tests (threads, num_threads=15)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 15
CLANG_BUILD: 1
- name: Run tests (threads, num_threads=16)
run: python3 scripts/run_tests.py --running-type="threads"
env:
OMP_NUM_THREADS: 16
CLANG_BUILD: 1
ubuntu-gcc-build-codecov:
needs:
- ubuntu-gcc-test-extended
Expand Down
Loading