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

Merge branch '3-debug-centos7-5-tcpdump-testing-issue' of...

Merge branch '3-debug-centos7-5-tcpdump-testing-issue' of git.zephyr-software.com:allnp/peasoup_examples into 3-debug-centos7-5-tcpdump-testing-issue


Former-commit-id: cf7e43c08539fa7215447fb1363bf3dca4218e9f
parents cb1556dd 6439c060
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