Actions
Issue #8639
closedCollection sync gets too slow or breaks when syncing a specific version with dependencies
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Create an ansible remote that points to galaxy.ansible.com
and upload the following requirements.yml:
---
collections:
- name: arista.avd
version: 2.0.0
Perform a sync with sync_requirements == True
This collection depends on:
- arista.cvp
- arista.eos
- ansible.netcommon (which depends on ansible.utils)
Updated by pulpbot over 3 years ago
- Status changed from NEW to POST
Added by gerrod over 3 years ago
Updated by gerrod over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|52f429d4c27e8fcc11e0fefae1fd2ec54e5f52a2.
Updated by fao89 over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix excess task creation when syncing dependencies
fixes: #8639