#
12837fca |
| 26-Jul-2024 |
Patrick Williams <patrick@stwcx.xyz> |
build-seed: add catalina and ventura
Add build seeds for new meta-facebook systems (catalina and ventura).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iab07f9f84ffb0f82277cce9d6b
build-seed: add catalina and ventura
Add build seeds for new meta-facebook systems (catalina and ventura).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iab07f9f84ffb0f82277cce9d6bd5b88df1f39e39
show more ...
|
#
04fde22e |
| 27-Nov-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build-seed: add minerva
A new meta-facebook machine is supported in the openbmc/openbmc tree. Add it to the build-seed so we can enable build testing on it.
Signed-off-by: Patrick Williams <patrick
build-seed: add minerva
A new meta-facebook machine is supported in the openbmc/openbmc tree. Add it to the build-seed so we can enable build testing on it.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I07318dc87d4bdd141616bb181d66d1cc68beb347
show more ...
|
#
22c33755 |
| 27-Nov-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build-seed: add harma
A new meta-facebook machine is supported in the openbmc/openbmc tree. Add it to the build-seed so we can enable build testing on it.
Signed-off-by: Patrick Williams <patrick@s
build-seed: add harma
A new meta-facebook machine is supported in the openbmc/openbmc tree. Add it to the build-seed so we can enable build testing on it.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8298eba9d776c6fb1f9182be27bb29b5d4cfa88b
show more ...
|
#
e4eface5 |
| 30-Aug-2023 |
Willy Tu <wltu@google.com> |
remove gsj from CI builds
The machine is no longer being supported.
Change-Id: I84f922761951ce82649110b8fd02d5aecf015aa9 Signed-off-by: Willy Tu <wltu@google.com>
|
#
91427e39 |
| 11-Aug-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build-seed: remove yv2 and tiogapass
Meta is no longer actively developing the Yv2 or Tiogapass systems and is likely to deprecate them. Remove them from the build-seed since they have been dropped
build-seed: remove yv2 and tiogapass
Meta is no longer actively developing the Yv2 or Tiogapass systems and is likely to deprecate them. Remove them from the build-seed since they have been dropped from Jenkins as well.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ia96b14e4548547a421b2b237d0e9cd55a29af4a6
show more ...
|
#
260e85de |
| 07-Aug-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build-seed: add yosemite4
Meta will be adding the Yosemite4 platform to CI in the near future. Add it to the Jenkins build seed.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifbd
build-seed: add yosemite4
Meta will be adding the Yosemite4 platform to CI in the near future. Add it to the Jenkins build seed.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifbd14e65cca24c55f7d1fcfaa4056f3652255fd2
show more ...
|
#
9968f96c |
| 02-Feb-2023 |
Andrew Geissler <geissonator@yahoo.com> |
build-seed: add ahe50dc and romed8hm3
Two new systems added per request from Equinix
Change-Id: I24d04e4626aee54ad579202464035bcca48bb8ad Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
|
#
5b2f4ab5 |
| 01-Feb-2023 |
Andrew Geissler <geissonator@yahoo.com> |
build-seed: update with new systems
Brings the script up to date with the system we build in ci-openbmc jenkins job.
- bletchley - e3c246d4i
Change-Id: I2e488f4bd67dcef585f9888222b1031411dbf690 Si
build-seed: update with new systems
Brings the script up to date with the system we build in ci-openbmc jenkins job.
- bletchley - e3c246d4i
Change-Id: I2e488f4bd67dcef585f9888222b1031411dbf690 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
01370f2e |
| 07-May-2021 |
Andrew Geissler <geissonator@yahoo.com> |
build-seed: add gbs platform A new platform is coming to CI so ensure we seed it in our build machines Change-Id: I33e35aa604641cd08f39869fbd38e2d6bbaa31c9 Signed-off-by: An
build-seed: add gbs platform A new platform is coming to CI so ensure we seed it in our build machines Change-Id: I33e35aa604641cd08f39869fbd38e2d6bbaa31c9 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
17c69eda |
| 12-Apr-2021 |
Adriana Kobylak <anoo@us.ibm.com> |
jenkins/build-seed: Replace rainier with p10bmc The rainier machine target has been replaced with p10bmc. Change-Id: I1f3cd07250f9ca3f13fe1c1e4f23118d9f989a0b Signed-off-by: Adr
jenkins/build-seed: Replace rainier with p10bmc The rainier machine target has been replaced with p10bmc. Change-Id: I1f3cd07250f9ca3f13fe1c1e4f23118d9f989a0b Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
#
124607f2 |
| 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
jenkins/build-seed: remove build directory The seed script was not removing the build_dir between each machine. This causes the conf directory to have stale contents from older mach
jenkins/build-seed: remove build directory The seed script was not removing the build_dir between each machine. This causes the conf directory to have stale contents from older machines and fail to build. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Iad1990bd17532d57359c6a01032c7a18a4412ead
show more ...
|
#
0775972c |
| 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
jenkins/build-seed: clone or rebase openbmc Previously the script would only clone the main openbmc repository, which would cause it to fail if ran multiple times. Add logic to fetc
jenkins/build-seed: clone or rebase openbmc Previously the script would only clone the main openbmc repository, which would cause it to fail if ran multiple times. Add logic to fetch/rebase when the repository already exists. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ic62a9fa320afab4e1a761fdf61d3e5b2d1a54232
show more ...
|
#
247ae50a |
| 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
jenkins/build-seed: add yosemitev2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ifbb64b796b4f696bc88cd79a5266a3a903ebc62a
|
#
6c420e74 |
| 13-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
jenkins/build-seed: continue on build failure Even if one machine fails to fully build, we should keep going and build the others. This will populate the seed more than stopping on
jenkins/build-seed: continue on build failure Even if one machine fails to fully build, we should keep going and build the others. This will populate the seed more than stopping on first fail. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ice1ec2ed3705e81ef483292656cd958cb0cd7f87
show more ...
|
#
e000d5dd |
| 15-Mar-2021 |
Patrick Williams <patrick@stwcx.xyz> |
jenkins/build-seed: simplify and fix shellcheck errors Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib70c659d22ed027bcffe936f7c273cafac3a195b
|
#
d51439ff |
| 22-Feb-2021 |
Andrew Geissler <geissonator@yahoo.com> |
build-seed: jenkins script for seeding build cache Whenever a new node is added to jenkins it's best to pre-seed it with a sstate and download cache based off of a master build. This ens
build-seed: jenkins script for seeding build cache Whenever a new node is added to jenkins it's best to pre-seed it with a sstate and download cache based off of a master build. This ensures it doesn't impact jobs when added as a general worker node for CI work. Change-Id: I9c74a6fb63dc83c5d81a1176f022ec64240f64c8 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|