Skip to content
Snippets Groups Projects
  1. Jul 20, 2022
  2. Jul 13, 2022
  3. Jul 12, 2022
  4. Jul 06, 2022
  5. Jul 04, 2022
  6. Jun 30, 2022
  7. Jun 08, 2022
  8. Jun 06, 2022
  9. May 18, 2022
  10. May 13, 2022
  11. May 12, 2022
  12. Apr 25, 2022
  13. Apr 13, 2022
  14. Apr 04, 2022
  15. Mar 24, 2022
  16. Feb 22, 2022
  17. Feb 21, 2022
  18. Dec 17, 2021
  19. Nov 19, 2021
  20. Nov 17, 2021
  21. Nov 15, 2021
  22. Oct 24, 2021
  23. Oct 19, 2021
    • Zygmunt Krynicki's avatar
      .oniro-ci: route jobs to specific instance sizes · 6c0847b6
      Zygmunt Krynicki authored
      
      Zephyr and FreeRTOS jobs do not require 16GB of RAM to build and
      constitute the bulk of our CI (by number) quota usage. By moving them to
      smaller instances, with 4GB of RAM, we can use the remaining quota
      better.
      
      On the infrastructure side we now have a new auto-scaling pool, with
      s3.large.2 instances. Those join the existing s3.xlarge.4 (formerly
      known as "heavy") and s3.large.8 (formerly known as "light").
      
      The .workspace job uses the s2.large.8 by default, making a safe (but
      expensive) default. Specific jobs deviate as follows:
      
       - zephyr and freertos jobs use s3.large.2
       - two blueprint jobs with more recipes use s3.xlarge.4
      
      Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
      6c0847b6
Loading