mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
Switch distro test containers to quay.io images.
This commit is contained in:
parent
23adc3ecf1
commit
773c0982b0
4 changed files with 32 additions and 17 deletions
|
@ -197,7 +197,7 @@ def delegate_docker(args, exclude, require, integration_targets):
|
|||
|
||||
if isinstance(args, TestConfig):
|
||||
if args.coverage and not args.coverage_label:
|
||||
image_label = re.sub('^ansible/ansible:', '', args.docker)
|
||||
image_label = args.docker_raw
|
||||
image_label = re.sub('[^a-zA-Z0-9]+', '-', image_label)
|
||||
cmd += ['--coverage-label', 'docker-%s' % image_label]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue