Skip to content
Snippets Groups Projects
Commit 6439c060 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Put back $PSZ cat and ls tests

Former-commit-id: 22f832279ccb66a82d42210f2b27874965b4f67c
parent de74feb4
No related branches found
No related tags found
No related merge requests found
......@@ -130,4 +130,67 @@ verify-fails-centos75:
tags:
- centos75
#
# $PSZ ls
#
# template
.xform-ls: &xform-ls
stage: test
script:
- ./cicd_tests/xform-ls.sh
#per OS
xform-ls-ubuntu18:
<<: *xform-ls
tags:
- ubuntu18
variables:
OS: 'ubuntu18'
xform-ls-ubuntu16:
<<: *xform-ls
tags:
- ubuntu16
variables:
OS: 'ubuntu16'
xform-ls-centos75:
<<: *xform-ls
tags:
- centos75
variables:
OS: 'centos75'
#
# $PSZ cat
#
# template
.xform-cat: &xform-cat
stage: test
script:
- ./cicd_tests/xform-cat.sh
xform-cat-ubuntu18:
<<: *xform-cat
tags:
- ubuntu18
variables:
OS: 'ubuntu18'
xform-cat-ubuntu16:
<<: *xform-cat
tags:
- ubuntu16
variables:
OS: 'ubuntu16'
xform-cat-centos75:
<<: *xform-cat
tags:
- centos75
variables:
OS: 'centos75'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment