Skip to content
Snippets Groups Projects
  1. Apr 01, 2020
    • Balasankar "Balu" C's avatar
      Delete unused code to find and delete earlier AMIs · d72b2049
      Balasankar "Balu" C authored
      Initially we wanted to only have the latest AMI available at any point
      of time. So we wrote the code to delete the earlier images, but marked
      it as dry run to ensure it did its job without actually touching
      anything. But we never removed that dry run flag.
      
      Also, since we have customers who may intentionally remain on older
      versions, we do have to maintain older images. So there is no need for
      this code anymore.
      d72b2049
  2. Oct 08, 2019
  3. Mar 06, 2020
  4. Jan 07, 2020
  5. Nov 15, 2019
  6. Feb 06, 2020
  7. Feb 05, 2020
  8. Jan 02, 2020
  9. Nov 25, 2019
  10. Nov 04, 2019
  11. Oct 27, 2019
  12. Oct 18, 2019
  13. Oct 07, 2019
  14. Oct 01, 2019
  15. May 16, 2019
  16. Aug 13, 2019
  17. Sep 12, 2019
  18. Sep 06, 2019
  19. Sep 01, 2019
  20. Jul 12, 2019
    • Qingyu Zhao's avatar
      Monitor memory usage of fresh omnibus install · f7699c82
      Qingyu Zhao authored
      Introduce new class Gitlab::DockerImageMemoryMeasurer.
      DockerImageMemoryMeasurer accept 'image_reference' as input, it runs
      this docker image and measure memory usage when the container is 'hot'.
      The output is metrics of: memory(USS/PSS/RSS) usage per component.
      
      Update CI config file to add new jobs to measure obmnibus start memory,
      including: 1)triggered image by developer; 2)nightly image; 3)tag image.
      f7699c82
  21. Aug 23, 2019
  22. Aug 21, 2019
  23. Aug 06, 2019
  24. Aug 14, 2019
  25. Aug 01, 2019
  26. Jul 31, 2019
  27. Jul 11, 2019
  28. Jul 18, 2019
  29. Jul 11, 2019
  30. Jul 04, 2019
Loading