We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b976510 commit 657b46fCopy full SHA for 657b46f
1 file changed
Jenkinsfile
@@ -13,15 +13,15 @@
13
// @Library('dragons_ci@master') _
14
15
// Change these to automatically skip steps
16
-def runtests_unit = 0
17
-def runtests_regress = 0
+def runtests_unit = 1
+def runtests_regress = 1
18
def runtests_gmosls = 1 // 1 to enable
19
def runtests_slow = 1
20
def runtests_f2 = 1
21
def runtests_niri = 1
22
def runtests_gsaoi = 1
23
def runtests_gnirs = 1
24
-def runtests_wavecal = 0
+def runtests_wavecal = 1
25
def runtests_ghost = 1
26
def runtests_gmos = 1
27
def runtests_ghost_integ = 1
0 commit comments