@@ -6,58 +6,58 @@ branches:
66 - main
77jobs :
88 include :
9- - name : " (Debian/Ubuntu) Install Specific Version "
9+ - name : (Debian/Ubuntu) Install specific version
1010 env :
1111 scenario : default
12- - name : " (Alpine Linux) Install Specific Version "
12+ - name : (Alpine Linux) Install specific version
1313 env :
1414 scenario : default_alpine
15- - name : " (CentOS) Install Specific Version "
15+ - name : (CentOS) Install specific version
1616 env :
1717 scenario : default_centos
18- - name : " (Debian/Ubuntu) Install Modules "
18+ - name : (Debian/Ubuntu) Cleanup config and try to install modules
1919 env :
2020 scenario : module
21- - name : " (Alpine Linux) Install Modules "
21+ - name : (Alpine Linux) Cleanup config and try to install modules
2222 env :
2323 scenario : module_alpine
24- - name : " (CentOS) Install Modules "
24+ - name : (CentOS) Cleanup config and try to install modules
2525 env :
2626 scenario : module_centos
27- - name : " (Debian/Ubuntu) Install Stable Branch and Push Configuration "
27+ - name : (Debian/Ubuntu) Install stable branch and push a config
2828 env :
2929 scenario : stable_push
30- - name : " (Alpine Linux) Install Stable Branch and Push Configuration "
30+ - name : (Alpine Linux) Install stable branch and push a config
3131 env :
3232 scenario : stable_push_alpine
33- - name : " (CentOS) Install Stable Branch and Push Configuration "
33+ - name : (CentOS) Install stable branch and push a config
3434 env :
3535 scenario : stable_push_centos
36- - name : " (Debian/Ubuntu) Use Template Setting "
36+ - name : (Debian/Ubuntu) Test config templates
3737 env :
3838 scenario : template
39- - name : " (Alpine Linux) Use Template Setting "
39+ - name : (Alpine Linux) Test config templates
4040 env :
4141 scenario : template_alpine
42- - name : " (CentOS) Use Template Setting "
42+ - name : (CentOS) Test config templates
4343 env :
4444 scenario : template_centos
45- - name : " (Debian/Ubuntu) Install NGINX Unit"
45+ - name : (Debian/Ubuntu) Install NGINX Unit
4646 env :
4747 scenario : unit
48- - name : " (Alpine Linux) Install NGINX Unit"
48+ - name : (Alpine Linux) Install NGINX Unit
4949 env :
5050 scenario : unit_alpine
51- - name : " (CentOS) Install NGINX Unit"
51+ - name : (CentOS) Install NGINX Unit
5252 env :
5353 scenario : unit_centos
54- - name : " (Debian/Ubuntu) Install from Source "
54+ - name : (Debian/Ubuntu) Build from source
5555 env :
5656 scenario : source
57- - name : " (Alpine Linux) Install from Source "
57+ - name : (Alpine Linux) Build from source
5858 env :
5959 scenario : source_alpine
60- - name : " (CentOS) Install from Source "
60+ - name : (CentOS) Build from source
6161 env :
6262 scenario : source_centos
6363before_install :
0 commit comments