Revision 902e0588e4ce1ec400d4e9351396cd62bc861aeb authored by Thomas B. Mooney on 07 March 2019, 21:04:39 UTC, committed by Thomas B. Mooney on 07 March 2019, 21:04:39 UTC
We'd already turned these off for production users as they're noisy.
1 parent 385fe08
Raw File
.test-tracker.conf
---
db_host: gms-postgres
db_name: test_tracker
db_schema: test_tracker
db_dsn: 'dbi:Pg:dbname=test_tracker;host=gms-postgres'
db_password: zIwWhT8qkzrhPm
db_prefix: 'test_tracker.'
db_user: test_tracker
lsf_log_dir: /gscmnt/gc2560/core/genome-ci/lsf_logs
module_regex: '^lib/perl/Genome.*\.pm$'
test_regex: '^lib/perl/Genome.*\.t$'
prove: genome-prove
back to top