Skip to content
Snippets Groups Projects
  1. Dec 11, 2018
  2. Dec 08, 2018
  3. Nov 28, 2018
  4. Oct 31, 2018
  5. Oct 30, 2018
  6. Oct 29, 2018
  7. Oct 28, 2018
  8. Oct 23, 2018
  9. Oct 10, 2018
  10. Oct 03, 2018
  11. Oct 01, 2018
  12. Sep 30, 2018
  13. Sep 03, 2018
  14. Aug 10, 2018
  15. Aug 02, 2018
  16. Jul 31, 2018
  17. Jul 29, 2018
  18. Jul 26, 2018
  19. Jul 25, 2018
  20. Jul 20, 2018
  21. Jul 17, 2018
  22. Jul 16, 2018
    • Christian Kuhn's avatar
      [TASK] Run tests on new bamboo infrastructure · 12d723f7
      Christian Kuhn authored
      A new bamboo agent infrastructure has been deployed that
      significantly changes how tests are executed: The agent
      docker containers are now "stupid" and no longer bundle
      specific php versions or daemons. Instead, they can run
      own containers to start needed daemons for specific jobs
      and execute needed php commands in ad-hoc containers that
      provide the required php version.
      Daemons needed for single jobs are defined in a
      docker-compose.yml file provided by core itself.
      This docker-compose.yml file can not be used directly for
      local test execution since it has to fiddle quite a bit
      with docker volume mounts, networks and executing users
      that is specific to the bamboo environment.
      However, another yml file can be added later to ease local
      test execution in a similar way.
      The patch rewrites the bamboo plan pre-merge and nightly
      specs of core master to use the new infrastructure and brings
      a couple of minor changes to tests that rely on a running
      memcached or redis to retrieve the daemon host from an
      environment variable.
      
      Patch for core v7.
      
      Change-Id: I65777eeee6e28fca5b3d3d979498293cc91a77af
      Resolves: #85563
      Resolves: #36934
      Releases: 7.6
      Reviewed-on: https://review.typo3.org/57605
      
      
      Tested-by: default avatarTYPO3com <no-reply@typo3.com>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      12d723f7
  23. Jul 13, 2018
  24. Jul 12, 2018