Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: master.chromeos/master.cfg

Issue 668140: Adding more board types to the waterfall. (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | master.chromeos/public_html/announce.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master.chromeos/master.cfg
===================================================================
--- master.chromeos/master.cfg (revision 40716)
+++ master.chromeos/master.cfg (working copy)
@@ -101,6 +101,11 @@
builderNames=[
'arm new incremental image',
'arm new full image',
+ 'arm st1q incremental image',
+ 'arm st1q full image',
+ 'arm beagleboard incremental image',
+ 'arm beagleboard full image',
+ 'arm tegra2 full image',
'x86 new incremental image (RC)',
'x86 new full image',
])
@@ -179,6 +184,111 @@
}
)
+f_arm_st1q_image_inc = m_arm.ChromeOSFactory(
+ 'arm-st1q-image-inc',
+ steps=['make_chroot', 'platform', 'image'],
+ options={
+ 'lasercats': True,
+ 'lasercats_board': 'st1q',
+# 'lasercats_jobs': '--jobs 5',
+ 'lasercats_extra': '--usepkg',
+ 'lasercats_testmod': '--notest_mod',
+ },
+ factory_properties={
+ 'archive_build': True,
+ 'archive_max': 50,
+ # TODO: These builds need to be archived somewhere other than the slave
+ # similar to the Chrome buildbot mechanism that uses chrome-web.
+ # For now they will stay on the pubically inaccessible slave
+ # for internally testing purposes. External users will get a 403.
+ 'archive_url': 'http://codg158.jail.google.com/archive',
+ }
+)
+
+f_arm_st1q_image_rel = m_arm.ChromeOSFactory(
+ 'arm-st1q-image-rel',
+ steps=['make_chroot', 'platform', 'image', 'cache'],
+ options={
+ 'lasercats': True,
+ 'lasercats_board': 'st1q',
+ 'lasercats_replace': '--replace',
+ 'lasercats_testmod': '--notest_mod',
+# 'lasercats_jobs': '--jobs 5',
+ },
+ factory_properties={
+ 'archive_build': True,
+ 'archive_max': 50,
+ # TODO: These builds need to be archived somewhere other than the slave
+ # similar to the Chrome buildbot mechanism that uses chrome-web.
+ # For now they will stay on the pubically inaccessible slave
+ # for internally testing purposes. External users will get a 403.
+ 'archive_url': 'http://codg159.jail.google.com/archive',
+ }
+)
+
+f_arm_beagleboard_image_inc = m_arm.ChromeOSFactory(
+ 'arm-beagleboard-image-inc',
+ steps=['make_chroot', 'platform', 'image'],
+ options={
+ 'lasercats': True,
+ 'lasercats_board': 'beagleboard',
+# 'lasercats_jobs': '--jobs 5',
+ 'lasercats_extra': '--usepkg',
+ 'lasercats_testmod': '--notest_mod',
+ },
+ factory_properties={
+ 'archive_build': True,
+ 'archive_max': 50,
+ # TODO: These builds need to be archived somewhere other than the slave
+ # similar to the Chrome buildbot mechanism that uses chrome-web.
+ # For now they will stay on the pubically inaccessible slave
+ # for internally testing purposes. External users will get a 403.
+ 'archive_url': 'http://codg172.jail.google.com/archive',
+ }
+)
+
+f_arm_beagleboard_image_rel = m_arm.ChromeOSFactory(
+ 'arm-beagleboard-image-rel',
+ steps=['make_chroot', 'platform', 'image', 'cache'],
+ options={
+ 'lasercats': True,
+ 'lasercats_board': 'beagleboard',
+ 'lasercats_replace': '--replace',
+ 'lasercats_testmod': '--notest_mod',
+# 'lasercats_jobs': '--jobs 5',
+ },
+ factory_properties={
+ 'archive_build': True,
+ 'archive_max': 50,
+ # TODO: These builds need to be archived somewhere other than the slave
+ # similar to the Chrome buildbot mechanism that uses chrome-web.
+ # For now they will stay on the pubically inaccessible slave
+ # for internally testing purposes. External users will get a 403.
+ 'archive_url': 'http://codg173.jail.google.com/archive',
+ }
+)
+
+f_arm_tegra2_image_rel = m_arm.ChromeOSFactory(
+ 'arm-tegra2-image-rel',
+ steps=['make_chroot', 'platform', 'image', 'cache'],
+ options={
+ 'lasercats': True,
+ 'lasercats_board': 'tegra2-dev-board',
+ 'lasercats_replace': '--replace',
+ 'lasercats_testmod': '--notest_mod',
+# 'lasercats_jobs': '--jobs 5',
+ },
+ factory_properties={
+ 'archive_build': True,
+ 'archive_max': 50,
+ # TODO: These builds need to be archived somewhere other than the slave
+ # similar to the Chrome buildbot mechanism that uses chrome-web.
+ # For now they will stay on the pubically inaccessible slave
+ # for internally testing purposes. External users will get a 403.
+ 'archive_url': 'http://codg136.jail.google.com/archive',
+ }
+)
+
f_x86_new_image_inc = m_x86.ChromeOSFactory(
'x86-new-image-inc',
steps=['make_chroot', 'platform', 'image'],
@@ -253,6 +363,41 @@
'category': '1release full|builders_compile',
}
+b_arm_st1q_image_inc = {
+ 'name': 'arm st1q incremental image',
+ 'builddir': 'arm-st1q-image-inc',
+ 'factory': f_arm_st1q_image_inc,
+ 'category': '1release full|builders_compile',
+}
+
+b_arm_st1q_image_rel = {
+ 'name': 'arm st1q full image',
+ 'builddir': 'arm-st1q-image-rel',
+ 'factory': f_arm_st1q_image_rel,
+ 'category': '1release full|builders_compile',
+}
+
+b_arm_beagleboard_image_inc = {
+ 'name': 'arm beagleboard incremental image',
+ 'builddir': 'arm-beagleboard-image-inc',
+ 'factory': f_arm_st1q_image_inc,
+ 'category': '1release full|builders_compile',
+}
+
+b_arm_beagleboard_image_rel = {
+ 'name': 'arm beagleboard full image',
+ 'builddir': 'arm-beagleboard-image-rel',
+ 'factory': f_arm_beagleboard_image_rel,
+ 'category': '1release full|builders_compile',
+}
+
+b_arm_tegra2_image_rel = {
+ 'name': 'arm tegra2 full image',
+ 'builddir': 'arm-tegra2-image-rel',
+ 'factory': f_arm_tegra2_image_rel,
+ 'category': '1release full|builders_compile',
+}
+
b_x86_new_image_inc = {
'name': 'x86 new incremental image (RC)',
'builddir': 'x86-new-image-inc',
@@ -270,6 +415,11 @@
c['builders'] = [
b_arm_new_image_inc,
b_arm_new_image_rel,
+ b_arm_st1q_image_inc,
+ b_arm_st1q_image_rel,
+ b_arm_beagleboard_image_inc,
+ b_arm_beagleboard_image_rel,
+ b_arm_tegra2_image_rel,
b_x86_new_image_inc,
b_x86_new_image_rel,
]
« no previous file with comments | « no previous file | master.chromeos/public_html/announce.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698