From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web12.28084.1601873901151030866 for ; Sun, 04 Oct 2020 21:58:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=OAKLBDYk; spf=pass (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0547bd49a7=abner.chang@hpe.com) Received: from pps.filterd (m0150242.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0954mlve026845; Mon, 5 Oct 2020 04:58:14 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=91LnfdmgP/35n4a+KBpXgkS8Mjzo56zpiAT5ghYxSwg=; b=OAKLBDYkIYa2ZXioLMFNz4CQ3R4Tnp+xvCO3lbBScTSo5lr49X4h5INZS6BfXgAqdCg7 jAgojjuP7iZ3e109vndulhp0+aK8TK9GcCbOSjDoz6vwIYRZVXXNOLccg/1hZpKKZ4PS uaivijChYKDsjpCGkWtMiuhxlBU0+eK9rCkufVZbYsBw9p2pw8dia/wrHzDS3Ipmmx8n VdjYVR5gAJLn2jwXjgh81uTt6ul/4yNBWc9TNlFAMcuFfIdbcm9cLnOaBvW2+LpZF59H QTMo/8f8DlZHcPEX/mDUfez2MP6WaA7Kp4HfeRtzYecPEUkttUoC66LKC7zFsDa9FtrA bw== Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0a-002e3701.pphosted.com with ESMTP id 33y3ceppbf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 05 Oct 2020 04:58:14 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id 651367D; Mon, 5 Oct 2020 04:58:13 +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 F3C4F47; Mon, 5 Oct 2020 04:58:11 +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 v4 3/4] .azurepipelines/templates: Add RedfishPkg to target build Date: Mon, 5 Oct 2020 12:13:45 +0800 Message-Id: <20201005041346.27353-4-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201005041346.27353-1-abner.chang@hpe.com> References: <20201005041346.27353-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-05_03:2020-10-02,2020-10-05 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxlogscore=749 mlxscore=0 impostorscore=0 spamscore=0 suspectscore=2 priorityscore=1501 clxscore=1015 bulkscore=0 lowpriorityscore=0 malwarescore=0 adultscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010050038 Signed-off-by: Abner Chang Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Cc: Nickle Wang --- .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