Added testing stage and jobs to run unit tests for our services
Added run-tests.sh script to each service to run our package tester to enable us to run unit tests from the cmdline and CI Refactored makefile's make test script to call run-tests.sh in each image
parent
81ebe91a
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 25 additions, 1 deletion.gitlab-ci.yml
- Makefile 6 additions, 11 deletionsMakefile
- ci/build.template.yml 1 addition, 11 deletionsci/build.template.yml
- ci/cleanup.template.yml 0 additions, 5 deletionsci/cleanup.template.yml
- ci/push.template.yml 0 additions, 5 deletionsci/push.template.yml
- ci/unit-test.template.yml 8 additions, 0 deletionsci/unit-test.template.yml
- services/capability/bin/run-tests.sh 17 additions, 0 deletionsservices/capability/bin/run-tests.sh
- services/workflow/bin/run-tests.sh 17 additions, 0 deletionsservices/workflow/bin/run-tests.sh
ci/unit-test.template.yml
0 → 100644
services/capability/bin/run-tests.sh
0 → 100755
services/workflow/bin/run-tests.sh
0 → 100755
Please register or sign in to comment