PHPCI icon indicating copy to clipboard operation
PHPCI copied to clipboard

[Proposal] Virtualized Environments

Open DavertMik opened this issue 10 years ago • 6 comments

PHPCI does not do (yet)

Virtualised testing. (In progress) Multiple PHP-version tests. (In progress)

I have proposal and proof of concept for virtualizing PHP test environments with Docker https://github.com/Codegyre/RoboCI I'm using Travis Cookbooks to prepare a complete and isolated testing environment. I think we can try to join forces, if you are interested in integrating this into PHPCI.

DavertMik avatar Oct 16 '14 10:10 DavertMik

:+1:

corpsee avatar Oct 19 '14 09:10 corpsee

I'd love to see that happening!

:+1:

AlexDubstone avatar Oct 20 '14 14:10 AlexDubstone

:+1: this would be awesome!

adamlc avatar Nov 27 '14 15:11 adamlc

Definitely :+1:

huglester avatar Dec 06 '14 07:12 huglester

Is there any progress on that? I tried to find some information, especially about virtualized testing but didn't find anything.

chrisandchris avatar Sep 16 '15 15:09 chrisandchris

If someone could take PHPCI and get only testing part out of it (maybe into another composer plugin/standalone application) then it shouldn't be difficult to write docker files for php 5.5, 5.6, 7, and different mysql servers(because they are different docker containers anyway). Maybe Block8 team could do it

putting entire PHPCI in testing docker container wouldn't make any sense, and would make much overhead

mikk150 avatar Feb 02 '16 08:02 mikk150