Skip to content
Snippets Groups Projects
Commit 835f8010 authored by Jihee Kim's avatar Jihee Kim
Browse files

Fixed detector_template.xml to reference_template.xml

parent f4b0cd13
No related branches found
No related tags found
1 merge request!4Template XML file
Pipeline #7339 failed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
...@@ -31,7 +31,7 @@ stages: ...@@ -31,7 +31,7 @@ stages:
env: env:
stage: config stage: config
script: script:
- export JUGGLER_DETECTOR="detector_template" - export JUGGLER_DETECTOR="reference_detector"
- | - |
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
export JUGGLER_DETECTOR_VERSION="${CI_COMMIT_REF_NAME}" export JUGGLER_DETECTOR_VERSION="${CI_COMMIT_REF_NAME}"
...@@ -89,7 +89,7 @@ overlap_check: ...@@ -89,7 +89,7 @@ overlap_check:
needs: needs:
- ["compile"] - ["compile"]
script: script:
- checkOverlaps -c detector_template.xml | tee doc/overlap_check.out - checkOverlaps -c reference_detector.xml | tee doc/overlap_check.out
- echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..." - echo "$(cat doc/overlap_check.out | grep ovlp | wc -l) overlaps..."
- if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "1" ]] ; then echo "Overlaps exist!" && false ; fi - if [[ "$(cat doc/overlap_check.out | grep ovlp | wc -l)" -gt "1" ]] ; then echo "Overlaps exist!" && false ; fi
...@@ -98,7 +98,7 @@ detector:config_testing: ...@@ -98,7 +98,7 @@ detector:config_testing:
needs: needs:
- ["compile"] - ["compile"]
script: script:
- checkOverlaps -c detector_template.xml | tee doc/overlap_check.out | wc -l - checkOverlaps -c reference_detector.xml | tee doc/overlap_check.out | wc -l
- cat doc/overlap_check.out - cat doc/overlap_check.out
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment