Skip to content

Commit

Permalink
reactivating all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Mar 31, 2023
1 parent ab384c7 commit 89d5bc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

// Change these to automatically skip steps
def runtests_gmosls = 1 // 1 to enable
def runtests_slow = 0
def runtests_f2 = 0
def runtests_niri = 0
def runtests_gsaoi = 0
def runtests_gnirs = 0
def runtests_wavecal = 0
def runtests_slow = 1
def runtests_f2 = 1
def runtests_niri = 1
def runtests_gsaoi = 1
def runtests_gnirs = 1
def runtests_wavecal = 1

pipeline {

Expand Down

0 comments on commit 89d5bc3

Please sign in to comment.