From 7cfc8a3a34018d419ebc76cfba0be3d0d883cfa9 Mon Sep 17 00:00:00 2001
From: "gioacchino.vino" <gioacchino.vino@infn.it>
Date: Mon, 25 Sep 2023 13:10:33 +0200
Subject: [PATCH 1/3] Forced test roles download

---
 tests/test-jupyter-vm.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-jupyter-vm.yml b/tests/test-jupyter-vm.yml
index 233116d..f4874af 100644
--- a/tests/test-jupyter-vm.yml
+++ b/tests/test-jupyter-vm.yml
@@ -4,7 +4,7 @@
   remote_user: root
   tasks:
   - name: Download paas-ci role
-    local_action: command ansible-galaxy install git+https://baltig.infn.it/infn-cloud/paas-ci.git
+    local_action: command ansible-galaxy install --force git+https://baltig.infn.it/infn-cloud/paas-ci.git
     changed_when: false
 
   - include_role:
-- 
GitLab


From aa5cb18a2cdc0d4a436e0e68b9c4b63e46c45e5e Mon Sep 17 00:00:00 2001
From: "gioacchino.vino" <gioacchino.vino@infn.it>
Date: Mon, 25 Sep 2023 13:11:21 +0200
Subject: [PATCH 2/3] Forced test roles download

---
 tests/test-k8s-cluster.yml | 2 +-
 tests/test-simple-node.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test-k8s-cluster.yml b/tests/test-k8s-cluster.yml
index 3a3ac10..e2579d8 100644
--- a/tests/test-k8s-cluster.yml
+++ b/tests/test-k8s-cluster.yml
@@ -4,7 +4,7 @@
   remote_user: root
   tasks:
   - name: Download paas-ci role
-    local_action: command ansible-galaxy install git+https://baltig.infn.it/infn-cloud/paas-ci.git
+    local_action: command ansible-galaxy install --force git+https://baltig.infn.it/infn-cloud/paas-ci.git
     changed_when: false
 
   - include_role:
diff --git a/tests/test-simple-node.yml b/tests/test-simple-node.yml
index 1d3fe76..86a39c0 100644
--- a/tests/test-simple-node.yml
+++ b/tests/test-simple-node.yml
@@ -4,7 +4,7 @@
   remote_user: root
   tasks:
   - name: Download paas-ci role
-    local_action: command ansible-galaxy install git+https://baltig.infn.it/infn-cloud/paas-ci.git
+    local_action: command ansible-galaxy install --force git+https://baltig.infn.it/infn-cloud/paas-ci.git
     changed_when: false
 
   - include_role:
-- 
GitLab


From ec2909cfb637f22a27399c4a49faccfd7ff45138 Mon Sep 17 00:00:00 2001
From: "gioacchino.vino" <gioacchino.vino@infn.it>
Date: Mon, 25 Sep 2023 13:15:59 +0200
Subject: [PATCH 3/3] Increase deployment waiting time

---
 tasks/1-create-deployment.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tasks/1-create-deployment.yml b/tasks/1-create-deployment.yml
index ccdf275..57c2d30 100644
--- a/tasks/1-create-deployment.yml
+++ b/tasks/1-create-deployment.yml
@@ -33,7 +33,7 @@
 - debug:
     var: deployment
 
-- name: Sleep for 300 seconds and timeout
+- name: Sleep for 5 mins and timeout
   wait_for:
     delay: 300
     timeout: 0
-- 
GitLab