1 # Drone.io test YML-File, currently disabled
2 # See https://github.com/friendica/friendica/pull/7643 for further infos
7 - name: mysql8.0-php7.1
8 image: friendicaci/php7.1:php7.1.32
10 - NOCOVERAGE=true ./autotest.sh mysql
12 MYSQL_USERNAME: friendica
13 MYSQL_PASSWORD: friendica
14 MYSQL_DATABASE: friendica
23 command: [ "--default-authentication-plugin=mysql_native_password" ]
25 MYSQL_ROOT_PASSWORD: friendica
27 MYSQL_PASSWORD: friendica
28 MYSQL_DATABASE: friendica
50 - name: mysql8.0-php7.2
51 image: friendicaci/php7.2:php7.2.22
53 - NOCOVERAGE=true ./autotest.sh mysql
55 MYSQL_USERNAME: friendica
56 MYSQL_PASSWORD: friendica
57 MYSQL_DATABASE: friendica
66 command: [ "--default-authentication-plugin=mysql_native_password" ]
68 MYSQL_ROOT_PASSWORD: friendica
70 MYSQL_PASSWORD: friendica
71 MYSQL_DATABASE: friendica
93 - name: mysql8.0-php7.3
94 image: friendicaci/php7.3:php7.3.9
96 - NOCOVERAGE=true ./autotest.sh mysql
98 MYSQL_USERNAME: friendica
99 MYSQL_PASSWORD: friendica
100 MYSQL_DATABASE: friendica
109 command: [ "--default-authentication-plugin=mysql_native_password" ]
111 MYSQL_ROOT_PASSWORD: friendica
112 MYSQL_USER: friendica
113 MYSQL_PASSWORD: friendica
114 MYSQL_DATABASE: friendica
133 name: mariadb10.1-php7.1
136 - name: mariadb10.1-php7.1
137 image: friendicaci/php7.1:php7.1.32
141 - ./autotest.sh mariadb
142 - wget https://codecov.io/bash -O codecov.sh
143 - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
144 - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
146 MYSQL_USER: friendica
147 MYSQL_PASSWORD: friendica
148 MYSQL_DATABASE: friendica
158 MYSQL_ROOT_PASSWORD: friendica
159 MYSQL_USER: friendica
160 MYSQL_PASSWORD: friendica
161 MYSQL_DATABASE: friendica
180 name: mariadb10.1-php7.2
183 - name: mariadb10.1-php7.2
184 image: friendicaci/php7.2:php7.2.22
186 - NOCOVERAGE=true ./autotest.sh mariadb
188 MYSQL_USER: friendica
189 MYSQL_PASSWORD: friendica
190 MYSQL_DATABASE: friendica
200 MYSQL_ROOT_PASSWORD: friendica
201 MYSQL_USER: friendica
202 MYSQL_PASSWORD: friendica
203 MYSQL_DATABASE: friendica
222 name: mariadb10.1-php7.3
225 - name: mariadb10.1-php7.3
226 image: friendicaci/php7.3:php7.3.9
228 - NOCOVERAGE=true ./autotest.sh mariadb
230 MYSQL_USER: friendica
231 MYSQL_PASSWORD: friendica
232 MYSQL_DATABASE: friendica
242 MYSQL_ROOT_PASSWORD: friendica
243 MYSQL_USER: friendica
244 MYSQL_PASSWORD: friendica
245 MYSQL_DATABASE: friendica
268 image: friendicaci/php7.1:php7.1.32
272 - NOINSTALL=true TEST_SELECTION=REDIS ./autotest.sh mysql
273 - wget https://codecov.io/bash -O codecov.sh
274 - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
275 - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
297 image: friendicaci/php7.2:php7.2.22
299 - NOCOVERAGE=true NOINSTALL=true TEST_SELECTION=REDIS ./autotest.sh mysql
321 image: friendicaci/php7.3:php7.3.9
323 - NOCOVERAGE=true NOINSTALL=true TEST_SELECTION=REDIS ./autotest.sh mysql
342 name: memcache-php7.1
345 - name: memcache-php7.1
346 image: friendicaci/php7.1:php7.1.32
350 - NOINSTALL=true TEST_SELECTION=MEMCACHE ./autotest.sh mysql
351 - wget https://codecov.io/bash -O codecov.sh
352 - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
353 - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
355 MEMCACHE_HOST: memcached
371 name: memcache-php7.2
374 - name: memcache-php7.2
375 image: friendicaci/php7.2:php7.2.22
377 - NOCOVERAGE=true NOINSTALL=true TEST_SELECTION=MEMCACHE ./autotest.sh mysql
379 MEMCACHE_HOST: memcached
395 name: memcache-php7.3
398 - name: memcache-php7.3
399 image: friendicaci/php7.3:php7.3.9
401 - NOCOVERAGE=true NOINSTALL=true TEST_SELECTION=MEMCACHE ./autotest.sh mysql
403 MEMCACHE_HOST: memcached
421 name: memcached-php7.1
424 - name: memcached-php7.1
425 image: friendicaci/php7.1:php7.1.32
429 - NOINSTALL=true TEST_SELECTION=MEMCACHED ./autotest.sh mysql
430 - wget https://codecov.io/bash -O codecov.sh
431 - sh -c "if [ '$DRONE_BUILD_EVENT' = 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -P $DRONE_PULL_REQUEST -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
432 - sh -c "if [ '$DRONE_BUILD_EVENT' != 'pull_request' ]; then bash codecov.sh -B $DRONE_BRANCH -C $DRONE_COMMIT -t 5ce7d64e-07b4-4adf-8700-e2eae27e14ec -f tests/autotest-clover.xml; fi"
434 MEMCACHED_HOST: memcached
450 name: memcached-php7.2
453 - name: memcached-php7.2
454 image: friendicaci/php7.2:php7.2.22
456 - NOCOVERAGE=true NOINSTALL=true TEST_SELECTION=MEMCACHED ./autotest.sh mysql
458 MEMCACHED_HOST: memcached
474 name: memcached-php7.3
477 - name: memcached-php7.3
478 image: friendicaci/php7.3:php7.3.9
480 - NOCOVERAGE=true NOINSTALL=true TEST_SELECTION=MEMCACHED ./autotest.sh mysql
482 MEMCACHED_HOST: memcached