From 7c68167f60c2dbfae122e5133b7e9f5a4b193d02 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 15 Aug 2022 12:06:04 -0400 Subject: Cirrus: Update podman-machine comment Replace TODO comment with helpful hint for future maintainers. Signed-off-by: Chris Evich --- contrib/cirrus/runner.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 939cc33ce..ef1ee6d96 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -393,9 +393,7 @@ dotest() { } _run_machine() { - # TODO: This is a manually-triggered task, if that ever changes need to - # add something like: - # _bail_if_test_can_be_skipped docs test/e2e test/system test/python + # N/B: Can't use _bail_if_test_can_be_skipped here b/c content isn't under test/ make localmachine |& logformatter } -- cgit v1.2.3-54-g00ecf