Fix pyenv-version-name not found issue (#7768)
Summary: Remove the workaround for that. Pull Request resolved: https://github.com/facebook/rocksdb/pull/7768 Reviewed By: cheng-chang Differential Revision: D25487150 Pulled By: jay-zhuang fbshipit-source-id: 4514dfc64eb56d2dad48f9a24176c21af8107def
This commit is contained in:
parent
fd7d8dc56e
commit
07c0fc002a
@ -84,7 +84,7 @@ commands:
|
|||||||
name: Install gtest-parallel
|
name: Install gtest-parallel
|
||||||
command: |
|
command: |
|
||||||
git clone --single-branch --branch master --depth 1 https://github.com/google/gtest-parallel.git ~/gtest-parallel
|
git clone --single-branch --branch master --depth 1 https://github.com/google/gtest-parallel.git ~/gtest-parallel
|
||||||
echo "export PATH=$HOME/gtest-parallel:$PATH" >> $BASH_ENV
|
echo 'export PATH=$HOME/gtest-parallel:$PATH' >> $BASH_ENV
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
windows-2xlarge:
|
windows-2xlarge:
|
||||||
@ -433,7 +433,7 @@ jobs:
|
|||||||
sed -i 's/[[:space:]]*$//; s/ / \.\//g; s/.*/.\/&/' /tmp/test_list
|
sed -i 's/[[:space:]]*$//; s/ / \.\//g; s/.*/.\/&/' /tmp/test_list
|
||||||
cat /tmp/test_list
|
cat /tmp/test_list
|
||||||
export TEST_TMPDIR=/tmp/rocksdb_test_tmp
|
export TEST_TMPDIR=/tmp/rocksdb_test_tmp
|
||||||
/usr/bin/python ../gtest-parallel/gtest-parallel $(</tmp/test_list) --output_dir=/tmp | cat # pipe to cat to continuously output status on circleci UI. Otherwise, no status will be printed while the job is running.
|
gtest-parallel $(</tmp/test_list) --output_dir=/tmp | cat # pipe to cat to continuously output status on circleci UI. Otherwise, no status will be printed while the job is running.
|
||||||
- post-steps
|
- post-steps
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
Loading…
Reference in New Issue
Block a user