1. 09 Jan, 2019 38 commits
  2. 08 Jan, 2019 2 commits
    • Mario de la Ossa's avatar
      Backport of elastic-test-repos from EE · e4875cd2
      Mario de la Ossa authored
      e4875cd2
    • Thong Kuah's avatar
      Fix QA spec flaky for application secret variables · e9cb44e5
      Thong Kuah authored
      The QA spec for application secrets fails when run after the auto devops
      spec because no pipeline for it is triggered :(
      
      When the QA spec for application has passed, it has always been the
      first spec to run hence it is able to set the K8S_SECRET_ variable
      before the pipeline triggered by the initial commit has run.
      
      The correct fix would be manually trigger a pipeline after we have added
      the K8S_SECRET_* variable. However, because Helm does not update the
      Deployment, we need to push a code change to make Helm update the
      Deployment and the pods.
      e9cb44e5