Skip to content

Commit

Permalink
Remove no merge files option for hipcc builds (ROCm#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBrownAMD authored Jun 9, 2020
1 parent 280e83b commit a93bc68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .jenkins/common.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ def runCompileCommand(platform, project, jobName, boolean debug=false)
####
tox --version
tox -v --workdir /tmp/.tensile-tox -e lint
#### temporarily enable --no-merge-files until hipclang update is posted
tox -v --workdir /tmp/.tensile-tox -e py35 -- ${test_dir} -m "${test_marks}" --junit-xml=\$(pwd)/python_unit_tests.xml --tensile-options=--no-merge-files,--cxx-compiler=${compiler} --timing-file=\$(pwd)/timing-\$gpuArch.csv
tox -v --workdir /tmp/.tensile-tox -e py35 -- ${test_dir} -m "${test_marks}" --junit-xml=\$(pwd)/python_unit_tests.xml --tensile-options=--cxx-compiler=${compiler} --timing-file=\$(pwd)/timing-\$gpuArch.csv
mkdir build
pushd build
Expand Down Expand Up @@ -116,8 +115,7 @@ def runTestCommand (platform, project, jobName, test_marks)
export HOME=/home/jenkins
####
tox --version
#### temporarily enable --no-merge-files until hipclang update is posted
tox -v --workdir /tmp/.tensile-tox -e py35 -- ${test_dir} -m "${test_marks}" --tensile-options=--no-merge-files,--cxx-compiler=${compiler} --timing-file=\$(pwd)/timing-\$gpuArch.csv
tox -v --workdir /tmp/.tensile-tox -e py35 -- ${test_dir} -m "${test_marks}" --tensile-options=--cxx-compiler=${compiler} --timing-file=\$(pwd)/timing-\$gpuArch.csv
PY_ERR=\$?
date
Expand Down

0 comments on commit a93bc68

Please sign in to comment.