Skip to content

Commit

Permalink
Revert "fix model_benchmark ci (#33035)"
Browse files Browse the repository at this point in the history
This reverts commit 0e5d832.
  • Loading branch information
tianshuo78520a authored May 24, 2021
1 parent b8e4ec7 commit 5f4011d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/test_model_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ function check_whl {

mkdir -p /tmp/pr && mkdir -p /tmp/develop
unzip -q build/python/dist/*.whl -d /tmp/pr
rm -f build/python/dist/*.whl && rm -f build/python/build/.timestamp

git checkout .
git checkout -b develop_base_pr upstream/$BRANCH
cd build
make -j `nproc`
[ $? -ne 0 ] && echo "install paddle failed." && exit 1
unzip -q python/dist/*.whl -d /tmp/develop

sed -i '/version.py/d' /tmp/pr/*/RECORD
Expand Down

1 comment on commit 5f4011d

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.