Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Build CMR ~ 45 min
  • Migrate DB ~ 14 min
  • Unit Tests ~ 28 min
  • Int Test 1 ~ 81 min
  • Int Test 2 ~ 93 min
  • Int Test 3 ~ 46 min

Option D :: Create new 'on-demand' build (

...

DONE) - JYNA

  • How it works:
    • Create new bamboo build that runs the feature branch with unit tests, but zero int tests to allow for fast deployment only to SIT
    • No auto-triggers
  • PROS
    • Easy to implement
  • CONS
    • Have two separate build plans for one branch
    • Increase bamboo agent usage

Option E :: Increase parallel test groupsĀ (

...

DONE) - JYNA

  • How it works:
    • We have 3 int test groups, we can separate them out even further and have them run in parallel
    • Split Group 2 (Search) in half. So 4 groups total.
  • PROS
    • Easy to implement
  • CONS
    • Increase bamboo agent usage

Option P :: Parallelize Unit TestsĀ (

...

DONE)

...

-

...

Thomas

...

...