From 66a93abfedeb61e9b2c542b96191b6b9321863db Mon Sep 17 00:00:00 2001 From: Mikhail Gordeev Date: Mon, 8 Jul 2019 17:53:30 +0300 Subject: [PATCH] Add notification when running tests --- cloud-build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud-build.py b/cloud-build.py index 86673a4..25061d7 100755 --- a/cloud-build.py +++ b/cloud-build.py @@ -479,6 +479,7 @@ Dir::Etc::preferencesparts "/var/empty"; image_path = self.image_path(image, branch, arch, kind) self.copy_image(tarball, image_path) for test in self.tests_by_image(image): + self.info(f'Test {image} {branch} {arch}') if not test_image( image=image_path, branch=branch,