Skip to content
Snippets Groups Projects
Commit 0b6d72c2 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

remove node portability targets

parent 08ce4b92
No related branches found
No related tags found
No related merge requests found
......@@ -195,15 +195,6 @@ def _create_portability_test_jobs(extra_args=[]):
compiler='coreclr',
labels=['portability'],
extra_args=extra_args)
for compiler in ['node5', 'node0.12']:
test_jobs += _generate_jobs(languages=['node'],
configs=['dbg'],
platforms=['linux'],
arch='default',
compiler=compiler,
labels=['portability'],
extra_args=extra_args)
return test_jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment