| OLD | NEW |
| 1 SkiaLab | 1 SkiaLab |
| 2 ======= | 2 ======= |
| 3 | 3 |
| 4 Overview | 4 Overview |
| 5 -------- | 5 -------- |
| 6 | 6 |
| 7 Skia's buildbots are hosted in three places: | 7 Skia's buildbots are hosted in three places: |
| 8 | 8 |
| 9 * Google Compute Engine. This is the preferred location for bots which don't | 9 * Google Compute Engine. This is the preferred location for bots which don't |
| 10 need to run on physical hardware, ie. anything that doesn't require a GPU, | 10 need to run on physical hardware, ie. anything that doesn't require a GPU, |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 which contains information about the machines in the lab, pre-filtered to | 64 which contains information about the machines in the lab, pre-filtered to |
| 65 select the machine which runs the buildslave in question. | 65 select the machine which runs the buildslave in question. |
| 66 3. The information box will display the hostname of the machine as well as the | 66 3. The information box will display the hostname of the machine as well as the |
| 67 KVM switch and number used to access the machine, if the machine is in the | 67 KVM switch and number used to access the machine, if the machine is in the |
| 68 SkiaLab. | 68 SkiaLab. |
| 69 4. Walk over to the lab. While standing at the KVM switch indicated by the host | 69 4. Walk over to the lab. While standing at the KVM switch indicated by the host |
| 70 information page, double tap \<ctrl\> and then press the number or letter fro
m | 70 information page, double tap \<ctrl\> and then press the number or letter fro
m |
| 71 the information page. It may be necessary to move or click the mouse to wake | 71 the information page. It may be necessary to move or click the mouse to wake |
| 72 the machine up. | 72 the machine up. |
| 73 5. Log in to the machine if necessary. The password is stored in | 73 5. Log in to the machine if necessary. The password is stored in |
| 74 [Valentine](https://valentine/). | 74 [Valentine](https://valentine/) as "Chapel Hill buildbot slave password". |
| 75 | 75 |
| 76 ### Rebooting a problematic Android device | 76 ### Rebooting a problematic Android device |
| 77 | 77 |
| 78 Follow the same process as above, with some slight changes: | 78 Follow the same process as above, with some slight changes: |
| 79 | 79 |
| 80 1. On the [Status](https://status.skia.org/) page, click the box for the failed | 80 1. On the [Status](https://status.skia.org/) page, click the box for the failed |
| 81 build. | 81 build. |
| 82 2. Click the "Lookup" link for the host machine. Remember the name of the | 82 2. Click the "Lookup" link for the host machine. Remember the name of the |
| 83 buildslave which ran the build. | 83 buildslave which ran the build. |
| 84 3. The hosts page will display the information used to access the host machine | 84 3. The hosts page will display the information used to access the host machine |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 11. Select the external drive to use for /home/partimag, something like, | 216 11. Select the external drive to use for /home/partimag, something like, |
| 217 "1000GB_ntfs_My_Passport". | 217 "1000GB_ntfs_My_Passport". |
| 218 12. Select the bot_img directory. | 218 12. Select the bot_img directory. |
| 219 13. "Beginner" | 219 13. "Beginner" |
| 220 14. "savedisk" | 220 14. "savedisk" |
| 221 15. Choose a name for the disk image. The convention is: | 221 15. Choose a name for the disk image. The convention is: |
| 222 `skiabot-<hardware type>-<OS>-<disk image revision #>` | 222 `skiabot-<hardware type>-<OS>-<disk image revision #>` |
| 223 12. Choose the hard drive in the machine. It should be the only option. | 223 12. Choose the hard drive in the machine. It should be the only option. |
| 224 13. "y" | 224 13. "y" |
| 225 14. Choose "reboot" or "shut down" when finished. | 225 14. Choose "reboot" or "shut down" when finished. |
| OLD | NEW |