Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
- pre-commit
uses: ./.github/workflows/ubuntu.yml
with:
is_nightly: ${{ github.event_name == 'schedule' }}
ppc_tasks: ${{ needs.ci-scope.outputs.ppc_tasks || 'all' }}
mac:
needs:
Expand Down
17 changes: 6 additions & 11 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Ubuntu
on:
workflow_call:
inputs:
is_nightly:
description: 'Is nightly CI run'
required: false
type: boolean
default: false
ppc_tasks:
description: 'Tasks to build'
required: false
Expand All @@ -28,7 +23,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
os: ["ubuntu-24.04"]
build_type: [Release, Debug]
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -83,7 +78,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
os: ["ubuntu-24.04"]
steps:
- uses: actions/checkout@v6
- name: Download installed package
Expand Down Expand Up @@ -115,7 +110,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
os: ["ubuntu-24.04"]
steps:
- uses: actions/checkout@v6
- name: Download installed package
Expand All @@ -139,7 +134,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
os: ["ubuntu-24.04"]
steps:
- uses: actions/checkout@v6
with:
Expand Down Expand Up @@ -185,7 +180,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
os: ["ubuntu-24.04"]
steps:
- uses: actions/checkout@v6
- name: Download installed package
Expand Down Expand Up @@ -217,7 +212,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
os: ["ubuntu-24.04"]
steps:
- uses: actions/checkout@v6
- name: Download installed package
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/en/LC_MESSAGES/user_guide/ci.po
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ msgstr ""

#: ../../../../docs/user_guide/ci.rst:13
msgid ""
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang, "
"amd64+arm), macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang), "
"macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
"``scripts/run_tests.py`` for threads (``--counts 1 2 3 4``; extended ``5 "
"7 11 13``) and processes (MPI, ``--counts 1 2 3 4``)."
msgstr ""
Expand Down
6 changes: 3 additions & 3 deletions docs/locale/ru/LC_MESSAGES/user_guide/ci.po
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ msgstr ""

#: ../../../../docs/user_guide/ci.rst:13
msgid ""
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang, "
"amd64+arm), macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang), "
"macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
"``scripts/run_tests.py`` for threads (``--counts 1 2 3 4``; extended ``5 "
"7 11 13``) and processes (MPI, ``--counts 1 2 3 4``)."
msgstr ""
"Сборки и тесты на платформах (Ubuntu, macOS, Windows) — Ubuntu "
"(GCC/Clang, amd64+arm), macOS (Clang), Windows (MSVC/Clang‑CL); "
"(GCC/Clang), macOS (Clang), Windows (MSVC/Clang‑CL); "
"функциональные тесты через ``scripts/run_tests.py`` для потоков "
"(``--counts 1 2 3 4``; расширенно ``5 7 11 13``) и процессов (MPI, "
"``--counts 1 2 3 4``)."
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ High‑level pipeline

- Pre-commit checks (fast) — runs repository hooks on changed files; fix locally via ``pre-commit run -a``.

- Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang, amd64+arm), macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via ``scripts/run_tests.py`` for threads (``--counts 1 2 3 4``; extended ``5 7 11 13``) and processes (MPI, ``--counts 1 2 3 4``).
- Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang), macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via ``scripts/run_tests.py`` for threads (``--counts 1 2 3 4``; extended ``5 7 11 13``) and processes (MPI, ``--counts 1 2 3 4``).

- Sanitizers (Ubuntu/Clang) — Address/UB/Leak; tests use ``PPC_ASAN_RUN=1`` to skip valgrind.

Expand Down
Loading