"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "015829e6c4a1b9a33cbf522d6c07619c92f069fd"
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:
- run: pip install .
- run: |
mkdir test_preparation
echo "tests" > test_preparation/test_list.txt
echo "tests" > test_preparation/examples_test_list.txt
- run: python utils/tests_fetcher.py --filter_tests
- run: mv test_list.txt test_preparation/filtered_test_list.txt
- run: mv test_repo_utils.txt test_preparation/test_repo_utils.txt
echo -n "tests" > test_preparation/test_list.txt
echo -n "tests" > test_preparation/examples_test_list.txt
echo -n "tests/repo_utils" > test_preparation/test_repo_utils.txt
- run: |
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: cp test_preparation/generated_config.yml test_preparation/generated_config.txt
- 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