Skip to content
  1. Nov 29, 2018
  2. Nov 26, 2018
  3. Nov 23, 2018
  4. Nov 22, 2018
  5. Nov 20, 2018
    • Robert Speicher's avatar
      Add dedicated runner tags to assets job · 5c3c9059
      Robert Speicher authored
      Ordinarily it would get the `gitlab-org` tag from
      `dedicated-no-docs-pull-cache-job`, but adding the `docker` tag
      overwrites rather than inherits, so this job has been running on the
      underpowered hardware of the shared runners rather than our dedicated
      runners.
      
      We're also adding a `high-cpu` tag, which doesn't currently do anything
      but will be useful for targeting a runner specifically for this job.
      5c3c9059
  6. Nov 16, 2018
  7. Nov 15, 2018
  8. Nov 14, 2018
  9. Nov 13, 2018
  10. Nov 12, 2018
  11. Nov 10, 2018
  12. Nov 09, 2018
    • Rémy Coutable's avatar
      Ensure we create the secrets at the right time · f7f42cf3
      Rémy Coutable authored
      
      
      In `deploy`, if the previous deployment failed, we delete/cleanup all
      the objects related to the release, including secrets. The problem is
      that if we create the root password before that, it will be then
      recreated during the deploy with a random value!
      
      By creatigng the secret just before actually deplying a new release, we
      ensure that it won't be overriden.
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      f7f42cf3
  13. Oct 31, 2018
  14. Oct 30, 2018
  15. Oct 25, 2018
  16. Oct 24, 2018
  17. Oct 23, 2018
  18. Oct 22, 2018
  19. Oct 04, 2018
  20. Oct 02, 2018
  21. Oct 01, 2018
  22. Sep 29, 2018
  23. Sep 28, 2018
  24. Sep 25, 2018
  25. Sep 24, 2018
  26. Sep 19, 2018
    • DJ Mountney's avatar
      Move the cloud-native-image trigger job into the test stage · 19d84a60
      DJ Mountney authored
      This is because the CNG pipeline now relies on the assets
      compiled here in the gitlab:assets:compile job (It waits
      up to 30 minutes for them)
      
      Without this change, the cloud native job was holding up
      the pipeline, preventing the assets compile job from being
      run.
      19d84a60