Skip to content

Commit b6a9e8c

Browse files
committed
Isolate testing
1 parent 0da700f commit b6a9e8c

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/ci-toolchain.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
os:
29-
- macos-15-intel
30-
- macos-14 # See ci-release.yml about macos-latest
31-
- ubuntu-22.04
29+
# - macos-15-intel
30+
# - macos-14 # See ci-release.yml about macos-latest
31+
# - ubuntu-22.04
3232
- ubuntu-latest
33-
- windows-latest
34-
gcc_version: [10, 11, 12, 13, 14, 15]
33+
# - windows-latest
34+
gcc_version: [13]
3535

3636
exclude:
3737
# Some combos are not supported due to missing pieces in the toolchain
@@ -66,13 +66,13 @@ jobs:
6666
# older tests that are explicitly included next
6767
- os: ubuntu-22.04
6868

69-
include:
70-
# Only test gcc-10 and -11 on ubuntu-22.04 (to maintain testing
71-
# back-compatibility, as those were being tested before)
72-
- os: ubuntu-22.04
73-
gcc_version: 10
74-
- os: ubuntu-22.04
75-
gcc_version: 11
69+
# include:
70+
# # Only test gcc-10 and -11 on ubuntu-22.04 (to maintain testing
71+
# # back-compatibility, as those were being tested before)
72+
# - os: ubuntu-22.04
73+
# gcc_version: 10
74+
# - os: ubuntu-22.04
75+
# gcc_version: 11
7676

7777
steps:
7878
- name: Check out

scripts/ci-github.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $run_python ../scripts/python/check_finalize_exceptions.py ../src
123123
echo ............................
124124

125125
echo Running Python test suite now:
126-
$run_python ./run.py --show-time-info -E || { echo Python test suite failures, unstable build!; exit 1; }
126+
$run_python ./run.py with/git-reference --show-time-info -E || { echo Python test suite failures, unstable build!; exit 1; }
127127
cd ..
128128
echo ............................
129129

0 commit comments

Comments
 (0)