Skip to content

Commit 657b46f

Browse files
committed
reinstate unit/regression/wavecal tests
1 parent b976510 commit 657b46f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
// @Library('dragons_ci@master') _
1414

1515
// Change these to automatically skip steps
16-
def runtests_unit = 0
17-
def runtests_regress = 0
16+
def runtests_unit = 1
17+
def runtests_regress = 1
1818
def runtests_gmosls = 1 // 1 to enable
1919
def runtests_slow = 1
2020
def runtests_f2 = 1
2121
def runtests_niri = 1
2222
def runtests_gsaoi = 1
2323
def runtests_gnirs = 1
24-
def runtests_wavecal = 0
24+
def runtests_wavecal = 1
2525
def runtests_ghost = 1
2626
def runtests_gmos = 1
2727
def runtests_ghost_integ = 1

0 commit comments

Comments
 (0)