From b06c10b1ed3ef675a4876ad8579a175541c2ae30 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 12 Jun 2023 18:25:43 +0200 Subject: [PATCH] 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 --- .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 b379c92e011..38d9a02035f 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