diff options
author | Tom Rini <trini@konsulko.com> | 2022-08-09 21:08:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-20 22:46:02 -0400 |
commit | 05f958f8a23ae6508760d1c658aaf20e114ae760 (patch) | |
tree | 0236727eed0ac030c20f877c3a65ee04c5f01d43 /.azure-pipelines.yml | |
parent | 845102cbe9fb752b7e02e74169f375c4ca54ed6a (diff) | |
download | u-boot-05f958f8a23ae6508760d1c658aaf20e114ae760.tar.gz u-boot-05f958f8a23ae6508760d1c658aaf20e114ae760.tar.bz2 u-boot-05f958f8a23ae6508760d1c658aaf20e114ae760.zip |
CI: Azure: Merge PowerPC jobs in to one
At this point given the number of PowerPC platforms we have, a single
job to build them all fits within the time limit we have in Azure.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index b40ce8d3f9..4f01598dbb 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -514,18 +514,8 @@ stages: BUILDMAN: "m68k" mips: BUILDMAN: "mips" - non_fsl_ppc: - BUILDMAN: "powerpc -x freescale" - mpc85xx_freescale: - BUILDMAN: "mpc85xx&freescale -x t102* -x p1_p2_rdb_pc -x p1010rdb -x bsc91*" - fsl_ppc: - BUILDMAN: "mpc83xx&freescale" - t102x: - BUILDMAN: "t102*" - p1_p2_rdb_pc: - BUILDMAN: "p1_p2_rdb_pc" - p1010rdb_bsc91: - BUILDMAN: "p1010rdb bsc91" + powerpc: + BUILDMAN: "powerpc" siemens: BUILDMAN: "siemens" tegra: |