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.4651.1602039610917079033 for ; Tue, 06 Oct 2020 20:00:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=TYZWHvY/; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0549998768=abner.chang@hpe.com) Received: from pps.filterd (m0150245.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0972webi031184 for ; Wed, 7 Oct 2020 03:00:10 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : subject : date : message-id : mime-version; s=pps0720; bh=PJUTbOUgFHewwgA3IOVWRJ0HWXjn1miodPfhOdWW3KE=; b=TYZWHvY/JUU7goLArA3oK18qG025aTlZl8FKXZONMOhhe2scUyjnP6+ia1OnsD2PA7ve EmCYEyGsZcDh5q82dN4ktwSJM98Lkku2CBfwLn3fw/BmqpALTTAioiQFPzUb+Bs6C9gA 8NxOa+MKzOvJuuTQQLgf9q17+NS/DgNBJtPqB3x8GuYMpOn0AzKS09A3JMLiU3MzCaT3 a4cQEiI/jg545XpxFzL4b+3j28x/w2xEXWiUB+fbK5Ine4crjLNZQpG3/imBILoozUtI SZEYcJylkSOVLR7vEggrGd9kRIEpht44jQf88cBNv8ETJTHGeK/IRy33SjqtqXPiHET2 5g== Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 33xjge6wtv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 07 Oct 2020 03:00:10 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id A5542A9 for ; Wed, 7 Oct 2020 03:00:09 +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 1E8E24A for ; Wed, 7 Oct 2020 03:00:08 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Subject: [RedfishPkg PATCH v6 0/4] Inital RedfishPkg Date: Wed, 7 Oct 2020 10:15:41 +0800 Message-Id: <20201007021545.25936-1-abner.chang@hpe.com> X-Mailer: git-send-email 2.17.1 X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 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 impostorscore=0 bulkscore=0 clxscore=1015 lowpriorityscore=0 phishscore=0 priorityscore=1501 adultscore=0 spamscore=0 suspectscore=0 malwarescore=0 mlxscore=0 mlxlogscore=794 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2010070019 Note for v6: In patch 3/4, move RedfishPkg to TARGET_NETWORK to save time on CI test. In patch 1/4, add NOOPT back to RedfishPkg.dsc becasue this change is not required in v4 pacth set. Note for v5: Add reviewers's tags. Note for v4: NOOPT is removed from RedfishPkg.dsc and pr-gate-build-job.yml because we don't have host-based unit test on Redfish yet. We keep NO-TARGET for the non build CI test on RedfishPkg. Initial version of RedfishPkg and the CI test on RedfishPkg. CI Test result: https://github.com/tianocore/edk2/pull/986 There is no components in RedfishPkg in this commit, the further edk2 Redfish components will be committed base on this version. Abner Chang (4): RedfishPkg: Initial commit of RedfishPkg. .pytool: Add CI on RedfishPkg .azurepipelines/templates: Add RedfishPkg to target build edk2: Add maintainers to RedfishPkg .../templates/pr-gate-build-job.yml | 2 +- .pytool/CISettings.py | 3 +- Maintainers.txt | 5 ++ RedfishPkg/RedfishPkg.ci.yaml | 67 +++++++++++++++++++ RedfishPkg/RedfishPkg.dec | 18 +++++ RedfishPkg/RedfishPkg.dsc | 40 +++++++++++ 6 files changed, 133 insertions(+), 2 deletions(-) create mode 100644 RedfishPkg/RedfishPkg.ci.yaml create mode 100644 RedfishPkg/RedfishPkg.dec create mode 100644 RedfishPkg/RedfishPkg.dsc -- 2.17.1