Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.com/gitlab-org/omnibus-gitlab.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Sep 13, 2019
  2. Aug 30, 2019
    • Qingyu Zhao's avatar
      Monitor memory usage of fresh omnibus install · 164d233e
      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.
      164d233e
  3. Jul 04, 2019
  4. Jun 23, 2019
  5. May 01, 2019
  6. Mar 26, 2019
  7. Mar 13, 2018
  8. Mar 01, 2018
    • Richard Clamp's avatar
      Extract spec_helper from chef_helper · 56933518
      Richard Clamp authored
      chef_helper loads a lot of chef related testing libraries, and includes
      a call to ohai to configure them.  This is not always needed when
      testing library code/rake tasks.
      
      When running examples directly from the command-line during development
      we can see a speedup of around 1.5 seconds, by using the reduced
      `spec_helper` rather than the full `chef_helper`.
      56933518
  9. Dec 07, 2017
  10. Aug 10, 2017
  11. Aug 02, 2017
Loading