Skip to content

Commit

Permalink
Merge pull request cms-sw#272 from ktf/add-Martin
Browse files Browse the repository at this point in the history
Misc fixes.
  • Loading branch information
ktf committed Dec 22, 2014
2 parents 0a067f0 + ccc8007 commit f366456
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 5 additions & 5 deletions es-templates/ib-files.json
Expand Up @@ -6,11 +6,11 @@
"mappings": {
"ib-file-data": {
"properties": {
"architecture":{"type":"string", "analyzer": "not_analyzed"},
"file":{"type":"string", "analyzer": "not_analyzed"},
"release":{"type":"string", "analyzer": "not_analyzed"},
"step":{"type":"string", "analyzer": "not_analyzed"},
"workflow":{"type":"string", "analyzer": "not_analyzed"}
"architecture":{"type":"string", "index": "not_analyzed"},
"file":{"type":"string", "index": "not_analyzed"},
"release":{"type":"string", "index": "not_analyzed"},
"step":{"type":"string", "index": "not_analyzed"},
"workflow":{"type":"string", "index": "not_analyzed"}
}
}
}
Expand Down
9 changes: 9 additions & 0 deletions watchers.yaml
Expand Up @@ -709,3 +709,12 @@ rappoccio:
- CommonTools/RecoAlgos
matt-komm:
- FastSimulation
Martin-Grunewald:
- Utilities
- SLHCUpgradeSimulations
- L1Trig
- HLTrigger
- FWCore
- FastSimulation
- EventFilter
- Configuration

0 comments on commit f366456

Please sign in to comment.