Skip to content
Snippets Groups Projects
  1. May 15, 2018
  2. May 14, 2018
  3. May 13, 2018
  4. May 09, 2018
  5. May 07, 2018
  6. May 06, 2018
  7. Apr 26, 2018
  8. Apr 20, 2018
  9. Apr 19, 2018
  10. Apr 18, 2018
  11. Apr 17, 2018
    • Maiken's avatar
      Update .gitlab-ci.yml - Removed the host certificate generation. And run... · a32b596d
      Maiken authored
      Update .gitlab-ci.yml - Removed the host certificate generation. And run deploy on separate machines for el6 and el7. 
      
      The host certificate generation is not needed as the runner machine is persistent, and the /etc folder is mounted inside the docker container as a volume. So no need to regenerate it each time. If however /etc was not mounted inside the docker container, then host-generation would have to be done for each docker container. 
      
      Running deploy on same machine for el6 and el7 is a problem since arex start up scripts can be found in /etc which is available for all docker images so el6 deploy and el7 deploy will interfere. Are therefore now running the two deploys on separate machines. 
      a32b596d
    • Maiken's avatar
      Update .gitlab-ci.yml - deploy stage for centos6 and centos7 using same centos7 image. · e7784520
      Maiken authored
      Because gitlab-runner config.toml has same runner configured for two images, using last which is centos7. Adding image name here instead to mitigate this. 
      e7784520
    • Maiken's avatar
      Update .gitlab-ci.yml - Forgot to create folders for arc-logs and arc-tests.... · 6ba4e2b8
      Maiken authored
      Update .gitlab-ci.yml  - Forgot to create folders for arc-logs and arc-tests. Causing deploy to fail. Switched from storing arc-logs in /var/www/html/arc-logs and ... /arc-tests on host machine to instead be inside docker container. This way the different deploy instances do not write to the same log files causing confusion. 
      6ba4e2b8
    • Maiken's avatar
      Update .gitlab-ci.yml - Wrong runner for deploy centos 7 - use rhel-compatible... · d379b133
      Maiken authored
      Update .gitlab-ci.yml - Wrong runner for deploy centos 7 - use rhel-compatible runner for all rhel compatible deploys. 
      d379b133
  12. Apr 16, 2018
Loading