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

adding test of parsers before any build

parent a6bcc2d8
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: stages:
- test-parsers
- build-hepwlbuilder - build-hepwlbuilder
- test-hepwlbuilder - test-hepwlbuilder
- build-hepwl - build-hepwl
...@@ -220,3 +221,12 @@ job_build-lhcb-gen-sim: ...@@ -220,3 +221,12 @@ job_build-lhcb-gen-sim:
#- common/bmk-driver.sh #- common/bmk-driver.sh
#- common/Dockerfile.template #- common/Dockerfile.template
<<: *build-hepwl-anchor <<: *build-hepwl-anchor
###
### Template for all the build jobs of hep-workloads containers
###
job_test-parsers:
image: $CI_REGISTRY_IMAGE/hep-workload-builder:latest
stage: test-parsers
script:
- ./cms/gen-sim/cms-gen-sim/test_parser.sh
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