From: Juan Hoyos Date: Wed, 6 Apr 2022 00:43:28 +0000 (-0700) Subject: Fix official jobs - move to supported OS versions X-Git-Tag: accepted/tizen/unified/20221103.165810~28^2^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6b1385ef38c028abca6b870905f42e99d3cd998;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Fix official jobs - move to supported OS versions --- diff --git a/diagnostics.yml b/diagnostics.yml index 96f13ab0c..4b73ab2ee 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -254,9 +254,9 @@ stages: - template: /eng/build.yml parameters: - name: Fedora_28 + name: Fedora_34 osGroup: Linux - dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-28-09ca40b-20190508143249 + dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-34-helix-20220331150839-4f64125 dependsOn: CentOS_7 testOnly: true requiresCapPtraceContainer: true @@ -268,36 +268,9 @@ stages: - template: /eng/build.yml parameters: - name: Fedora_29 + name: OpenSuse_15_2 osGroup: Linux - dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-29-09ca40b-20190508143249 - dependsOn: CentOS_7 - testOnly: true - requiresCapPtraceContainer: true - strategy: - matrix: - Build_Debug: - _BuildConfig: Debug - _BuildArch: x64 - - - template: /eng/build.yml - parameters: - name: OpenSuse_42_1 - osGroup: Linux - dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-42.1-c103199-20180628122439 - dependsOn: CentOS_7 - testOnly: true - strategy: - matrix: - Build_Debug: - _BuildConfig: Debug - _BuildArch: x64 - - - template: /eng/build.yml - parameters: - name: OpenSuse_42_3 - osGroup: Linux - dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-42.3-3e800f1-20190501005344 + dockerImage: mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64-20211018152525-9cc02fe dependsOn: CentOS_7 testOnly: true strategy: