Skip to content

Commit b356023

Browse files
authored
[CI] Remove nightly Ubuntu 24.04 ARM job (#813)
1 parent 90a5f3a commit b356023

5 files changed

Lines changed: 12 additions & 18 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- pre-commit
5353
uses: ./.github/workflows/ubuntu.yml
5454
with:
55-
is_nightly: ${{ github.event_name == 'schedule' }}
5655
ppc_tasks: ${{ needs.ci-scope.outputs.ppc_tasks || 'all' }}
5756
mac:
5857
needs:

.github/workflows/ubuntu.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ name: Ubuntu
33
on:
44
workflow_call:
55
inputs:
6-
is_nightly:
7-
description: 'Is nightly CI run'
8-
required: false
9-
type: boolean
10-
default: false
116
ppc_tasks:
127
description: 'Tasks to build'
138
required: false
@@ -28,7 +23,7 @@ jobs:
2823
password: ${{ secrets.GITHUB_TOKEN }}
2924
strategy:
3025
matrix:
31-
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
26+
os: ["ubuntu-24.04"]
3227
build_type: [Release, Debug]
3328
steps:
3429
- uses: actions/checkout@v6
@@ -83,7 +78,7 @@ jobs:
8378
password: ${{ secrets.GITHUB_TOKEN }}
8479
strategy:
8580
matrix:
86-
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
81+
os: ["ubuntu-24.04"]
8782
steps:
8883
- uses: actions/checkout@v6
8984
- name: Download installed package
@@ -115,7 +110,7 @@ jobs:
115110
password: ${{ secrets.GITHUB_TOKEN }}
116111
strategy:
117112
matrix:
118-
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
113+
os: ["ubuntu-24.04"]
119114
steps:
120115
- uses: actions/checkout@v6
121116
- name: Download installed package
@@ -139,7 +134,7 @@ jobs:
139134
password: ${{ secrets.GITHUB_TOKEN }}
140135
strategy:
141136
matrix:
142-
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
137+
os: ["ubuntu-24.04"]
143138
steps:
144139
- uses: actions/checkout@v6
145140
with:
@@ -185,7 +180,7 @@ jobs:
185180
password: ${{ secrets.GITHUB_TOKEN }}
186181
strategy:
187182
matrix:
188-
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
183+
os: ["ubuntu-24.04"]
189184
steps:
190185
- uses: actions/checkout@v6
191186
- name: Download installed package
@@ -217,7 +212,7 @@ jobs:
217212
password: ${{ secrets.GITHUB_TOKEN }}
218213
strategy:
219214
matrix:
220-
os: ${{ fromJSON(inputs.is_nightly && '["ubuntu-24.04","ubuntu-24.04-arm"]' || '["ubuntu-24.04"]') }}
215+
os: ["ubuntu-24.04"]
221216
steps:
222217
- uses: actions/checkout@v6
223218
- name: Download installed package

docs/locale/en/LC_MESSAGES/user_guide/ci.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ msgstr ""
5151

5252
#: ../../../../docs/user_guide/ci.rst:13
5353
msgid ""
54-
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang, "
55-
"amd64+arm), macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
54+
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang), "
55+
"macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
5656
"``scripts/run_tests.py`` for threads (``--counts 1 2 3 4``; extended ``5 "
5757
"7 11 13``) and processes (MPI, ``--counts 1 2 3 4``)."
5858
msgstr ""

docs/locale/ru/LC_MESSAGES/user_guide/ci.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ msgstr ""
5858

5959
#: ../../../../docs/user_guide/ci.rst:13
6060
msgid ""
61-
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang, "
62-
"amd64+arm), macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
61+
"Platform builds and tests (Ubuntu, macOS, Windows) — Ubuntu (GCC/Clang), "
62+
"macOS (Clang), Windows (MSVC/Clang‑CL); functional tests via "
6363
"``scripts/run_tests.py`` for threads (``--counts 1 2 3 4``; extended ``5 "
6464
"7 11 13``) and processes (MPI, ``--counts 1 2 3 4``)."
6565
msgstr ""
6666
"Сборки и тесты на платформах (Ubuntu, macOS, Windows) — Ubuntu "
67-
"(GCC/Clang, amd64+arm), macOS (Clang), Windows (MSVC/Clang‑CL); "
67+
"(GCC/Clang), macOS (Clang), Windows (MSVC/Clang‑CL); "
6868
"функциональные тесты через ``scripts/run_tests.py`` для потоков "
6969
"(``--counts 1 2 3 4``; расширенно ``5 7 11 13``) и процессов (MPI, "
7070
"``--counts 1 2 3 4``)."

docs/user_guide/ci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ High‑level pipeline
1010

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

13-
- 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``).
13+
- 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``).
1414

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

0 commit comments

Comments
 (0)