Skip to content

Commit

Permalink
remove unstable tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Luar <[email protected]>
  • Loading branch information
luarss committed Jan 12, 2025
1 parent b7058ea commit ae488eb
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions flow/test/test_autotuner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,4 @@ if [ "$PLATFORM" == "asap7" ] && [ "$DESIGN_NAME" == "gcd" ]; then
python3 -m unittest tools.AutoTuner.test.resume_check.ResumeCheck.test_tune_resume
fi

# echo "Running Autotuner smoke algorithm & evaluation test"
# python3 -m unittest tools.AutoTuner.test.smoke_test_algo_eval.${PLATFORM}AlgoEvalSmokeTest.test_algo_eval

# # run this test last (because it modifies current path)
# echo "Running Autotuner remote test"
# if [ "$PLATFORM" == "asap7" ] && [ "$DESIGN_NAME" == "gcd" ]; then
# # Get the directory of the current script
# script_dir="$(dirname "${BASH_SOURCE[0]}")"
# cd "$script_dir"/../../
# latest_image=$(./etc/DockerTag.sh -dev)
# echo "ORFS_VERSION=$latest_image" > ./tools/AutoTuner/.env
# cd ./tools/AutoTuner
# docker compose up --wait
# docker compose exec ray-worker bash -c "cd /OpenROAD-flow-scripts/tools/AutoTuner/src/autotuner && \
# python3 distributed.py --design gcd --platform asap7 --server 127.0.0.1 --port 10001 \
# --config ../../../../flow/designs/asap7/gcd/autotuner.json tune --samples 1"
# docker compose down -v --remove-orphans
# fi

exit $ret

0 comments on commit ae488eb

Please sign in to comment.