Skip to content
Snippets Groups Projects
Commit ad6e4ac7 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Got rid of analyze stage right now, as we're not using it

parent 565be297
Branches
No related tags found
No related merge requests found
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -9,7 +9,6 @@ default:
stages:
- generate
- process
- analyze
- collect
- finish
......
dis:run_test:
stage: analyze
stage: process
timeout: 1 hours
script:
- bash dis/dis.sh
......
......@@ -7,15 +7,8 @@ dvcs:process:
paths:
- results
dvcs:analysis:
stage: analyze
needs: ["dvcs:process"]
script:
- echo "THIS IS A PLACE HOLDER"
dvcs:results:
stage: collect
needs: ["dvcs:analysis"]
needs: ["dvcs:process"]
script:
- echo "All DVCS benchmarks successful"
......@@ -17,7 +17,7 @@ dvmp:generate:
script:
- ./dvmp/scripts/generate.sh --ebeam 10 --pbeam 100 --config jpsi_central --decay muon --decay electron
dvmp:jpsi_central:process:
dvmp:process:
stage: process
needs: ["dvmp:generate"]
timeout: 1 hour
......@@ -27,13 +27,6 @@ dvmp:jpsi_central:process:
paths:
- results
dvmp:jpsi_central:test_analysis:
stage: analyze
needs: ["dvmp:jpsi_central:process"]
script:
- echo "THIS IS A PLACE HOLDER"
dvmp:results:
stage: collect
needs: ["dvmp:jpsi_central:test_analysis"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment