From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web12.4634.1602039626954622654 for ; Tue, 06 Oct 2020 20:00:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=cFufgzHM; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0549998768=abner.chang@hpe.com) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0972urY2002520; Wed, 7 Oct 2020 03:00:17 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references; s=pps0720; bh=Nux54txtm9O/1ZxEfXFfhfjXGZMF1P0tgxIHX7EZTKM=; b=cFufgzHMSv4K9pTEULIHKIsjgPvsji3VOyw55njvz9E9qKbxdYrb982qNXVsuJtOZjwQ RWj3U/S4uQUjFGUpcy8RxFLHghmnXipR2ADt/cIkSAcCRbPgnlkwvJ5mgulDrYS/riYT OLT5ki4vkGJQ8oFiNMAOht4LukoNjeNLLjl6Dqhr1ItZL3ixoqYM1KipzfnX8Q1kjYWI 1zM26LtMaQIU9zqMrelBgNbUliLGRe3I5qdiDqg2WrcpM2u+52SYg+OxUVhkF6qNzASo nfW+99f1JwjBQBiSpn1O8nBuy0+xQXYKmNUw72bDMW0hEquEMhgbUxhB6xFRPcHEngvT sw== Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 340ndrqn3a-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 07 Oct 2020 03:00:17 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id 812B49A; Wed, 7 Oct 2020 03:00:16 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 1836845; Wed, 7 Oct 2020 03:00:14 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: Sean Brogan , Bret Barkelew , Michael D Kinney , Liming Gao , Nickle Wang Subject: [RedfishPkg PATCH v6 3/4] .azurepipelines/templates: Add RedfishPkg to target build Date: Wed, 7 Oct 2020 10:15:44 +0800 Message-Id: <20201007021545.25936-4-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201007021545.25936-1-abner.chang@hpe.com> References: <20201007021545.25936-1-abner.chang@hpe.com> X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.235,18.0.687 definitions=2020-10-07_03:2020-10-06,2020-10-07 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 clxscore=1015 priorityscore=1501 mlxscore=0 spamscore=0 malwarescore=0 bulkscore=0 adultscore=0 mlxlogscore=766 suspectscore=2 phishscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010070018 Signed-off-by: Abner Chang Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Nickle Wang Reviewed-by: Bret Barkelew --- .azurepipelines/templates/pr-gate-build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 2683687a1c..89c632c0a7 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -31,7 +31,7 @@ jobs: Build.Pkgs: 'MdeModulePkg' Build.Targets: 'RELEASE,NO-TARGET' TARGET_NETWORK: - Build.Pkgs: 'NetworkPkg' + Build.Pkgs: 'NetworkPkg,RedfishPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET' TARGET_OTHER: Build.Pkgs: 'PcAtChipsetPkg,ShellPkg' -- 2.17.1