mirror of https://github.com/facebook/rocksdb.git
Run error-filtering script on diff-triggered tests
Summary: this script creates a summary message based on the test type and output. Previously it only ran during contbuild. This diff makes it also run on commit-triggered diffs. Test Plan: will see if it works on diff's sandcastle tests Reviewers: kradhakrishnan, lightmark, sdong Reviewed By: sdong Subscribers: andrewkr, dhruba, leveldb Differential Revision: https://reviews.facebook.net/D60879
This commit is contained in:
parent
f8061a237e
commit
9498069fc9
|
@ -134,6 +134,7 @@ function getSteps($applyDiff, $diffID, $username, $test) {
|
||||||
"name" => "Run " . $test,
|
"name" => "Run " . $test,
|
||||||
"shell" => $cmd,
|
"shell" => $cmd,
|
||||||
"user" => "root",
|
"user" => "root",
|
||||||
|
"parser" => "python build_tools/error_filter.py " . $test,
|
||||||
);
|
);
|
||||||
|
|
||||||
$steps[] = $run_test;
|
$steps[] = $run_test;
|
||||||
|
|
Loading…
Reference in New Issue