From 2a35262027e47ef96a1ab952726db8d07e96d955 Mon Sep 17 00:00:00 2001 From: ginger Date: Jul 21 2021 08:22:28 +0000 Subject: fmf test url - use http instead of https --- diff --git a/roles/testing-farm-run-test/tasks/main.yml b/roles/testing-farm-run-test/tasks/main.yml index 0da307d..c000982 100644 --- a/roles/testing-farm-run-test/tasks/main.yml +++ b/roles/testing-farm-run-test/tasks/main.yml @@ -58,7 +58,7 @@ debug: var=response - name: Testing Farm artifacts - debug: msg="See https://artifacts.dev.testing-farm.io/{{ id.json.id }} for detailed results" + debug: msg="See http://artifacts.dev.testing-farm.io/{{ id.json.id }} for detailed results" - name: Check the result for timeout fail: msg="Testing has timed out in 12 hours"