Skip to content

Commit 0bfd71f

Browse files
authored
remove bundle manager and add codeintel-db (sourcegraph#1328)
* remove bundle manager add codeintel-db * testing timeouts
1 parent f5b8d52 commit 0bfd71f

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

overlays/minikube/kustomization.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,23 +103,27 @@ patchesJson6902:
103103
path: delete-storageclassname.yaml
104104
- target:
105105
kind: PersistentVolumeClaim
106-
name: bundle-manager
106+
name: pgsql
107107
version: v1
108108
path: delete-storageclassname.yaml
109109
- target:
110110
kind: PersistentVolumeClaim
111-
name: pgsql
111+
name: redis-cache
112112
version: v1
113113
path: delete-storageclassname.yaml
114114
- target:
115115
kind: PersistentVolumeClaim
116-
name: redis-cache
116+
name: redis-store
117117
version: v1
118118
path: delete-storageclassname.yaml
119119
- target:
120120
kind: PersistentVolumeClaim
121-
name: redis-store
121+
name: codeintel-db
122+
version: v1
123+
path: delete-storageclassname.yaml
124+
- target:
125+
kind: PersistentVolumeClaim
126+
name: minio
122127
version: v1
123128
path: delete-storageclassname.yaml
124-
125129

tests/integration/restricted/test.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ kubectl --as=system:serviceaccount:ns-sourcegraph:fake-user -n ns-sourcegraph ap
7474

7575
# wait for it all to finish (we list out the ones with persistent volume claim because they take longer)
7676

77-
timeout 5m kubectl -n ns-sourcegraph rollout status -w statefulset/indexed-search
78-
timeout 5m kubectl -n ns-sourcegraph rollout status -w deployment/prometheus
79-
timeout 5m kubectl -n ns-sourcegraph rollout status -w deployment/redis-cache
80-
timeout 5m kubectl -n ns-sourcegraph rollout status -w deployment/redis-store
81-
timeout 5m kubectl -n ns-sourcegraph rollout status -w statefulset/gitserver
82-
timeout 5m kubectl -n ns-sourcegraph rollout status -w deployment/sourcegraph-frontend
77+
timeout 10m kubectl -n ns-sourcegraph rollout status -w statefulset/indexed-search
78+
timeout 10m kubectl -n ns-sourcegraph rollout status -w deployment/prometheus
79+
timeout 10m kubectl -n ns-sourcegraph rollout status -w deployment/redis-cache
80+
timeout 10m kubectl -n ns-sourcegraph rollout status -w deployment/redis-store
81+
timeout 10m kubectl -n ns-sourcegraph rollout status -w statefulset/gitserver
82+
timeout 10m kubectl -n ns-sourcegraph rollout status -w deployment/sourcegraph-frontend
8383

8484
# hit it with one request
8585

tests/integration/restricted/validate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"waitRepoCloned": {
2121
"repo": "github.com/sourcegraph-testing/repo-ssh-keys-test",
22-
"maxTries": 5,
23-
"sleepBetweenTriesSeconds": 5
22+
"maxTries": 6,
23+
"sleepBetweenTriesSeconds": 10
2424
},
2525
"searchQuery": "repo:^github.com/sourcegraph-testing/repo-ssh-keys-test$ gallery-director-drone-vacant-blizzard"
2626
}

0 commit comments

Comments
 (0)