aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-10-04 15:08:36 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-10-05 11:07:37 +0200
commitad666a94142db43593456f4cd88645ff80e66786 (patch)
tree85b8a89686a5579a0a850dc463ddf9ff3ef392d9 /tools
parent1b0dd825cc6e56fa79c5de46452069aee87193e5 (diff)
remove node portability targets
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_tests_matrix.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/run_tests/run_tests_matrix.py b/tools/run_tests/run_tests_matrix.py
index d5f9047825..a94f9cfef5 100755
--- a/tools/run_tests/run_tests_matrix.py
+++ b/tools/run_tests/run_tests_matrix.py
@@ -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