mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Adds build status sticker to README and runs test on different Python versions (#84)
* Adds build status sticker to README * Adds Python version to test matrix * Adds debug echo message * Adds back Python 3.5.3 to test matrix
This commit is contained in:
parent
c5730e6d38
commit
40a584dcc2
@ -51,6 +51,10 @@
|
|||||||
type: yaml
|
type: yaml
|
||||||
filename: .ci/test-matrix.yml
|
filename: .ci/test-matrix.yml
|
||||||
name: TEST_SUITE
|
name: TEST_SUITE
|
||||||
|
- axis:
|
||||||
|
type: yaml
|
||||||
|
filename: .ci/test-matrix.yml
|
||||||
|
name: PYTHON_VERSION
|
||||||
yaml-strategy:
|
yaml-strategy:
|
||||||
exclude-key: exclude
|
exclude-key: exclude
|
||||||
filename: .ci/test-matrix.yml
|
filename: .ci/test-matrix.yml
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
echo $PYTHON_VERSION
|
||||||
|
|
||||||
if [[ -z $ELASTICSEARCH_VERSION ]]; then
|
if [[ -z $ELASTICSEARCH_VERSION ]]; then
|
||||||
echo -e "\033[31;1mERROR:\033[0m Required environment variable [ELASTICSEARCH_VERSION] not set\033[0m"
|
echo -e "\033[31;1mERROR:\033[0m Required environment variable [ELASTICSEARCH_VERSION] not set\033[0m"
|
||||||
exit 1
|
exit 1
|
||||||
@ -56,7 +58,7 @@ echo -e "\033[1m>>>>> YOUR STEPS HERE >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
|
|||||||
|
|
||||||
echo -e "\033[1m>>>>> Build [elastic/eland container] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
|
echo -e "\033[1m>>>>> Build [elastic/eland container] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
|
||||||
|
|
||||||
docker build --file .ci/Dockerfile --tag elastic/eland .
|
docker build --file .ci/Dockerfile --tag elastic/eland --build-arg PYTHON_VERSION=${PYTHON_VERSION} .
|
||||||
|
|
||||||
echo -e "\033[1m>>>>> Run [elastic/eland container] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
|
echo -e "\033[1m>>>>> Run [elastic/eland container] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>\033[0m"
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
[](https://clients-ci.elastic.co/job/elastic+eland+master/)
|
||||||
|
|
||||||
# What is it?
|
# What is it?
|
||||||
|
|
||||||
eland is a elasticsearch client Python package to analyse, explore and manipulate data that resides in elasticsearch.
|
eland is a elasticsearch client Python package to analyse, explore and manipulate data that resides in elasticsearch.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user