File tree Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Original file line number Diff line number Diff line change @@ -27,48 +27,36 @@ matrix:
27
27
env :
28
28
- BUILD_TYPE="InstallScript"
29
29
OSX_PACKAGES="gcc"
30
- - os : linux
30
+ - &ubuntu
31
+ os : linux
31
32
sudo : false
32
33
env :
33
34
- BUILD_TYPE="CodeCoverage"
34
35
cache :
36
+ apt : false
35
37
directories :
36
38
- " $CACHE"
37
39
addons :
38
40
apt :
39
41
sources :
40
- - george-edison55-precise-backports
41
42
- ubuntu-toolchain-r-test
43
+ - george-edison55-precise-backports
42
44
packages :
43
45
- gcc-6
44
46
- gfortran-6
45
47
- g++-6
46
48
- binutils
47
49
- cmake-data
48
50
- cmake
49
- - os : linux
50
- sudo : false
51
+ -
52
+ << : *ubuntu
51
53
env :
52
54
- BUILD_TYPE="Release"
53
- cache :
54
- directories :
55
- - " $CACHE"
56
- addons :
57
- apt :
58
- sources :
59
- - george-edison55-precise-backports
60
- - ubuntu-toolchain-r-test
61
- packages :
62
- - gcc-6
63
- - gfortran-6
64
- - g++-6
65
- - binutils
66
- - cmake-data
67
- - cmake
68
- - os : linux
69
- sudo : false
55
+ -
56
+ << : *ubuntu
70
57
env :
71
58
- BUILD_TYPE="InstallScript"
59
+ cache : false
72
60
addons :
73
61
apt :
74
62
sources :
Original file line number Diff line number Diff line change @@ -372,6 +372,7 @@ if(opencoarrays_aware_compiler)
372
372
add_mpi_test (async_comp_alloc 6 ${tests_root} /unit/init_register/async_comp_alloc )
373
373
# Timeout async_comp_alloc test after 3 seconds to progess past the known failure
374
374
set_property (TEST async_comp_alloc PROPERTY TIMEOUT_AFTER_MATCH 3 "known failure" )
375
+ set_property (TEST async_comp_alloc PROPERTY TIMEOUT 6 ) # in the event old CMake is being used
375
376
endif ()
376
377
add_mpi_test (get_array 2 ${tests_root} /unit/send-get/get_array )
377
378
add_mpi_test (get_self 2 ${tests_root} /unit/send-get/get_self )
You can’t perform that action at this time.
0 commit comments