File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ workflows:
359359 - 1.25.5
360360 - 1.26.0
361361 - 1.26.1
362+ - 1.26.2
362363 - 1.27.0
363364 - 1.27.1
364365 waf :
@@ -385,6 +386,7 @@ workflows:
385386 - 1.25.5
386387 - 1.26.0
387388 - 1.26.1
389+ - 1.26.2
388390 - 1.27.0
389391 - 1.27.1
390392 waf :
@@ -483,6 +485,23 @@ workflows:
483485 name : test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch >> WAF << matrix.waf >>
484486 requires :
485487 - build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
488+ - test :
489+ matrix :
490+ parameters :
491+ arch :
492+ - amd64
493+ - arm64
494+ waf :
495+ - ' ON'
496+ - ' OFF'
497+ base-image :
498+ - nginx:1.26.2-alpine
499+ - nginx:1.26.2
500+ nginx-version :
501+ - 1.26.2
502+ name : test << matrix.nginx-version >> on << matrix.base-image >>:<< matrix.arch >> WAF << matrix.waf >>
503+ requires :
504+ - build << matrix.nginx-version >> on << matrix.arch >> WAF << matrix.waf >>
486505 - test :
487506 matrix :
488507 parameters :
Original file line number Diff line number Diff line change 2525nginx:1.27.1 1.27.1
2626nginx:1.27.0-alpine 1.27.0
2727nginx:1.27.0 1.27.0
28+ nginx:1.26.2-alpine 1.26.2
29+ nginx:1.26.2 1.26.2
2830nginx:1.26.1-alpine 1.26.1
2931nginx:1.26.1 1.26.1
3032nginx:1.26.0-alpine 1.26.0
You can’t perform that action at this time.
0 commit comments