CI: simplify test jobs for Octave (only leave the manual one)

time-shift
Sébastien Villemot 2019-03-26 18:51:51 +01:00
parent e48177543b
commit aa16d46006
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 15 deletions

View File

@ -70,10 +70,9 @@ test_old_matlab:
- make -C mex/build/matlab clean
- make -j $(nproc) -C mex/build/matlab
- make -j $(($(nproc) * 3 / 4)) -C tests check-matlab
allow_failure: true
when: manual
.test_octave_template:
test_octave:
stage: test
variables:
OPENBLAS_NUM_THREADS: 1
@ -95,19 +94,6 @@ test_old_matlab:
when: always
dependencies:
- build_binaries
allow_failure: true
test_octave_auto:
extends: .test_octave_template
only:
- tags
- schedules
test_octave_manual:
extends: .test_octave_template
except:
- tags
- schedules
when: manual
test_dynare++: