Skip to content
Snippets Groups Projects
  1. Jul 23, 2018
  2. Jul 22, 2018
  3. Jul 21, 2018
  4. Jul 20, 2018
  5. Jul 19, 2018
  6. Jul 18, 2018
  7. Jul 17, 2018
  8. Jul 16, 2018
  9. Jul 15, 2018
    • Christian Kuhn's avatar
      [TASK] Run tests on new bamboo infrastructure · 18193657
      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.
      There will be separated patche for older core versions.
      
      Change-Id: I65777eeee6e28fca5b3d3d979498293cc91a77af
      Resolves: #85563
      Resolves: #36934
      Releases: master
      Reviewed-on: https://review.typo3.org/57522
      
      
      Tested-by: default avatarTYPO3com <no-reply@typo3.com>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      18193657