Skip to content
Snippets Groups Projects
Commit 1fc1f006 authored by Domenico Giordano's avatar Domenico Giordano
Browse files

extending test parser to all existing tests

parent c1695fd0
No related branches found
No related tags found
3 merge requests!255Author list,!244Apply new json schema and descriptions,!243including parsing tests, changing json format
stages:
- test-parsers
- build-hepwlbuilder
- test-hepwlbuilder
- test-parsers
- build-hepwl
# Build the hep-workload-builder image (which is used to build and test WLs using docker)
......@@ -229,4 +229,5 @@ job_test-parsers:
image: $CI_REGISTRY_IMAGE/hep-workload-builder:latest
stage: test-parsers
script:
- ./cms/gen-sim/cms-gen-sim/test_parser.sh
- aline=`printf '=%.0s' {1..100}`;
- for aparser in `find . -name "test_parser.sh"`; do echo -e "$aline\nRunning $aparser\n$aline"; $aparser || exit 1; done
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