Skip to content

Commit

Permalink
Merge pull request #247 from CovertLab/jenkins-fix
Browse files Browse the repository at this point in the history
Use nextflow to distribute Jenkins CI over Sherlock nodes
  • Loading branch information
thalassemia authored Nov 28, 2024
2 parents 79c24fb + 5f9852a commit 991d277
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 9 deletions.
5 changes: 3 additions & 2 deletions runscripts/jenkins/configs/ecoli-anaerobic.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"single": {"mass_fraction_summary": {}}
},
"variants": {
"condition": {"condition": "no_oxygen"}
}
"condition": {"condition": {"value": ["no_oxygen"]}}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-glucose-minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-new-gene-gfp.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
},
"op": "zip"
}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-no-growth-rate-control.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-no-operons.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
3 changes: 2 additions & 1 deletion runscripts/jenkins/configs/ecoli-superhelical-density.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
},
"analysis_options": {
"single": {"mass_fraction_summary": {}}
}
},
"sherlock": true
}
5 changes: 3 additions & 2 deletions runscripts/jenkins/configs/ecoli-with-aa.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"single": {"mass_fraction_summary": {}}
},
"variants": {
"condition": {"condition": "with_aa"}
}
"condition": {"condition": {"value": ["with_aa"]}}
},
"sherlock": true
}

0 comments on commit 991d277

Please sign in to comment.