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
No related merge requests found
stages: stages:
- test-parsers
- build-hepwlbuilder - build-hepwlbuilder
- test-hepwlbuilder - test-hepwlbuilder
- test-parsers
- build-hepwl - build-hepwl
# Build the hep-workload-builder image (which is used to build and test WLs using docker) # Build the hep-workload-builder image (which is used to build and test WLs using docker)
...@@ -229,4 +229,5 @@ job_test-parsers: ...@@ -229,4 +229,5 @@ job_test-parsers:
image: $CI_REGISTRY_IMAGE/hep-workload-builder:latest image: $CI_REGISTRY_IMAGE/hep-workload-builder:latest
stage: test-parsers stage: test-parsers
script: 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