Skip to content

Commit 8c4557c

Browse files
authored
Remove .ci directory (#2345)
1 parent c1689c2 commit 8c4557c

28 files changed

+10
-856
lines changed

.buildkite/functions/cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Shared cleanup routines between different steps
44
#
5-
# Please source .ci/functions/imports.sh as a whole not just this file
5+
# Please source .buildkite/functions/imports.sh as a whole not just this file
66
#
77
# Version 1.0.0
88
# - Initial version after refactor

.buildkite/functions/wait-for-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Exposes a routine scripts can call to wait for a container if that container set up a health command
44
#
5-
# Please source .ci/functions/imports.sh as a whole not just this file
5+
# Please source .buildkite/functions/imports.sh as a whole not just this file
66
#
77
# Version 1.0.1
88
# - Initial version after refactor

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
PYTHON_VERSION: "{{ matrix.python }}"
77
TEST_SUITE: "platinum"
8-
STACK_VERSION: 8.10.0-SNAPSHOT
8+
STACK_VERSION: "8.11.0-SNAPSHOT"
99
PYTHON_CONNECTION_CLASS: "{{ matrix.connection }}"
1010
matrix:
1111
setup:

.ci/Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

.ci/certs/ca.crt

Lines changed: 0 additions & 20 deletions
This file was deleted.

.ci/certs/ca.pem

Lines changed: 0 additions & 20 deletions
This file was deleted.

.ci/certs/testnode.crt

Lines changed: 0 additions & 20 deletions
This file was deleted.

.ci/certs/testnode.key

Lines changed: 0 additions & 27 deletions
This file was deleted.

.ci/functions/cleanup.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

.ci/functions/imports.sh

Lines changed: 0 additions & 59 deletions
This file was deleted.

.ci/functions/wait-for-container.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

.ci/jobs/defaults.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.ci/jobs/elastic+elasticsearch-py+7.17.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)