Commit 75025568 authored by Paul's avatar Paul
Browse files

Add reference job

parent 32f153cd
...@@ -145,7 +145,12 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build -> ...@@ -145,7 +145,12 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
make -j$(nproc) -k analyze make -j$(nproc) -k analyze
''' '''
} finally { } finally {
recordIssues aggregatingResults: true, enabledForFailure: true, tools: [cmake(), clangTidy(), cppCheck(), clang(), gcc(), sphinxBuild()] recordIssues(
aggregatingResults: true,
enabledForFailure: true,
referenceJobName: 'MLLibs/AMDMIGraphX/develop',
tools: [cmake(), clangTidy(), cppCheck(), clang(), gcc(), sphinxBuild()]
)
} }
} }
}, gcc5: rocmnode('rocmtest') { cmake_build -> }, gcc5: rocmnode('rocmtest') { cmake_build ->
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment