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.web11.12096.1601983959823135915 for ; Tue, 06 Oct 2020 04:32:40 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=cJaSG0lw; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0548da70be=abner.chang@hpe.com) Received: from pps.filterd (m0150244.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 096BTDli013833; Tue, 6 Oct 2020 11:32:33 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=CgNcQfqrHUSHcVQy/UaSkJgDngGoNfSKMz8fj6RSLvg=; b=cJaSG0lw6gPsma7uZIiyxGiK8eivyM6GdGrw9yX+/nDqSb9dJA+olVkhWXg8AO5JXDuU SkEVqxfYjWbmnnMJpcoSLJr4vrPEG7AJG4CfJvXjOAkIpF7b/fec5BlJuIMfrrvK8f+X oGZ12eLRyAOoLOly1B8que1M3Xnp6WJa5mc+6cQck2+8fgb0QV0AwkYqBqXQdq2M/53Y y3rX9WdzG3lSVxEu+JS7e6o0x7A5P9Isnf5uidSHGu2laWZ8bAsGiitvaYoQvHhAlhu2 gf0DWVaVlZZV9CA+hgZbj/hIUfGfe3pRkEFs4OfMRZJvK6ar5YWPkYOo5RH0Tb4Nrt4s MQ== Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0b-002e3701.pphosted.com with ESMTP id 33xhy38gtt-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 06 Oct 2020 11:32:33 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id 4F6D64E; Tue, 6 Oct 2020 11:32:33 +0000 (UTC) Received: from abner-virtual-machine.asiapacific.hpqcorp.net (abner-virtual-machine.asiapacific.hpqcorp.net [15.119.210.153]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id D2FD248; Tue, 6 Oct 2020 11:32:31 +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 v5 3/4] .azurepipelines/templates: Add RedfishPkg to target build Date: Tue, 6 Oct 2020 18:48:03 +0800 Message-Id: <20201006104804.14724-4-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201006104804.14724-1-abner.chang@hpe.com> References: <20201006104804.14724-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-06_03:2020-10-06,2020-10-06 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 impostorscore=0 spamscore=0 mlxlogscore=778 priorityscore=1501 lowpriorityscore=0 phishscore=0 suspectscore=2 bulkscore=0 adultscore=0 clxscore=1015 mlxscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010060074 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 2683687a1c..b5b09c2cca 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -45,6 +45,9 @@ jobs: TARGET_SECURITY: Build.Pkgs: 'SecurityPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET' + TARGET_REDFISH: + Build.Pkgs: 'RedfishPkg' + Build.Targets: 'DEBUG,RELEASE,NO-TARGET' TARGET_PLATFORMS: # For Platforms only check code. Leave it to Platform CI # to build them. -- 2.17.1