10000 CI Reduce travis nightly load (#19113) · scikit-learn/scikit-learn@cbfe0ed · GitHub
[go: up one dir, main page]

Skip to content

Commit cbfe0ed

Browse files
ogriselthomasjpfan
andauthored
CI Reduce travis nightly load (#19113)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
1 parent 6902b10 commit cbfe0ed

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,21 @@ jobs:
3636
- BUILD_WITH_ICC=true
3737
if: type = cron OR commit_message =~ /\[icc-build\]/
3838

39-
- python: 3.7
39+
# Manual trigger of linux/arm64 tests in PR without triggering the full
40+
# wheel building process for all the Python versions.
41+
- python: 3.9
4042
os: linux
4143
arch: arm64
42-
if: type = cron OR commit_message =~ /\[arm64\]/
44+
if: commit_message =~ /\[arm64\]/
4345
env:
4446
- CPU_COUNT=8
4547

46-
# Linux environments to build the scikit-learn wheels
47-
# for the ARM64 arquitecture and Python 3.6 and newer
48+
# Linux environments to build the scikit-learn wheels for the ARM64
49+
# architecture and Python 3.6 and newer. This is used both at release time
50+
# with the manual trigger in the commit message in the release branch and as
51+
# a scheduled task to build the weekly dev build on the master branch. The
52+
# weekly frequency is meant to avoid depleting the Travis CI credits too
53+
# fast.
4854
- python: 3.6
4955
os: linux
5056
arch: arm64

0 commit comments

Comments
 (0)
0