Skip to content

Commit 06f754e

Browse files
committed
pin ubuntu version
1 parent 343924b commit 06f754e

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.github/workflows/run-tests.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
run-http-tests:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
name: run http tests
1010
env:
1111
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
poetry run pytest --timeout 600 -s --disable-warnings tests/http/
4343
run-async-http-tests:
44-
runs-on: ubuntu-latest
44+
runs-on: ubuntu-20.04
4545
name: run async http tests
4646
env:
4747
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
poetry run pytest --timeout 600 -s --disable-warnings tests/async_http/
7979
run-openai-sdk-test_files:
80-
runs-on: ubuntu-latest
80+
runs-on: ubuntu-20.04
8181
name: run openai-sdk test files
8282
env:
8383
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -132,7 +132,7 @@ jobs:
132132
popd
133133
134134
run-openai-sdk-test_assistants_v1:
135-
runs-on: ubuntu-latest
135+
runs-on: ubuntu-20.04
136136
name: run openai-sdk test assistants_v1
137137
env:
138138
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -192,7 +192,7 @@ jobs:
192192
193193
194194
run-openai-sdk-test_assistants_v2:
195-
runs-on: ubuntu-latest
195+
runs-on: ubuntu-20.04
196196
name: run openai-sdk test assistants_v2
197197
env:
198198
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -247,7 +247,7 @@ jobs:
247247
popd
248248
249249
run-astra-assistants-tests-chat:
250-
runs-on: ubuntu-latest
250+
runs-on: ubuntu-20.04
251251
name: run astra-assistants chat tests
252252
env:
253253
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -303,7 +303,7 @@ jobs:
303303
304304
305305
run-astra-assistants-tests-embedding:
306-
runs-on: ubuntu-latest
306+
runs-on: ubuntu-20.04
307307
name: run astra-assistants embedding tests
308308
env:
309309
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -359,7 +359,7 @@ jobs:
359359
360360
361361
run-astra-assistants-tests-file-embedding:
362-
runs-on: ubuntu-latest
362+
runs-on: ubuntu-20.04
363363
name: run astra-assistants file embedding tests
364364
env:
365365
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -415,7 +415,7 @@ jobs:
415415
416416
417417
run-streaming-assistants-tests-function-calling_v1:
418-
runs-on: ubuntu-latest
418+
runs-on: ubuntu-20.04
419419
name: run streaming-assistants v1 function calling tests
420420
env:
421421
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -475,7 +475,7 @@ jobs:
475475
476476
477477
run-streaming-assistants-tests-run_v1:
478-
runs-on: ubuntu-latest
478+
runs-on: ubuntu-20.04
479479
name: run streaming-assistants v1 run tests
480480
env:
481481
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -535,7 +535,7 @@ jobs:
535535
536536
537537
run-streaming-assistants-tests-run-retrieval_v1:
538-
runs-on: ubuntu-latest
538+
runs-on: ubuntu-20.04
539539
name: run streaming-assistants run retrieval v1 tests
540540
env:
541541
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -595,7 +595,7 @@ jobs:
595595
596596
597597
run-streaming-assistants-tests-streaming-run-retrieval_v1:
598-
runs-on: ubuntu-latest
598+
runs-on: ubuntu-20.04
599599
name: run streaming-assistants v1 streaming run retrieval tests
600600
env:
601601
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -655,7 +655,7 @@ jobs:
655655
656656
657657
run-streaming-assistants-tests-streaming-run_v1:
658-
runs-on: ubuntu-latest
658+
runs-on: ubuntu-20.04
659659
name: run streaming-assistants v1 streaming run tests
660660
env:
661661
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -715,7 +715,7 @@ jobs:
715715
716716
717717
run-streaming-assistants-tests-streaming-run-function-calling_v1:
718-
runs-on: ubuntu-latest
718+
runs-on: ubuntu-20.04
719719
name: run streaming-assistants v1 streaming run function calling tests
720720
env:
721721
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -775,7 +775,7 @@ jobs:
775775
776776
777777
run-streaming-assistants-tests-threads-v1:
778-
runs-on: ubuntu-latest
778+
runs-on: ubuntu-20.04
779779
name: run streaming-assistants v1 threads tests
780780
env:
781781
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -836,7 +836,7 @@ jobs:
836836
837837
838838
run-streaming-assistants-tests-auto-tool-call-v1:
839-
runs-on: ubuntu-latest
839+
runs-on: ubuntu-20.04
840840
name: run streaming-assistants v1 test auto tool_call
841841
env:
842842
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -897,7 +897,7 @@ jobs:
897897
898898
899899
run-astra-assistants-tests-run_v2:
900-
runs-on: ubuntu-latest
900+
runs-on: ubuntu-20.04
901901
name: run astra-assistants v2 run tests
902902
env:
903903
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -953,7 +953,7 @@ jobs:
953953
954954
955955
run-astra-assistants-tests-run_retrieval_v2:
956-
runs-on: ubuntu-latest
956+
runs-on: ubuntu-20.04
957957
name: run astra-assistants v2 run retrieval tests
958958
env:
959959
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1009,7 +1009,7 @@ jobs:
10091009
10101010
10111011
run-astra-assistants-tests-function_calling_v2:
1012-
runs-on: ubuntu-latest
1012+
runs-on: ubuntu-20.04
10131013
name: run astra-assistants v2 function calling tests
10141014
env:
10151015
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1066,7 +1066,7 @@ jobs:
10661066
10671067
10681068
run-astra-assistants-tests-streaming-run-function_calling_async_v2:
1069-
runs-on: ubuntu-latest
1069+
runs-on: ubuntu-20.04
10701070
name: run astra-assistants v2 streaming run function calling async tests
10711071
env:
10721072
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1124,7 +1124,7 @@ jobs:
11241124
11251125
11261126
run-astra-assistants-tests-streaming_run_v2:
1127-
runs-on: ubuntu-latest
1127+
runs-on: ubuntu-20.04
11281128
name: run astra-assistants v2 streaming run tests
11291129
env:
11301130
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1180,7 +1180,7 @@ jobs:
11801180
11811181
11821182
run-astra-assistants-tests-streaming_run_retrieval_v2:
1183-
runs-on: ubuntu-latest
1183+
runs-on: ubuntu-20.04
11841184
name: run astra-assistants v2 streaming run retrieval tests
11851185
env:
11861186
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1237,7 +1237,7 @@ jobs:
12371237
12381238
12391239
run-astra-assistants-tests-streaming_run_retrieval_async_v2:
1240-
runs-on: ubuntu-latest
1240+
runs-on: ubuntu-20.04
12411241
name: run astra-assistants v2 streaming run retrieval async tests
12421242
env:
12431243
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1293,7 +1293,7 @@ jobs:
12931293
12941294
12951295
run-astra-assistants-tests-streaming_run_function_calling_v2:
1296-
runs-on: ubuntu-latest
1296+
runs-on: ubuntu-20.04
12971297
name: run astra-assistants v2 streaming run function calling tests
12981298
env:
12991299
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1349,7 +1349,7 @@ jobs:
13491349
13501350
13511351
run-astra-assistants-tests-auto_tool_call_v2:
1352-
runs-on: ubuntu-latest
1352+
runs-on: ubuntu-20.04
13531353
name: run astra-assistants v2 auto tool call tests
13541354
env:
13551355
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1404,7 +1404,7 @@ jobs:
14041404
popd
14051405
14061406
run-data-api-tools-tests:
1407-
runs-on: ubuntu-latest
1407+
runs-on: ubuntu-20.04
14081408
name: run data api tools tests
14091409
env:
14101410
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1460,7 +1460,7 @@ jobs:
14601460
popd
14611461
14621462
run-data-code-interpreter-tools-tests:
1463-
runs-on: ubuntu-latest
1463+
runs-on: ubuntu-20.04
14641464
name: run code interpreter tools tests
14651465
env:
14661466
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1516,7 +1516,7 @@ jobs:
15161516
popd
15171517
15181518
run-lsp-tools-tests:
1519-
runs-on: ubuntu-latest
1519+
runs-on: ubuntu-20.04
15201520
name: run lsp tools tests
15211521
env:
15221522
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
@@ -1572,7 +1572,7 @@ jobs:
15721572
popd
15731573
15741574
run-structured-code-tools-tests:
1575-
runs-on: ubuntu-latest
1575+
runs-on: ubuntu-20.04
15761576
name: run structured code tools tests
15771577
env:
15781578
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}

0 commit comments

Comments
 (0)