Skip to content

Commit 7f4815f

Browse files
committed
run independent stack script test in ci
1 parent 1bfa24b commit 7f4815f

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

.buildkite/pipeline.trigger.integration.tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ CHECK_PACKAGES_TESTS=(
4444
test-check-packages-with-kind
4545
test-check-packages-with-custom-agent
4646
test-check-packages-benchmarks
47+
test-check-packages-independent-script
4748
)
4849
for test in "${CHECK_PACKAGES_TESTS[@]}"; do
4950
test_name=${test#"test-check-packages-"}

test/packages/other/with_script/data_stream/first/_dev/test/scripts/agent_up_down.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ profile:
4444
}
4545
-- stack/development/pin --
4646
This file is required to make the stack/development directory exist to prevent compose from failing.
47+
-- tmp/service_logs/pin --
48+
This file is required to make the tmp/service_logs directory exist to prevent compose from failing in CI.
4749
-- hello_service/docker-compose.yml --
4850
version: '3.8'
4951
services:

test/packages/other/with_script/data_stream/first/_dev/test/scripts/docker_up_down.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ profile:
3434
}
3535
-- stack/development/pin --
3636
This file is required to make the stack/development directory exist to prevent compose from failing.
37+
-- tmp/service_logs/pin --
38+
This file is required to make the tmp/service_logs directory exist to prevent compose from failing in CI.
3739
-- hello_service/docker-compose.yml --
3840
version: '3.8'
3941
services:

test/packages/other/with_script/data_stream/first/_dev/test/scripts/pipeline.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ profile:
4848
}
4949
-- stack/development/pin --
5050
This file is required to make the stack/development directory exist to prevent compose from failing.
51+
-- tmp/service_logs/pin --
52+
This file is required to make the tmp/service_logs directory exist to prevent compose from failing in CI.
5153
-- data.json --
5254
{
5355
"message": "World!"

test/packages/other/with_script/data_stream/first/_dev/test/scripts/stack_up_down.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ profile:
2424
}
2525
-- stack/development/pin --
2626
This file is required to make the stack/development directory exist to prevent compose from failing.
27+
-- tmp/service_logs/pin --
28+
This file is required to make the tmp/service_logs directory exist to prevent compose from failing in CI.
2729
-- want_up.pattern --
2830
Elasticsearch host: https://127\.0\.0\.1:9200
2931
Kibana host: https://127\.0\.0\.1:5601
@@ -32,4 +34,3 @@ Password: changeme
3234
Custom build packages directory found: .*/elastic/elastic-package/build/packages
3335
Local package-registry will serve packages from these sources:
3436
- Proxy to https://epr\.elastic\.co
35-
- Local directory .*/elastic/elastic-package/build/packages

0 commit comments

Comments
 (0)