Browse Source

build(ci): Add second snuba test instance (#27940)

Snuba tests are taking over 15 minutes, we are trying to keep all CI runs < 15 minutes, so adding another snuba test instance.
Billy Vong 3 years ago
parent
commit
36539a277b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/snuba-integration-test.yml

+ 1 - 1
.github/workflows/snuba-integration-test.yml

@@ -13,7 +13,7 @@ jobs:
     timeout-minutes: 30
     strategy:
       matrix:
-        instance: [0]
+        instance: [0, 1]
 
     env:
       USE_SNUBA: 1