Skip to content

Commit 4f084dd

Browse files
committed
Merge branch 'hotfix/fix-testsuite'
2 parents a6d2b20 + 4f1b317 commit 4f084dd

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

BLACKLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ubuntu-16.04
2-
debian-9
2+
debian-9
3+
alpine-3-php7

test/run.sh

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,46 @@ initEnvironment
294294

295295
[[ $(checkTestTarget php) ]] && {
296296
setupTestEnvironment "php"
297+
298+
##########
299+
# PHP 5
300+
##########
301+
297302
setSpecTest "php5"
298303

304+
OS_VERSION="12.04" runTestForTag "ubuntu-12.04"
305+
OS_VERSION="14.04" runTestForTag "ubuntu-14.04"
306+
OS_VERSION="15.04" runTestForTag "ubuntu-15.04"
307+
OS_VERSION="15.10" runTestForTag "ubuntu-15.10"
308+
OS_VERSION="16.04" runTestForTag "ubuntu-16.04"
309+
310+
setEnvironmentOsFamily "redhat"
311+
OS_VERSION="7" runTestForTag "centos-7"
312+
313+
setEnvironmentOsFamily "debian"
314+
OS_VERSION="7" runTestForTag "debian-7"
315+
OS_VERSION="8" runTestForTag "debian-8"
316+
OS_VERSION="testing" runTestForTag "debian-9"
317+
299318
setEnvironmentOsFamily "alpine"
300319
OS_VERSION="3" runTestForTag "alpine-3"
301320

321+
##########
322+
# PHP 7
323+
##########
324+
325+
setEnvironmentOsFamily "ubuntu"
326+
setSpecTest "php7"
327+
OS_VERSION="16.04" runTestForTag "ubuntu-16.04-php7"
328+
329+
setEnvironmentOsFamily "debian"
330+
setSpecTest "php7"
331+
OS_VERSION="8" runTestForTag "debian-8-php7"
332+
OS_VERSION="testing" runTestForTag "debian-9-php7"
333+
334+
setEnvironmentOsFamily "alpine"
335+
OS_VERSION="3" runTestForTag "alpine-3-php7"
336+
302337
waitForTestRun
303338
}
304339

@@ -362,6 +397,11 @@ initEnvironment
362397

363398
[[ $(checkTestTarget php-apache) ]] && {
364399
setupTestEnvironment "php-apache"
400+
401+
##########
402+
# PHP 5
403+
##########
404+
365405
setSpecTest "php5-apache"
366406

367407
OS_VERSION="12.04" runTestForTag "ubuntu-12.04"
@@ -381,6 +421,10 @@ initEnvironment
381421
setEnvironmentOsFamily "alpine"
382422
OS_VERSION="3" runTestForTag "alpine-3"
383423

424+
##########
425+
# PHP 7
426+
##########
427+
384428
setEnvironmentOsFamily "ubuntu"
385429
setSpecTest "php7-apache"
386430
OS_VERSION="16.04" runTestForTag "ubuntu-16.04-php7"
@@ -390,6 +434,9 @@ initEnvironment
390434
OS_VERSION="8" runTestForTag "debian-8-php7"
391435
OS_VERSION="testing" runTestForTag "debian-9-php7"
392436

437+
setEnvironmentOsFamily "alpine"
438+
OS_VERSION="3" runTestForTag "alpine-3-php7"
439+
393440
waitForTestRun
394441
}
395442

@@ -399,6 +446,11 @@ initEnvironment
399446

400447
[[ $(checkTestTarget php-nginx) ]] && {
401448
setupTestEnvironment "php-nginx"
449+
450+
##########
451+
# PHP 5
452+
##########
453+
402454
setSpecTest "php5-nginx"
403455

404456
OS_VERSION="12.04" runTestForTag "ubuntu-12.04"
@@ -418,6 +470,10 @@ initEnvironment
418470
setEnvironmentOsFamily "alpine"
419471
OS_VERSION="3" runTestForTag "alpine-3"
420472

473+
##########
474+
# PHP 7
475+
##########
476+
421477
setEnvironmentOsFamily "ubuntu"
422478
setSpecTest "php7-nginx"
423479
OS_VERSION="16.04" runTestForTag "ubuntu-16.04-php7"
@@ -427,6 +483,9 @@ initEnvironment
427483
OS_VERSION="8" runTestForTag "debian-8-php7"
428484
OS_VERSION="testing" runTestForTag "debian-9-php7"
429485

486+
setEnvironmentOsFamily "alpine"
487+
OS_VERSION="3" runTestForTag "alpine-3-php7"
488+
430489
waitForTestRun
431490
}
432491

0 commit comments

Comments
 (0)