Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit de060a9

Browse files
Use numpy 1.17; remove builds for numba master
- Use Numpy 1.17 for CI builds - Remove CI builds for numba master (will use internal) - Trigger CI only on master branch
1 parent 5c87986 commit de060a9

2 files changed

Lines changed: 13 additions & 39 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
dist: trusty
44

5+
branches:
6+
only:
7+
- master
8+
59
env:
610
global:
711
- GIT_DESCRIBE_TAG=0.29.2

azure-pipelines.yml

Lines changed: 9 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
trigger:
2+
- master
3+
4+
pr:
5+
- master
6+
17
jobs:
28
- template: buildscripts/azure/template-windows.yml
39
parameters:
@@ -7,7 +13,7 @@ jobs:
713
matrix:
814
py3.7_numpy1.16:
915
PYTHON_VER: '3.7'
10-
NUMPY_VER: '1.16'
16+
NUMPY_VER: '1.17'
1117
USE_NUMBA_MASTER: 'False'
1218
SDC_CONFIG_PIPELINE_SDC: 'False'
1319

@@ -19,7 +25,7 @@ jobs:
1925
matrix:
2026
py3.7_numpy1.16:
2127
PYTHON_VER: '3.7'
22-
NUMPY_VER: '1.16'
28+
NUMPY_VER: '1.17'
2329
USE_NUMBA_MASTER: 'False'
2430
SDC_CONFIG_PIPELINE_SDC: 'False'
2531

@@ -31,42 +37,6 @@ jobs:
3137
matrix:
3238
py3.7_numpy1.16:
3339
PYTHON_VER: '3.7'
34-
NUMPY_VER: '1.16'
40+
NUMPY_VER: '1.17'
3541
USE_NUMBA_MASTER: 'False'
3642
SDC_CONFIG_PIPELINE_SDC: 'False'
37-
38-
- template: buildscripts/azure/template-windows.yml
39-
parameters:
40-
name: Windows2016_vs2017_NumbaMaster
41-
vmImage: vs2017-win2016
42-
allowFailure: true
43-
matrix:
44-
py3.7_numpy1.16:
45-
PYTHON_VER: '3.7'
46-
NUMPY_VER: '1.16'
47-
USE_NUMBA_MASTER: 'True'
48-
SDC_CONFIG_PIPELINE_SDC: 'False'
49-
50-
- template: buildscripts/azure/template-linux-macos.yml
51-
parameters:
52-
name: macOS1013_xcode9_NumbaMaster
53-
vmImage: xcode9-macos10.13
54-
allowFailure: true
55-
matrix:
56-
py3.7_numpy1.16:
57-
PYTHON_VER: '3.7'
58-
NUMPY_VER: '1.16'
59-
USE_NUMBA_MASTER: 'True'
60-
SDC_CONFIG_PIPELINE_SDC: 'False'
61-
62-
- template: buildscripts/azure/template-linux-macos.yml
63-
parameters:
64-
name: Ubuntu1604_NumbaMaster
65-
vmImage: ubuntu-16.04
66-
allowFailure: true
67-
matrix:
68-
py3.7_numpy1.16:
69-
PYTHON_VER: '3.7'
70-
NUMPY_VER: '1.16'
71-
USE_NUMBA_MASTER: 'True'
72-
SDC_CONFIG_PIPELINE_SDC: 'False'

0 commit comments

Comments
 (0)