Skip to content

Commit

Permalink
Add gate tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ansalond committed Apr 18, 2019
1 parent 2c53cbe commit 1d9c078
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vm/mx.vm/mx_vm_gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ class VmGateTasks:
compiler = 'compiler'
substratevm = 'substratevm'
sulong = 'sulong'
graal_js = 'graal-js'
graal_js_all = 'graal-js'
graal_js_smoke = 'graal-js-smoke'
graal_js_tests = 'graal-js-tests'
graal_js_tests_compiled = 'graal-js-tests-compiled'
graal_nodejs = 'graal-nodejs'
truffleruby = 'truffleruby'
ruby = 'ruby'
Expand All @@ -70,7 +73,7 @@ def gate_body(args, tasks):
if t and mx_vm.has_component('Sulong', fatalIfMissing=True):
pass

with Task('Vm: Graal.js tests', tasks, tags=[VmGateTasks.graal_js]) as t:
with Task('Vm: Graal.js tests', tasks, tags=[VmGateTasks.graal_js_all]) as t:
if t and mx_vm.has_component('Graal.js', fatalIfMissing=True):
pass

Expand Down

0 comments on commit 1d9c078

Please sign in to comment.