From 5c0c9d16f744ed3da9801e0f13e84b1136cf26b8 Mon Sep 17 00:00:00 2001 From: "tompage1994@hotmail.co.uk" Date: Thu, 23 May 2024 16:03:04 +0100 Subject: [PATCH] Don't wait for update --- tests/configs/projects.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/configs/projects.yml b/tests/configs/projects.yml index 5f51adae7..9369f1d08 100644 --- a/tests/configs/projects.yml +++ b/tests/configs/projects.yml @@ -9,7 +9,7 @@ controller_projects: scm_clean: true description: Test Project 1 organization: Default - wait: true + wait: false update_project: false - name: Demo Project scm_type: git @@ -18,19 +18,21 @@ controller_projects: scm_clean: true description: Test Project 1 organization: Default - wait: true + wait: false update_project: false - name: Test Project 2 scm_type: git scm_url: https://github.com/ansible/ansible-examples.git description: Test Project 2 organization: Default + wait: false update_project: false - name: Test Inventory source project scm_type: git scm_url: https://github.com/ansible/ansible-examples.git description: ansible-examples organization: Satellite + wait: false update_project: false - name: Test Inventory source project with credential scm_type: git