Skip to content

Commit

Permalink
[Behat] added missing site factory aliases (#35)
Browse files Browse the repository at this point in the history
* [Behat] added missing site factory aliases

* specified redis version for 7.3
  • Loading branch information
tomaszszopinski authored Feb 4, 2025
1 parent bfd2376 commit 7665329
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 1 deletion.
190 changes: 190 additions & 0 deletions docker/multihost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,101 @@ services:
- test7.local
- test8.local
- test9.local
- test4.local/eng
- test4.local/pol
- test4.local/fre
- test4.local/ger
- test4.local/ita
- test4.local/esl
- test4.local/por
- test4.local/ukr
- test4.local/swe
- test4.local/nor
- test4.local/fin
- test4.local/dan
- test4.local/hun
- test4.local/jpn
- test4.local/kor
- test4.local/cro
- test4.local/tur
- test4.local/rus
- test4.local/ser
- test3.local/eng
- test3.local/pol
- test3.local/fre
- test3.local/ger
- test3.local/ita
- test3.local/esl
- test3.local/por
- test3.local/ukr
- test3.local/swe
- test3.local/nor
- test3.local/fin
- test3.local/dan
- test3.local/hun
- test3.local/jpn
- test3.local/kor
- test3.local/cro
- test3.local/tur
- test3.local/rus
- test3.local/ser
- test2.local/eng
- test2.local/pol
- test2.local/fre
- test2.local/ger
- test2.local/ita
- test2.local/esl
- test2.local/por
- test2.local/ukr
- test2.local/swe
- test2.local/nor
- test2.local/fin
- test2.local/dan
- test2.local/hun
- test2.local/jpn
- test2.local/kor
- test2.local/cro
- test2.local/tur
- test2.local/rus
- test2.local/ser
- test1.local/eng
- test1.local/pol
- test1.local/fre
- test1.local/ger
- test1.local/ita
- test1.local/esl
- test1.local/por
- test1.local/ukr
- test1.local/swe
- test1.local/nor
- test1.local/fin
- test1.local/dan
- test1.local/hun
- test1.local/jpn
- test1.local/kor
- test1.local/cro
- test1.local/tur
- test1.local/rus
- test1.local/ser
- test0.local/eng
- test0.local/pol
- test0.local/fre
- test0.local/ger
- test0.local/ita
- test0.local/esl
- test0.local/por
- test0.local/ukr
- test0.local/swe
- test0.local/nor
- test0.local/fin
- test0.local/dan
- test0.local/hun
- test0.local/jpn
- test0.local/kor
- test0.local/cro
- test0.local/tur
- test0.local/rus
- test0.local/ser
backend:
aliases:
# Multihost aliases
Expand All @@ -39,3 +134,98 @@ services:
- test7.local
- test8.local
- test9.local
- test4.local/eng
- test4.local/pol
- test4.local/fre
- test4.local/ger
- test4.local/ita
- test4.local/esl
- test4.local/por
- test4.local/ukr
- test4.local/swe
- test4.local/nor
- test4.local/fin
- test4.local/dan
- test4.local/hun
- test4.local/jpn
- test4.local/kor
- test4.local/cro
- test4.local/tur
- test4.local/rus
- test4.local/ser
- test3.local/eng
- test3.local/pol
- test3.local/fre
- test3.local/ger
- test3.local/ita
- test3.local/esl
- test3.local/por
- test3.local/ukr
- test3.local/swe
- test3.local/nor
- test3.local/fin
- test3.local/dan
- test3.local/hun
- test3.local/jpn
- test3.local/kor
- test3.local/cro
- test3.local/tur
- test3.local/rus
- test3.local/ser
- test2.local/eng
- test2.local/pol
- test2.local/fre
- test2.local/ger
- test2.local/ita
- test2.local/esl
- test2.local/por
- test2.local/ukr
- test2.local/swe
- test2.local/nor
- test2.local/fin
- test2.local/dan
- test2.local/hun
- test2.local/jpn
- test2.local/kor
- test2.local/cro
- test2.local/tur
- test2.local/rus
- test2.local/ser
- test1.local/eng
- test1.local/pol
- test1.local/fre
- test1.local/ger
- test1.local/ita
- test1.local/esl
- test1.local/por
- test1.local/ukr
- test1.local/swe
- test1.local/nor
- test1.local/fin
- test1.local/dan
- test1.local/hun
- test1.local/jpn
- test1.local/kor
- test1.local/cro
- test1.local/tur
- test1.local/rus
- test1.local/ser
- test0.local/eng
- test0.local/pol
- test0.local/fre
- test0.local/ger
- test0.local/ita
- test0.local/esl
- test0.local/por
- test0.local/ukr
- test0.local/swe
- test0.local/nor
- test0.local/fin
- test0.local/dan
- test0.local/hun
- test0.local/jpn
- test0.local/kor
- test0.local/cro
- test0.local/tur
- test0.local/rus
- test0.local/ser
2 changes: 1 addition & 1 deletion php/Dockerfile-7.3
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN set -xe \
&& docker-php-ext-enable igbinary \
\
# Install redis (manualy build in order to be able to enable igbinary)
&& for i in $(seq 1 3); do pecl install -o --nobuild redis && s=0 && break || s=$? && sleep 1; done; (exit $s) \
&& for i in $(seq 1 3); do pecl install -o --nobuild "redis-6.0.2" && s=0 && break || s=$? && sleep 1; done; (exit $s) \
&& cd "$(pecl config-get temp_dir)/redis" \
&& phpize \
&& ./configure --enable-redis-igbinary \
Expand Down

0 comments on commit 7665329

Please sign in to comment.