Skip to content

Commit 8c4557c

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

28 files changed

+10
-856
lines changed

Diff for: .buildkite/functions/cleanup.sh

+1-1
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

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

+1-1
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

Diff for: .buildkite/pipeline.yml

+1-1
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:

Diff for: .ci/Dockerfile

-26
This file was deleted.

Diff for: .ci/certs/ca.crt

-20
This file was deleted.

Diff for: .ci/certs/ca.pem

-20
This file was deleted.

Diff for: .ci/certs/testnode.crt

-20
This file was deleted.

Diff for: .ci/certs/testnode.key

-27
This file was deleted.

Diff for: .ci/functions/cleanup.sh

-67
This file was deleted.

Diff for: .ci/functions/imports.sh

-59
This file was deleted.

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

-36
This file was deleted.

Diff for: .ci/jobs/defaults.yml

-76
This file was deleted.

Diff for: .ci/jobs/elastic+elasticsearch-py+7.17.yml

-12
This file was deleted.

0 commit comments

Comments
 (0)