Actions
Bug #3368
closed[Crunch] '--no-reuse' flag not working?
Story points:
1.0
Description
Pipeline instance qr1hi-d1hrv-rqe1i8jpl9cnpt2 looks like it re-uses output when I try to run the pipeline with the '--no-reuse' flag.
The pipeline template is qr1hi-p5p6p-qylu0t8emge2h01 . Here is the pipeline template that I used:
{
"name": "extraordinarily comply jackals",
"components": {
"salamis": {
"script_parameters": {
"input": {
"required": "true",
"dataclass": "Collection"
}
},
"script_version": "master",
"repository": "abram",
"script": "multipleFileBug/multipleFileBug.py",
"runtime_constraints": {}
}
}
}
Please ignore the name. The same program was used in another bug report to tickle another bug.
Here is the code I used to execute:
arv pipeline run --run-here --no-reuse --template qr1hi-p5p6p-qylu0t8emge2h01 salamis::input=0938aa40406992ee7c02666b2708fbce+73567
Updated by Ward Vandewege over 11 years ago
- Subject changed from '--no-reuse' flag not working? to [Crunch] '--no-reuse' flag not working?
Updated by Tom Clegg over 11 years ago
- Assigned To set to Tom Clegg
- Target version deleted (
2014-08-27 Sprint)
Updated by Anonymous over 11 years ago
- Status changed from New to Resolved
Applied in changeset arvados|commit:cedd2b046ddf4d2f819a4d1dedbbe82d4e70e72d.
Actions