@@ -916,258 +916,6 @@ jobs:
916916 - name : Run tests
917917 run : tox -e pypy3-test-propagator-ot-trace -- -ra
918918
919- py38-test-sampler-aws-xray-0_ubuntu-latest :
920- name : sampler-aws-xray-0 3.8 Ubuntu
921- runs-on : ubuntu-latest
922- steps :
923- - name : Checkout repo @ SHA - ${{ github.sha }}
924- uses : actions/checkout@v4
925-
926- - name : Set up Python 3.8
927- uses : actions/setup-python@v5
928- with :
929- python-version : " 3.8"
930-
931- - name : Install tox
932- run : pip install tox-uv
933-
934- - name : Run tests
935- run : tox -e py38-test-sampler-aws-xray-0 -- -ra
936-
937- py38-test-sampler-aws-xray-1_ubuntu-latest :
938- name : sampler-aws-xray-1 3.8 Ubuntu
939- runs-on : ubuntu-latest
940- steps :
941- - name : Checkout repo @ SHA - ${{ github.sha }}
942- uses : actions/checkout@v4
943-
944- - name : Set up Python 3.8
945- uses : actions/setup-python@v5
946- with :
947- python-version : " 3.8"
948-
949- - name : Install tox
950- run : pip install tox-uv
951-
952- - name : Run tests
953- run : tox -e py38-test-sampler-aws-xray-1 -- -ra
954-
955- py39-test-sampler-aws-xray-0_ubuntu-latest :
956- name : sampler-aws-xray-0 3.9 Ubuntu
957- runs-on : ubuntu-latest
958- steps :
959- - name : Checkout repo @ SHA - ${{ github.sha }}
960- uses : actions/checkout@v4
961-
962- - name : Set up Python 3.9
963- uses : actions/setup-python@v5
964- with :
965- python-version : " 3.9"
966-
967- - name : Install tox
968- run : pip install tox-uv
969-
970- - name : Run tests
971- run : tox -e py39-test-sampler-aws-xray-0 -- -ra
972-
973- py39-test-sampler-aws-xray-1_ubuntu-latest :
974- name : sampler-aws-xray-1 3.9 Ubuntu
975- runs-on : ubuntu-latest
976- steps :
977- - name : Checkout repo @ SHA - ${{ github.sha }}
978- uses : actions/checkout@v4
979-
980- - name : Set up Python 3.9
981- uses : actions/setup-python@v5
982- with :
983- python-version : " 3.9"
984-
985- - name : Install tox
986- run : pip install tox-uv
987-
988- - name : Run tests
989- run : tox -e py39-test-sampler-aws-xray-1 -- -ra
990-
991- py310-test-sampler-aws-xray-0_ubuntu-latest :
992- name : sampler-aws-xray-0 3.10 Ubuntu
993- runs-on : ubuntu-latest
994- steps :
995- - name : Checkout repo @ SHA - ${{ github.sha }}
996- uses : actions/checkout@v4
997-
998- - name : Set up Python 3.10
999- uses : actions/setup-python@v5
1000- with :
1001- python-version : " 3.10"
1002-
1003- - name : Install tox
1004- run : pip install tox-uv
1005-
1006- - name : Run tests
1007- run : tox -e py310-test-sampler-aws-xray-0 -- -ra
1008-
1009- py310-test-sampler-aws-xray-1_ubuntu-latest :
1010- name : sampler-aws-xray-1 3.10 Ubuntu
1011- runs-on : ubuntu-latest
1012- steps :
1013- - name : Checkout repo @ SHA - ${{ github.sha }}
1014- uses : actions/checkout@v4
1015-
1016- - name : Set up Python 3.10
1017- uses : actions/setup-python@v5
1018- with :
1019- python-version : " 3.10"
1020-
1021- - name : Install tox
1022- run : pip install tox-uv
1023-
1024- - name : Run tests
1025- run : tox -e py310-test-sampler-aws-xray-1 -- -ra
1026-
1027- py311-test-sampler-aws-xray-0_ubuntu-latest :
1028- name : sampler-aws-xray-0 3.11 Ubuntu
1029- runs-on : ubuntu-latest
1030- steps :
1031- - name : Checkout repo @ SHA - ${{ github.sha }}
1032- uses : actions/checkout@v4
1033-
1034- - name : Set up Python 3.11
1035- uses : actions/setup-python@v5
1036- with :
1037- python-version : " 3.11"
1038-
1039- - name : Install tox
1040- run : pip install tox-uv
1041-
1042- - name : Run tests
1043- run : tox -e py311-test-sampler-aws-xray-0 -- -ra
1044-
1045- py311-test-sampler-aws-xray-1_ubuntu-latest :
1046- name : sampler-aws-xray-1 3.11 Ubuntu
1047- runs-on : ubuntu-latest
1048- steps :
1049- - name : Checkout repo @ SHA - ${{ github.sha }}
1050- uses : actions/checkout@v4
1051-
1052- - name : Set up Python 3.11
1053- uses : actions/setup-python@v5
1054- with :
1055- python-version : " 3.11"
1056-
1057- - name : Install tox
1058- run : pip install tox-uv
1059-
1060- - name : Run tests
1061- run : tox -e py311-test-sampler-aws-xray-1 -- -ra
1062-
1063- py312-test-sampler-aws-xray-0_ubuntu-latest :
1064- name : sampler-aws-xray-0 3.12 Ubuntu
1065- runs-on : ubuntu-latest
1066- steps :
1067- - name : Checkout repo @ SHA - ${{ github.sha }}
1068- uses : actions/checkout@v4
1069-
1070- - name : Set up Python 3.12
1071- uses : actions/setup-python@v5
1072- with :
1073- python-version : " 3.12"
1074-
1075- - name : Install tox
1076- run : pip install tox-uv
1077-
1078- - name : Run tests
1079- run : tox -e py312-test-sampler-aws-xray-0 -- -ra
1080-
1081- py312-test-sampler-aws-xray-1_ubuntu-latest :
1082- name : sampler-aws-xray-1 3.12 Ubuntu
1083- runs-on : ubuntu-latest
1084- steps :
1085- - name : Checkout repo @ SHA - ${{ github.sha }}
1086- uses : actions/checkout@v4
1087-
1088- - name : Set up Python 3.12
1089- uses : actions/setup-python@v5
1090- with :
1091- python-version : " 3.12"
1092-
1093- - name : Install tox
1094- run : pip install tox-uv
1095-
1096- - name : Run tests
1097- run : tox -e py312-test-sampler-aws-xray-1 -- -ra
1098-
1099- py313-test-sampler-aws-xray-0_ubuntu-latest :
1100- name : sampler-aws-xray-0 3.13 Ubuntu
1101- runs-on : ubuntu-latest
1102- steps :
1103- - name : Checkout repo @ SHA - ${{ github.sha }}
1104- uses : actions/checkout@v4
1105-
1106- - name : Set up Python 3.13
1107- uses : actions/setup-python@v5
1108- with :
1109- python-version : " 3.13"
1110-
1111- - name : Install tox
1112- run : pip install tox-uv
1113-
1114- - name : Run tests
1115- run : tox -e py313-test-sampler-aws-xray-0 -- -ra
1116-
1117- py313-test-sampler-aws-xray-1_ubuntu-latest :
1118- name : sampler-aws-xray-1 3.13 Ubuntu
1119- runs-on : ubuntu-latest
1120- steps :
1121- - name : Checkout repo @ SHA - ${{ github.sha }}
1122- uses : actions/checkout@v4
1123-
1124- - name : Set up Python 3.13
1125- uses : actions/setup-python@v5
1126- with :
1127- python-version : " 3.13"
1128-
1129- - name : Install tox
1130- run : pip install tox-uv
1131-
1132- - name : Run tests
1133- run : tox -e py313-test-sampler-aws-xray-1 -- -ra
1134-
1135- pypy3-test-sampler-aws-xray-0_ubuntu-latest :
1136- name : sampler-aws-xray-0 pypy-3.8 Ubuntu
1137- runs-on : ubuntu-latest
1138- steps :
1139- - name : Checkout repo @ SHA - ${{ github.sha }}
1140- uses : actions/checkout@v4
1141-
1142- - name : Set up Python pypy-3.8
1143- uses : actions/setup-python@v5
1144- with :
1145- python-version : " pypy-3.8"
1146-
1147- - name : Install tox
1148- run : pip install tox-uv
1149-
1150- - name : Run tests
1151- run : tox -e pypy3-test-sampler-aws-xray-0 -- -ra
1152-
1153- pypy3-test-sampler-aws-xray-1_ubuntu-latest :
1154- name : sampler-aws-xray-1 pypy-3.8 Ubuntu
1155- runs-on : ubuntu-latest
1156- steps :
1157- - name : Checkout repo @ SHA - ${{ github.sha }}
1158- uses : actions/checkout@v4
1159-
1160- - name : Set up Python pypy-3.8
1161- uses : actions/setup-python@v5
1162- with :
1163- python-version : " pypy-3.8"
1164-
1165- - name : Install tox
1166- run : pip install tox-uv
1167-
1168- - name : Run tests
1169- run : tox -e pypy3-test-sampler-aws-xray-1 -- -ra
1170-
1171919 py38-test-instrumentation-sio-pika-0_ubuntu-latest :
1172920 name : instrumentation-sio-pika-0 3.8 Ubuntu
1173921 runs-on : ubuntu-latest
0 commit comments