You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ansible-galaxy-collection/tasks
Sloane Hertel 460abe0cef
Fetch signatures from galaxy after the dependency resolver runs (#80334)
Reduce the number of Galaxy API calls made during dependency resolution by fetching remote signatures afterwards, since these are not used in backtracking.

Reduce the verbosity to `-vvvv` (to match other Galaxy API calls) to see this activity.

Co-authored-by: Sviatoslav Sydorenko <webknjaz@redhat.com>
2 years ago
..
build.yml
download.yml
fail_fast_resolvelib.yml
init.yml ansible-galaxy collection|role init - fix preserving symlinks (#79134) 2 years ago
install.yml Fetch signatures from galaxy after the dependency resolver runs (#80334) 2 years ago
install_offline.yml Add --offline option to 'ansible-galaxy collection install' (#78678) 2 years ago
list.yml Don't double loop, ensuring that machine formats don't dupe collections onto all paths (#80277) 2 years ago
main.yml Limit Galaxy API calls during ansible-galaxy dependency resolution (#77468) 2 years ago
publish.yml
pulp.yml
revoke_gpg_key.yml
setup_gpg.yml fix ansible-galaxy-collection test with revoked key (#77989) 2 years ago
supported_resolvelib.yml
unsupported_resolvelib.yml
upgrade.yml Allow pip like version syntax for installing collections (#79405) 2 years ago
verify.yml