Skip to content

Commit b5da2f7

Browse files
Nathan ParkerNathan Parker
authored andcommitted
storage provider fix
1 parent 6d717fb commit b5da2f7

File tree

3 files changed

+471
-1
lines changed

3 files changed

+471
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
314314
# Check if secrets exist and build secrets list conditionally
315315
SECRETS_LIST=""
316-
ENV_VARS="ENVIRONMENT=production"
316+
ENV_VARS="ENVIRONMENT=production,STORAGE_PROVIDER=gcs,GCP_STORAGE_BUCKET=supply-graph-ai-storage"
317317
318318
if gcloud secrets describe api-keys --project="${PROJECT_ID}" &>/dev/null; then
319319
echo "Found api-keys secret, including in deployment"
Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
{
2+
"test_config": {
3+
"service_url": "https://supply-graph-ai-1085931013579.us-west1.run.app",
4+
"storage_bucket": "supply-graph-ai-storage",
5+
"okh_files_tested": 20,
6+
"okw_files_available": 26
7+
},
8+
"results": [
9+
{
10+
"okh_file": "okh/manifests/5129c35f-ce87-4369-831e-7bad8e3838ff.json",
11+
"okh_id": "5129c35f-ce87-4369-831e-7bad8e3838ff",
12+
"match_result": {
13+
"status_code": 404,
14+
"response": {
15+
"detail": "OKH manifest with ID 5129c35f-ce87-4369-831e-7bad8e3838ff not found in storage"
16+
},
17+
"success": false
18+
}
19+
},
20+
{
21+
"okh_file": "okh/manifests/15b36561-3f3e-49ee-ade6-31593eec08d6.json",
22+
"okh_id": "15b36561-3f3e-49ee-ade6-31593eec08d6",
23+
"match_result": {
24+
"status_code": 404,
25+
"response": {
26+
"detail": "OKH manifest with ID 15b36561-3f3e-49ee-ade6-31593eec08d6 not found in storage"
27+
},
28+
"success": false
29+
}
30+
},
31+
{
32+
"okh_file": "okh/manifests/35907eab-bd83-4f8b-b7d6-5ef3864ae871.json",
33+
"okh_id": "35907eab-bd83-4f8b-b7d6-5ef3864ae871",
34+
"match_result": {
35+
"status_code": 404,
36+
"response": {
37+
"detail": "OKH manifest with ID 35907eab-bd83-4f8b-b7d6-5ef3864ae871 not found in storage"
38+
},
39+
"success": false
40+
}
41+
},
42+
{
43+
"okh_file": "okh/manifests/bc726da4-fda7-4919-ae48-ea4f64a4add2.json",
44+
"okh_id": "bc726da4-fda7-4919-ae48-ea4f64a4add2",
45+
"match_result": {
46+
"status_code": 404,
47+
"response": {
48+
"detail": "OKH manifest with ID bc726da4-fda7-4919-ae48-ea4f64a4add2 not found in storage"
49+
},
50+
"success": false
51+
}
52+
},
53+
{
54+
"okh_file": "okh/manifests/f9ec9553-1bc1-4b38-ae89-4351e8055e2a.json",
55+
"okh_id": "f9ec9553-1bc1-4b38-ae89-4351e8055e2a",
56+
"match_result": {
57+
"status_code": 404,
58+
"response": {
59+
"detail": "OKH manifest with ID f9ec9553-1bc1-4b38-ae89-4351e8055e2a not found in storage"
60+
},
61+
"success": false
62+
}
63+
},
64+
{
65+
"okh_file": "okh/manifests/69a7fa2d-2ab5-46ac-996a-efbb2a5d8a46.json",
66+
"okh_id": "69a7fa2d-2ab5-46ac-996a-efbb2a5d8a46",
67+
"match_result": {
68+
"status_code": 404,
69+
"response": {
70+
"detail": "OKH manifest with ID 69a7fa2d-2ab5-46ac-996a-efbb2a5d8a46 not found in storage"
71+
},
72+
"success": false
73+
}
74+
},
75+
{
76+
"okh_file": "okh/manifests/6d652170-0cda-4ef3-bc79-3a699ab9fc99.json",
77+
"okh_id": "6d652170-0cda-4ef3-bc79-3a699ab9fc99",
78+
"match_result": {
79+
"status_code": 500,
80+
"response": {
81+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
82+
},
83+
"success": false
84+
}
85+
},
86+
{
87+
"okh_file": "okh/manifests/7227ff67-7537-488b-b025-a3f126023603.json",
88+
"okh_id": "7227ff67-7537-488b-b025-a3f126023603",
89+
"match_result": {
90+
"status_code": 500,
91+
"response": {
92+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
93+
},
94+
"success": false
95+
}
96+
},
97+
{
98+
"okh_file": "okh/manifests/e4ba1193-18c2-49bb-8e49-9c366e561f80.json",
99+
"okh_id": "e4ba1193-18c2-49bb-8e49-9c366e561f80",
100+
"match_result": {
101+
"status_code": 500,
102+
"response": {
103+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
104+
},
105+
"success": false
106+
}
107+
},
108+
{
109+
"okh_file": "okh/manifests/83e234b6-7971-41f1-a7b8-27a6e4d3dd1c.json",
110+
"okh_id": "83e234b6-7971-41f1-a7b8-27a6e4d3dd1c",
111+
"match_result": {
112+
"status_code": 500,
113+
"response": {
114+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
115+
},
116+
"success": false
117+
}
118+
},
119+
{
120+
"okh_file": "okh/manifests/1fd409ee-b919-4c10-987e-ab9bfac6635d.json",
121+
"okh_id": "1fd409ee-b919-4c10-987e-ab9bfac6635d",
122+
"match_result": {
123+
"status_code": 500,
124+
"response": {
125+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
126+
},
127+
"success": false
128+
}
129+
},
130+
{
131+
"okh_file": "okh/manifests/addd453a-fa76-4fbb-8c66-641e89734319.json",
132+
"okh_id": "addd453a-fa76-4fbb-8c66-641e89734319",
133+
"match_result": {
134+
"status_code": 500,
135+
"response": {
136+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
137+
},
138+
"success": false
139+
}
140+
},
141+
{
142+
"okh_file": "okh/manifests/2ea0e07f-a8cd-4d7c-b0ba-01a5ce593e3a.json",
143+
"okh_id": "2ea0e07f-a8cd-4d7c-b0ba-01a5ce593e3a",
144+
"match_result": {
145+
"status_code": 500,
146+
"response": {
147+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
148+
},
149+
"success": false
150+
}
151+
},
152+
{
153+
"okh_file": "okh/manifests/047cd02d-85ca-4110-a36b-ec53c6335c97.json",
154+
"okh_id": "047cd02d-85ca-4110-a36b-ec53c6335c97",
155+
"match_result": {
156+
"status_code": 500,
157+
"response": {
158+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
159+
},
160+
"success": false
161+
}
162+
},
163+
{
164+
"okh_file": "okh/manifests/dbb1eb11-b0f6-407e-972a-ecd382cb975f.json",
165+
"okh_id": "dbb1eb11-b0f6-407e-972a-ecd382cb975f",
166+
"match_result": {
167+
"status_code": 500,
168+
"response": {
169+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
170+
},
171+
"success": false
172+
}
173+
},
174+
{
175+
"okh_file": "okh/manifests/053b711e-f799-4f2c-83d0-fc8bf2e0ac29.json",
176+
"okh_id": "053b711e-f799-4f2c-83d0-fc8bf2e0ac29",
177+
"match_result": {
178+
"status_code": 500,
179+
"response": {
180+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
181+
},
182+
"success": false
183+
}
184+
},
185+
{
186+
"okh_file": "okh/manifests/22824dee-8f37-476a-a336-f798750b97ce.json",
187+
"okh_id": "22824dee-8f37-476a-a336-f798750b97ce",
188+
"match_result": {
189+
"status_code": 500,
190+
"response": {
191+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
192+
},
193+
"success": false
194+
}
195+
},
196+
{
197+
"okh_file": "okh/manifests/1ade95bf-410e-4dbd-8556-7c02d1f8cbb9.json",
198+
"okh_id": "1ade95bf-410e-4dbd-8556-7c02d1f8cbb9",
199+
"match_result": {
200+
"status_code": 404,
201+
"response": {
202+
"detail": "OKH manifest with ID 1ade95bf-410e-4dbd-8556-7c02d1f8cbb9 not found in storage"
203+
},
204+
"success": false
205+
}
206+
},
207+
{
208+
"okh_file": "okh/manifests/e39f1ee3-5fd5-425b-b62c-059e8ed16670.json",
209+
"okh_id": "e39f1ee3-5fd5-425b-b62c-059e8ed16670",
210+
"match_result": {
211+
"status_code": 500,
212+
"response": {
213+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
214+
},
215+
"success": false
216+
}
217+
},
218+
{
219+
"okh_file": "okh/manifests/1fab16f1-b468-47af-a7ea-cfd33db940ea.json",
220+
"okh_id": "1fab16f1-b468-47af-a7ea-cfd33db940ea",
221+
"match_result": {
222+
"status_code": 500,
223+
"response": {
224+
"error": "\n<html><head>\n<meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<title>500 Server Error</title>\n</head>\n<body text=#000000 bgcolor=#ffffff>\n<h1>Error: Server Error</h1>\n<h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>\n<h2></h2>\n</body></html>\n"
225+
},
226+
"success": false
227+
}
228+
}
229+
],
230+
"summary": {
231+
"total_matches": 0,
232+
"successful_requests": 0,
233+
"failed_requests": 20
234+
}
235+
}

0 commit comments

Comments
 (0)