File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed
tests/integration/restricted Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -103,23 +103,27 @@ patchesJson6902:
103
103
path : delete-storageclassname.yaml
104
104
- target :
105
105
kind : PersistentVolumeClaim
106
- name : bundle-manager
106
+ name : pgsql
107
107
version : v1
108
108
path : delete-storageclassname.yaml
109
109
- target :
110
110
kind : PersistentVolumeClaim
111
- name : pgsql
111
+ name : redis-cache
112
112
version : v1
113
113
path : delete-storageclassname.yaml
114
114
- target :
115
115
kind : PersistentVolumeClaim
116
- name : redis-cache
116
+ name : redis-store
117
117
version : v1
118
118
path : delete-storageclassname.yaml
119
119
- target :
120
120
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
122
127
version : v1
123
128
path : delete-storageclassname.yaml
124
-
125
129
Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ kubectl --as=system:serviceaccount:ns-sourcegraph:fake-user -n ns-sourcegraph ap
74
74
75
75
# wait for it all to finish (we list out the ones with persistent volume claim because they take longer)
76
76
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
83
83
84
84
# hit it with one request
85
85
Original file line number Diff line number Diff line change 19
19
},
20
20
"waitRepoCloned" : {
21
21
"repo" : " github.com/sourcegraph-testing/repo-ssh-keys-test" ,
22
- "maxTries" : 5 ,
23
- "sleepBetweenTriesSeconds" : 5
22
+ "maxTries" : 6 ,
23
+ "sleepBetweenTriesSeconds" : 10
24
24
},
25
25
"searchQuery" : " repo:^github.com/sourcegraph-testing/repo-ssh-keys-test$ gallery-director-drone-vacant-blizzard"
26
26
}
You can’t perform that action at this time.
0 commit comments