From 4dbe827bb430a7b6699c45d2d0aad87aad8f4557 Mon Sep 17 00:00:00 2001 From: Noel Stephens Date: Thu, 15 May 2025 16:25:05 -0500 Subject: [PATCH] fix Locking us into ubuntu-22.04:v4.71.0 until ubuntu-22.04:v4.72.0 issue is resolved. --- .yamato/project.metafile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.yamato/project.metafile b/.yamato/project.metafile index d43814ea08..1ec3102f82 100644 --- a/.yamato/project.metafile +++ b/.yamato/project.metafile @@ -37,13 +37,13 @@ test_platforms: default: - name: ubuntu type: Unity::VM - image: package-ci/ubuntu-22.04:v4 + image: package-ci/ubuntu-22.04:v4.71.0 flavor: b1.large standalone: StandaloneLinux64 desktop: - name: ubuntu type: Unity::VM - image: package-ci/ubuntu-22.04:v4 + image: package-ci/ubuntu-22.04:v4.71.0 flavor: b1.large standalone: StandaloneLinux64 model: rtx2080 @@ -186,4 +186,4 @@ projects: has_tests: false - name: testproject-tools-integration path: testproject-tools-integration - has_tests: true \ No newline at end of file + has_tests: true