Skip to content

Commit fca4d3c

Browse files
committed
Remove test suite from CI matrix
1 parent d2340e6 commit fca4d3c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.buildkite/rest-tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ steps:
66
provider: gcp
77
env:
88
PYTHON_VERSION: "{{ matrix.python }}"
9-
TEST_SUITE: "{{ matrix.suite }}"
109
PYTHON_CONNECTION_CLASS: "{{ matrix.connection_class }}"
1110
# TEMPORARY for 3.11
1211
# https://github.com/aio-libs/aiohttp/issues/6600
@@ -18,12 +17,9 @@ steps:
1817
EC_REGISTER_BACKEND: "appex-qa-team-cluster"
1918
EC_ENV: "qa"
2019
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 }}"
2221
matrix:
2322
setup:
24-
suite:
25-
- free
26-
- platinum
2723
python:
2824
- "3.7"
2925
- "3.8"

.buildkite/run-tests

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env bash
22

33
# Default environment variables
4-
export TEST_SUITE="${TEST_SUITE:=platinum}"
54
export PYTHON_VERSION="${PYTHON_VERSION:=3.9}"
65
export PYTHON_CONNECTION_CLASS="${PYTHON_CONNECTION_CLASS:=urllib3}"
76
export EC_PROJECT_NAME="$EC_PROJECT_PREFIX-$BUILDKITE_JOB_ID"
@@ -45,7 +44,6 @@ export ELASTICSEARCH_URL
4544

4645
echo -e "--- :computer: Environment variables"
4746
echo -e "ELASTICSEARCH_URL $ELASTICSEARCH_URL"
48-
echo -e "TEST_SUITE $TEST_SUITE"
4947
echo -e "PYTHON_VERSION $PYTHON_VERSION"
5048
echo -e "PYTHON_CONNECTION_CLASS $PYTHON_CONNECTION_CLASS"
5149

@@ -66,7 +64,6 @@ docker run \
6664
-e ELASTICSEARCH_URL \
6765
-e "ES_API_KEY=$ES_API_SECRET_KEY" \
6866
-e PYTHON_CONNECTION_CLASS \
69-
-e TEST_SUITE \
7067
-e GITHUB_TOKEN \
7168
-e AIOHTTP_NO_EXTENSIONS \
7269
-e FROZENLIST_NO_EXTENSIONS \

0 commit comments

Comments
 (0)