From dcb826932fc949e65685cc2e8dcbebc098ec8739 Mon Sep 17 00:00:00 2001 From: jiasli <4003950+jiasli@users.noreply.github.com> Date: Fri, 1 Apr 2022 01:03:41 +0800 Subject: [PATCH] yum --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6b44276d8ac..c10e30e58ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -746,7 +746,8 @@ jobs: displayName: 'Publish Artifact: rpm' inputs: TargetPath: $(Build.ArtifactStagingDirectory) - ArtifactName: rpm-centos7 + # Should be 'rpm-centos7', but we keep 'yum' for backward compatibility + ArtifactName: yum # TODO: rpmbuild on Red Hat UBI 8 is slow for unknown reason. Still working with Red Hat to investigate. # We use a separate job for Red Hat UBI 8 instead of strategy.matrix so that TestRpmPackage can start right after