"data/data_augment.py" did not exist on "5ba3127fe282b8a99fbbadab5cfb279b8a215f5e"
Commit 3ac41462 authored by Paul's avatar Paul
Browse files

Remove overlapping tools

parent b6ca80c9
...@@ -149,7 +149,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build -> ...@@ -149,7 +149,7 @@ rocmtest tidy: rocmnode('rocmtest') { cmake_build ->
aggregatingResults: true, aggregatingResults: true,
enabledForFailure: true, enabledForFailure: true,
referenceJobName: 'MLLibs/AMDMIGraphX/develop', referenceJobName: 'MLLibs/AMDMIGraphX/develop',
tools: [cmake(), clangTidy(), cppCheck(), clang(), gcc(), sphinxBuild()] tools: [cmake(), clang(), sphinxBuild()]
) )
} }
} }
......
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