From ae488ebae605b5b46d7da54a58a97ef61785ec83 Mon Sep 17 00:00:00 2001 From: Jack Luar Date: Sun, 12 Jan 2025 02:56:48 +0000 Subject: [PATCH] remove unstable tests Signed-off-by: Jack Luar --- flow/test/test_autotuner.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/flow/test/test_autotuner.sh b/flow/test/test_autotuner.sh index f64ab7e92f..7f8c258753 100755 --- a/flow/test/test_autotuner.sh +++ b/flow/test/test_autotuner.sh @@ -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