summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2021-04-26 13:27:06 -0700
committerMatt Clay <matt@mystile.com>2021-04-26 23:00:29 -0700
commit14036d154d99c86daa7370a44c1b1a0069e2dee3 (patch)
tree634c77b4b5e73aa82ad8cc994f8c6b2099520d4d /changelogs
parentd4a3d6cd0a090e455dcd566db72742fac5aec3d9 (diff)
downloadansible-14036d154d99c86daa7370a44c1b1a0069e2dee3.tar.gz
[stable-2.9] Fix pypi-test-container port conflict.
(cherry picked from commit cb7f4f19717e91930f695fe0be5adc6cacf5162f) Co-authored-by: Matt Clay <matt@mystile.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-pypi-container-no-publish.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-pypi-container-no-publish.yml b/changelogs/fragments/ansible-test-pypi-container-no-publish.yml
new file mode 100644
index 0000000000..7b753ea93c
--- /dev/null
+++ b/changelogs/fragments/ansible-test-pypi-container-no-publish.yml
@@ -0,0 +1,3 @@
+bugfixes:
+ - ansible-test - Avoid publishing the port used by the ``pypi-test-container`` since it is only accessed by other containers.
+ This avoids issues when trying to run tests in parallel on a single host.