Skip to content
Snippets Groups Projects
Commit a47a14cd authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated nightly tests to elida rida+zipr only testing (redundant) and added...

updated nightly tests to elida rida+zipr only testing (redundant) and added eh-frame rewriting tests


Former-commit-id: fbc2e4aa
parent cdf0c404
No related branches found
No related tags found
No related merge requests found
......@@ -85,25 +85,25 @@ xform-ls-centos75:
#
# test_cmds.sh rida
# test_quick for EH handling
#
.basic-pgms-rida: &basic-pgms-rida
.basic-pgms-rida: &eh-tests
stage: test
script:
- ./cicd_testing/basic-pgms-rida.sh
- ./cicd_testing/eh-tests.sh
basic-pgms-rida-ubuntu18:
<<: *basic-pgms-rida
eh-tests-ubuntu18:
<<: *eh-tests
tags:
- ubuntu18
basic-pgms-rida-ubuntu16:
<<: *basic-pgms-rida
eh-tests-ubuntu16:
<<: *eh-tests
tags:
- ubuntu16
basic-pgms-rida-centos75:
<<: *basic-pgms-rida
eh-tests-centos75:
<<: *eh-tests
tags:
- centos75
......
......@@ -7,6 +7,6 @@ source set_env_vars
cd $CICD_TO_TEST_DIR/peasoup_examples/tests
cd $PEASOUP_HOME/tests
make clean;
./test_cmds.sh -c fix_calls_rida -l
./test_cmds.sh -c fix_calls_ida -l
./test_cmds.sh -c fix_calls_rida -l -a "bzip2 tcpdump"
./test_cmds.sh -c fix_calls_ida -l -a "bzip2 tcpdump"
......@@ -4,8 +4,7 @@ set -x
cd /tmp/peasoup_test
source set_env_vars
cd $CICD_TO_TEST_DIR/peasoup_examples/tests
cd $PEASOUP_HOME/tests
make clean; ./test_cmds.sh -c orig -l
make clean; ./test_cmds.sh -c rida -l
cd $CICD_TO_TEST_DIR/peasoup_examples/cpp-examples
cd $PEASOUP_HOME/cpp-examples
./test_quick.sh
Subproject commit 4d2af8676c53e3e8e16b819fff5ccc8eb98a243b
Subproject commit ae833c6296d78e5fd564b1c6ed47ad1848a4d13d
Subproject commit 4311201ddcd11ac25e3ae5dacb89e2017e5f4b54
Subproject commit 982935d9a8979f0d9c8cdaffae01a7d553135e29
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