1. 02 Sep, 2014 2 commits
    • Split Bok-Choy Tests into 3 shards · 94c90556
      TE-447
      muhammad-ammar committed
    • Create shard 3 for bok-choy; handle unknown shards. · e3b40a8c
      This accomplishes three things:
      1. Create a 3rd bok-choy shard
      2. Allow the script to run 'all' shards
      3. If the script receives an unknown shard, it will pass through empty tests.
      
      The last one (3) is intended to allow us to expand to additional shards
      on our Jenkins infrastructure. If we have, for example, a 4th shard introduced,
      but someone attemps to run a commit that is older (and therefore still
      has 3 shards); the script will just pass-through shard '4'. This means
      older commits can still get tested. In that case, the older commit
      will still test all cases, because the last shard (n) is basically an
      'everything else' shard.
      Ben Patterson committed
  2. 30 Aug, 2014 1 commit
  3. 29 Aug, 2014 37 commits