Skip to content
Snippets Groups Projects
Commit c64178a4 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: 8bc53009b923e2be0cc12bb950ed61efb60383b0
parents bdb59cf6 fe5e32bd
No related branches found
No related tags found
No related merge requests found
......@@ -84,69 +84,6 @@ do-build-centos75:
OS: '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'
#
# test_cmds.sh orig
#
......
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