File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 6
6
provider : gcp
7
7
env :
8
8
PYTHON_VERSION : " {{ matrix.python }}"
9
- TEST_SUITE : " {{ matrix.suite }}"
10
9
PYTHON_CONNECTION_CLASS : " {{ matrix.connection_class }}"
11
10
# TEMPORARY for 3.11
12
11
# https://github.com/aio-libs/aiohttp/issues/6600
@@ -18,12 +17,9 @@ steps:
18
17
EC_REGISTER_BACKEND : " appex-qa-team-cluster"
19
18
EC_ENV : " qa"
20
19
EC_REGION : " aws-eu-west-1"
21
- EC_PROJECT_PREFIX : " esv-client-python-test-{{ matrix.python }}-{{ matrix.suite }}-{{ matrix. connection_class }}"
20
+ EC_PROJECT_PREFIX : " esv-client-python-test-{{ matrix.python }}-{{ matrix.connection_class }}"
22
21
matrix :
23
22
setup :
24
- suite :
25
- - free
26
- - platinum
27
23
python :
28
24
- " 3.7"
29
25
- " 3.8"
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
3
# Default environment variables
4
- export TEST_SUITE=" ${TEST_SUITE:= platinum} "
5
4
export PYTHON_VERSION=" ${PYTHON_VERSION:= 3.9} "
6
5
export PYTHON_CONNECTION_CLASS=" ${PYTHON_CONNECTION_CLASS:= urllib3} "
7
6
export EC_PROJECT_NAME=" $EC_PROJECT_PREFIX -$BUILDKITE_JOB_ID "
@@ -45,7 +44,6 @@ export ELASTICSEARCH_URL
45
44
46
45
echo -e " --- :computer: Environment variables"
47
46
echo -e " ELASTICSEARCH_URL $ELASTICSEARCH_URL "
48
- echo -e " TEST_SUITE $TEST_SUITE "
49
47
echo -e " PYTHON_VERSION $PYTHON_VERSION "
50
48
echo -e " PYTHON_CONNECTION_CLASS $PYTHON_CONNECTION_CLASS "
51
49
@@ -66,7 +64,6 @@ docker run \
66
64
-e ELASTICSEARCH_URL \
67
65
-e " ES_API_KEY=$ES_API_SECRET_KEY " \
68
66
-e PYTHON_CONNECTION_CLASS \
69
- -e TEST_SUITE \
70
67
-e GITHUB_TOKEN \
71
68
-e AIOHTTP_NO_EXTENSIONS \
72
69
-e FROZENLIST_NO_EXTENSIONS \
You can’t perform that action at this time.
0 commit comments