Skip to content

Commit

Permalink
Merge pull request #709 from teojgo/ci/reenable_dom
Browse files Browse the repository at this point in the history
[ci] Reenable Dom in the Jenkinsfile
  • Loading branch information
vkarak committed Mar 12, 2019
2 parents 7188703 + 4d9baea commit aaa4de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
def dirPrefix = 'reframe-ci'
def loginBash = '#!/bin/bash -l'
def bashScript = 'ci-scripts/ci-runner.bash'
def machinesList = ['daint', 'kesch']
def machinesList = ['daint', 'dom', 'kesch']
def machinesToRun = machinesList
def runTests = true
def uniqueID
Expand Down

0 comments on commit aaa4de7

Please sign in to comment.