From 42ca0803a1313c72293d9f37aad6eb076197ca16 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 12 Jun 2023 18:22:35 +0200 Subject: [PATCH] Bump azure-pipelines-test-container to v4.0.1 @ CI (#80916) * Bump azure-pipelines-test-container to v4.0.1 @ CI 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 --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4da5f3417c1..dfc32f80e01 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