From 486cb165323c393364de61a985d1a9146446c1db Mon Sep 17 00:00:00 2001 From: qmuntal Date: Mon, 16 Dec 2024 15:01:54 +0100 Subject: [PATCH] don't mark azurelinux3 as broken --- eng/pipeline/stages/go-builder-matrix-stages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipeline/stages/go-builder-matrix-stages.yml b/eng/pipeline/stages/go-builder-matrix-stages.yml index cd7a7dfd0a..3d0827fa48 100644 --- a/eng/pipeline/stages/go-builder-matrix-stages.yml +++ b/eng/pipeline/stages/go-builder-matrix-stages.yml @@ -91,8 +91,8 @@ stages: - { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: ubuntu } - { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: mariner2 } - { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: mariner2, fips: true } - - { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: azurelinux3, broken: true } - - { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: azurelinux3, fips: true, broken: true } + - { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: azurelinux3 } + - { experiment: opensslcrypto, os: linux, arch: amd64, config: test, distro: azurelinux3, fips: true } - { experiment: boringcrypto, os: linux, arch: amd64, config: test } - { experiment: boringcrypto, os: linux, arch: amd64, config: test, distro: ubuntu } - { os: windows, arch: amd64, config: devscript }