public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms v5 0/6] Enable edk2-platforms CI for JunoPkg
@ 2021-11-15 17:08 PierreGondois
  2021-11-15 17:08 ` [PATCH edk2-platforms v5 1/6] edk2-platforms: add edk2 repository as a submodule PierreGondois
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: PierreGondois @ 2021-11-15 17:08 UTC (permalink / raw)
  To: devel
  Cc: Ard Biesheuvel, Leif Lindholm, Sean Brogan, Bret Barkelew,
	Michael D Kinney, Liming Gao, Sami Mujawar, Pierre Gondois

From: Pierre Gondois <Pierre.Gondois@arm.com>

v5:
 - Remove Signed-off from Sami (I replaced it with Co-authored-by)
   [Leif]
 - Update edk2 submodule to latest master. [Pierre]
v4:
 - Checkout edk2 repository in Ubuntu-PatchCheck.yml to
   get the PatchCheck.py script. [Pierre]
v3:
 - Replace Readme(s)'s by a reference to the initial Readmed(s) in
   tianocore repository. [Sean]
 - Align CI files with the latest version in the edk2 repository.
   [Sean/Michael]
 - Add additional step to checkout edk2's latest master in the CI.
   [Pierre]
v2:
 - Use tianocore repository instead of personal repository
   for edk2 submodule [Pierre]
 - Bugzilla associated to the topic:
   https://bugzilla.tianocore.org/show_bug.cgi?id=3509

It provides the configuration files necessary to run an upstream CI
similar to the one currently used for the main edk2 repository. The
configuration is mostly similar aswel.
Enabling the CI requires administrator rights on the edk2-platforms
repository. This configuration was tested on a private repository,
but will require additional configuration from the administrator.

Compared to edk2's CI, an additional step has been added to checkout
edk2's latest master. Indeed, some changes in the edk2-platforms
repository might rely on modifications in the edk2 repository.
The policy here would be to have edk2's repository's modifications
accepted first so edk2-platforms's CI can complete successfully.

As the new edk2 submodule is updated to the latest master when running
the CI, this still raises the question of when to update this new edk2
submodule.

The changes can be seen at:
https://github.com/PierreARM/edk2-platforms/tree/1628_Enable_edk2_platforms_ci_for_JunoPkg_v5

Pierre Gondois (6):
  edk2-platforms: add edk2 repository as a submodule
  pip-requirements.txt: Add python pip requirements file
  .pytool/Plugin: Add CI plugins
  .azurepipelines: Add Azure Pipelines YML configuration files
  .mergify: Add Mergify YML pull request rules configuration file
  Platform/ARM: Juno: Add JunoPkg.ci.yaml for CI support

 .azurepipelines/ReadMe.md                     |   5 +
 .azurepipelines/Ubuntu-GCC5.yml               |  21 ++
 .azurepipelines/Ubuntu-PatchCheck.yml         |  45 +++++
 .azurepipelines/Windows-VS2019.yml            |  20 ++
 .azurepipelines/templates/ReadMe.md           |   5 +
 .../templates/basetools-build-steps.yml       |  37 ++++
 .../templates/platform-build-run-steps.yml    | 151 ++++++++++++++
 .../templates/pr-gate-build-job.yml           |  43 ++++
 .azurepipelines/templates/pr-gate-steps.yml   | 149 ++++++++++++++
 .../templates/spell-check-prereq-steps.yml    |  22 +++
 .gitmodules                                   |   3 +
 .mergify/config.yml                           |  50 +++++
 .pytool/CISettings.py                         | 184 ++++++++++++++++++
 .pytool/Readme.md                             |  25 +++
 Platform/ARM/JunoPkg/JunoPkg.ci.yaml          | 104 ++++++++++
 edk2                                          |   1 +
 pip-requirements.txt                          |  18 ++
 17 files changed, 883 insertions(+)
 create mode 100644 .azurepipelines/ReadMe.md
 create mode 100644 .azurepipelines/Ubuntu-GCC5.yml
 create mode 100644 .azurepipelines/Ubuntu-PatchCheck.yml
 create mode 100644 .azurepipelines/Windows-VS2019.yml
 create mode 100644 .azurepipelines/templates/ReadMe.md
 create mode 100644 .azurepipelines/templates/basetools-build-steps.yml
 create mode 100644 .azurepipelines/templates/platform-build-run-steps.yml
 create mode 100644 .azurepipelines/templates/pr-gate-build-job.yml
 create mode 100644 .azurepipelines/templates/pr-gate-steps.yml
 create mode 100644 .azurepipelines/templates/spell-check-prereq-steps.yml
 create mode 100644 .mergify/config.yml
 create mode 100644 .pytool/CISettings.py
 create mode 100644 .pytool/Readme.md
 create mode 100644 Platform/ARM/JunoPkg/JunoPkg.ci.yaml
 create mode 160000 edk2
 create mode 100644 pip-requirements.txt

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-11-15 17:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15 17:08 [PATCH edk2-platforms v5 0/6] Enable edk2-platforms CI for JunoPkg PierreGondois
2021-11-15 17:08 ` [PATCH edk2-platforms v5 1/6] edk2-platforms: add edk2 repository as a submodule PierreGondois
2021-11-15 17:36   ` [edk2-devel] " Michael D Kinney
2021-11-15 17:08 ` [PATCH edk2-platforms v5 2/6] pip-requirements.txt: Add python pip requirements file PierreGondois
2021-11-15 17:08 ` [PATCH edk2-platforms v5 3/6] .pytool/Plugin: Add CI plugins PierreGondois
2021-11-15 17:08 ` [PATCH edk2-platforms v5 4/6] .azurepipelines: Add Azure Pipelines YML configuration files PierreGondois
2021-11-15 17:08 ` [PATCH edk2-platforms v5 5/6] .mergify: Add Mergify YML pull request rules configuration file PierreGondois
2021-11-15 17:08 ` [PATCH edk2-platforms v5 6/6] Platform/ARM: Juno: Add JunoPkg.ci.yaml for CI support PierreGondois

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox