Here's a filter that shows all CI tickets for Geode that are Open, In-Progress or Reopened (excluding HDFS):
project = GEODE AND status in (Open, "In Progress", Reopened) AND labels = CI AND labels != HDFS The HDFS tests are disabled and HDFS should probably be moved to a feature branch (ie, removed from develop). -Kirk On Fri, Oct 16, 2015 at 3:07 PM, William Markito <[email protected]> wrote: > Hey folks > > What about dedicate the next week to work specifically on CI and test > issues in order to make our builds more stable and predictable ? > > The work done as part of that effort will be tracked on GEODE-409 and on > feature/GEODE-409 branch. > > Test failures (unit,integration), JIRA tickets with CI label and such are > all valid. > > Thanks > -- > > William Markito Oliveira > Enterprise Architect > -- For questions about Apache Geode, please write to > *[email protected] > <[email protected]>* >
