"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "56baa03380fc17d85705240ebbc57c075a9b3f23"
Unverified Commit 8db92dbe authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix nightly CircleCI (#19837)



* Fix nightly CircleCI

* update
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 743995e0
...@@ -81,11 +81,13 @@ jobs: ...@@ -81,11 +81,13 @@ jobs:
- run: pip install . - run: pip install .
- run: | - run: |
mkdir test_preparation mkdir test_preparation
echo "tests" > test_preparation/test_list.txt echo -n "tests" > test_preparation/test_list.txt
echo "tests" > test_preparation/examples_test_list.txt echo -n "tests" > test_preparation/examples_test_list.txt
- run: python utils/tests_fetcher.py --filter_tests echo -n "tests/repo_utils" > test_preparation/test_repo_utils.txt
- run: mv test_list.txt test_preparation/filtered_test_list.txt - run: |
- run: mv test_repo_utils.txt test_preparation/test_repo_utils.txt echo -n "tests" > test_list.txt
python utils/tests_fetcher.py --filter_tests
mv test_list.txt test_preparation/filtered_test_list.txt
- run: python .circleci/create_circleci_config.py --fetcher_folder test_preparation - run: python .circleci/create_circleci_config.py --fetcher_folder test_preparation
- run: cp test_preparation/generated_config.yml test_preparation/generated_config.txt - run: cp test_preparation/generated_config.yml test_preparation/generated_config.txt
- store_artifacts: - store_artifacts:
......
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