Start scheduling runs for internal bot
This will still not report status until validated
Change-Id: I886bedd8f92fbd9e9e4212a511536fe3d76ff155
diff --git a/tools/internal_test.py b/tools/internal_test.py
index 75ace16..c034021 100755
--- a/tools/internal_test.py
+++ b/tools/internal_test.py
@@ -189,8 +189,6 @@
def run_bot():
print_magic_file_state()
- print("TODO(118647285): Reenable when bug fixed")
- return
# Ensure that there is nothing currently scheduled (broken/stopped run)
for magic in ALL_MAGIC:
if get_magic_file_exists(magic):
@@ -200,6 +198,8 @@
assert not get_magic_file_exists(READY_FOR_TESTING)
git_hash = utils.get_HEAD_sha1()
put_magic_file(READY_FOR_TESTING, git_hash)
+ print("TODO(118647285): Reenable when bug fixed")
+ return
begin = time.time()
while True:
if time.time() - begin > BOT_RUN_TIMEOUT: