diff options
author | Sviatoslav Sydorenko <webknjaz@redhat.com> | 2023-06-12 18:25:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 09:25:43 -0700 |
commit | b06c10b1ed3ef675a4876ad8579a175541c2ae30 (patch) | |
tree | 4dfb0f8f24f1847b0be32bc512f20431de0c6cac /.azure-pipelines | |
parent | dd63e31124a5079d888d063c9cbf5a17a942d1d1 (diff) | |
download | ansible-b06c10b1ed3ef675a4876ad8579a175541c2ae30.zip |
Bump azure-pipelines-test-container to v4.0.1 @ CI (#80938)
This patch updates the test container used in CI to the new v4 that
defaults to using Python 3.10 and is based on Ubuntu 22.04 Jammy[[1]].
[1]: https://github.com/ansible/azure-pipelines-test-container/pull/17
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index b379c92e01..38d9a02035 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -31,7 +31,7 @@ variables: - name: fetchDepth value: 500 - name: defaultContainer - value: quay.io/ansible/azure-pipelines-test-container:3.0.0 + value: quay.io/ansible/azure-pipelines-test-container:4.0.1 pool: Standard |