From 4c84b9d819aa2637c8f19d5e7d68e167a5a14c50 Mon Sep 17 00:00:00 2001 From: Thomas Kidd Date: Fri, 23 Feb 2024 14:54:03 -0600 Subject: [PATCH] updated nightly build, but ran into buildroot errors --- bin/nightly_build.py | 13 ++++++++----- bin/wrapper_nightly_runs.sh | 1 - 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/bin/nightly_build.py b/bin/nightly_build.py index 21d0ce025..7848198d2 100755 --- a/bin/nightly_build.py +++ b/bin/nightly_build.py @@ -615,8 +615,8 @@ test_runner.set_env_var("nightly_runs/repos/") # ensures that the new WALLY envi ############################################# -# target = "wally-riscv-arch-test" -target = "all" +target = "wally-riscv-arch-test" +# target = "all" if test_runner.execute_makefile(target = target): print(f"The {target} tests were made successfully") @@ -640,8 +640,8 @@ for test_type, test_name, test_exctention in test_list: print(f"Test extenction: {test_exctention}") check, output_location = test_runner.run_tests(test_type=test_type, test_name=test_name, test_exctention=test_exctention) - print(check) - print(output_location) + print(f"Did the tests run?: {check}") + print(f"The tests log files are saved to: {output_location}") if check: # this checks if the test actually ran successfully output_log_list.append(output_location) @@ -689,5 +689,8 @@ test_runner.convert_to_html() ############################################# sender_email = 'james.stine@okstate.edu' -receiver_emails = ['thomas.kidd@okstate.edu', 'james.stine@okstate.edu', 'harris@g.hmc.edu', 'rose.thompson10@okstate.edu'] +# sender_email = 'thomas.kidd@okstate.edu' + +# receiver_emails = ['thomas.kidd@okstate.edu', 'james.stine@okstate.edu', 'harris@g.hmc.edu', 'rose.thompson10@okstate.edu'] +receiver_emails = ['thomas.kidd@okstate.edu'] test_runner.send_email(sender_email=sender_email, receiver_emails=receiver_emails) \ No newline at end of file diff --git a/bin/wrapper_nightly_runs.sh b/bin/wrapper_nightly_runs.sh index 219e765df..55d2da04f 100755 --- a/bin/wrapper_nightly_runs.sh +++ b/bin/wrapper_nightly_runs.sh @@ -20,7 +20,6 @@ pwd echo "Sourcing setup_host" source ./setup_host.sh >> $LOG 2>&1 -echo "Sourcing setup_tools" cd $PYTHON_SCRIPT pwd