We have 3 ARM Linux JSC tester bots: - AArch64: https://build.webkit.org/builders/EFL%20Linux%20AArch64%20Release - ARMv7 Thumb2: https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Thumb2%20Release - ARMv7 Traditional: https://build.webkit.org/builders/EFL%20Linux%20ARMv7%20Traditional%20Release These bots are to build JSC and run JSC stress tests. Now JSCOnly port is in trunk, there is no reason to build the whole WebKit and EFL with its dependencies on them.
Created attachment 274435 [details] Patch Patch is almost done, but hasn't been tested yet.
Created attachment 274601 [details] Patch
Comment on attachment 274601 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274601&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/config.json:80 > - { "name": "efl-linux-szeged-slave-1", "platform": "efl" }, > - { "name": "efl-linux-szeged-slave-2", "platform": "efl" }, > - { "name": "efl-linux-szeged-slave-3", "platform": "efl" }, > - { "name": "efl-linux-szeged-slave-4", "platform": "efl" } > + { "name": "efl-linux-slave-3", "platform": "efl" }, > + > + { "name": "jsconly-linux-szeged-slave-1", "platform": "jsc-only" }, > + { "name": "jsconly-linux-szeged-slave-2", "platform": "jsc-only" }, efl-linux-szeged-slave-4 was renamed to jsconly-linux-szeged-slave-1 (AArch64) efl-linux-szeged-slave-1 was renamed to jsconly-linux-szeged-slave-2 (ARMv7 Thumb2) efl-linux-szeged-slave-2 was renamed to jsconly-linux-szeged-slave-3 (ARMv7 Traditional) efl-linux-szeged-slave-3 was renamed to efl-linux-slave-3 (EFL performance bot) (because we passed the maintenance to Gyuyoung) It would be great if you could rename these slaves in password.json when restarting the buildmaster.
ping?
Comment on attachment 274601 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274601&action=review >> Tools/BuildSlaveSupport/build.webkit.org-config/config.json:80 >> + { "name": "jsconly-linux-szeged-slave-2", "platform": "jsc-only" }, > > efl-linux-szeged-slave-4 was renamed to jsconly-linux-szeged-slave-1 (AArch64) > efl-linux-szeged-slave-1 was renamed to jsconly-linux-szeged-slave-2 (ARMv7 Thumb2) > efl-linux-szeged-slave-2 was renamed to jsconly-linux-szeged-slave-3 (ARMv7 Traditional) > > efl-linux-szeged-slave-3 was renamed to efl-linux-slave-3 (EFL performance bot) > (because we passed the maintenance to Gyuyoung) > > It would be great if you could rename these slaves > in password.json when restarting the buildmaster. I've updated the slave names in passwords.json
Comment on attachment 274601 [details] Patch Clearing flags on attachment: 274601 Committed r198529: <http://trac.webkit.org/changeset/198529>
All reviewed patches have been landed. Closing bug.