From 7288d35b9cec9ce686283d072d2409c4f3080f82 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Fri, 5 May 2023 13:58:45 +1000 Subject: [PATCH] Inject a failure to make sure artifact collection works Signed-off-by: Tim Serong --- seslib/templates/salt/ceph-salt/deployment_day_1.sh.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/seslib/templates/salt/ceph-salt/deployment_day_1.sh.j2 b/seslib/templates/salt/ceph-salt/deployment_day_1.sh.j2 index b0bdf4f0..80b540e8 100644 --- a/seslib/templates/salt/ceph-salt/deployment_day_1.sh.j2 +++ b/seslib/templates/salt/ceph-salt/deployment_day_1.sh.j2 @@ -187,3 +187,6 @@ set -x ceph status echo "\"ceph status\" exit code: $?" + +echo "Everything is actually fine, but we're injecting a failure here for test purposes" +false