mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Removed git configuration from org count projects
Avoids unnecessary cloning of said git repo, runs in 4 seconds now instead of 50 seconds
This commit is contained in:
parent
2a0b445488
commit
450e6f2885
@ -19,9 +19,7 @@ def organization_resource_creator(organization, user):
|
||||
inventory = organization.inventories.create(name="associated-inv %s" % i)
|
||||
for i in range(projects):
|
||||
organization.projects.create(name="test-proj %s" % i,
|
||||
description="test-proj-desc",
|
||||
scm_type="git",
|
||||
scm_url="https://github.com/jlaska/ansible-playbooks")
|
||||
description="test-proj-desc")
|
||||
# Mix up the inventories and projects used by the job templates
|
||||
i_proj = 0
|
||||
i_inv = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user