File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 18
18
EC_REGISTER_BACKEND : " appex-qa-team-cluster"
19
19
EC_ENV : " qa"
20
20
EC_REGION : " aws-eu-west-1"
21
- EC_PROJECT_NAME : " esv-client-python-test-{{ matrix.python }}-{{ matrix.suite }}-{{ matrix.connection_class }}-{{ key }}"
21
+ EC_PROJECT_PREFIX : " esv-client-python-test-{{ matrix.python }}-{{ matrix.suite }}-{{ matrix.connection_class }}"
22
22
matrix :
23
23
setup :
24
24
suite :
Original file line number Diff line number Diff line change 4
4
export TEST_SUITE=" ${TEST_SUITE:= platinum} "
5
5
export PYTHON_VERSION=" ${PYTHON_VERSION:= 3.9} "
6
6
export PYTHON_CONNECTION_CLASS=" ${PYTHON_CONNECTION_CLASS:= urllib3} "
7
+ export EC_PROJECT_NAME=" $EC_PROJECT_PREFIX -$BUILDKITE_JOB_ID "
7
8
8
9
set -euo pipefail
9
10
@@ -19,6 +20,7 @@ run_qaf() {
19
20
-e EC_REGION \
20
21
-e EC_PROJECT_NAME \
21
22
-e VAULT_TOKEN \
23
+ -e BUILDKITE \
22
24
-v " $( pwd) /cloud.json:/root/.elastic/cloud.json" \
23
25
docker.elastic.co/employees/dolaru/qaf:latest \
24
26
bash -c " $cmd "
You can’t perform that action at this time.
0 commit comments