File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
test/packages/other/with_script/data_stream/first/_dev/test/scripts Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff 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)
4849for test in " ${CHECK_PACKAGES_TESTS[@]} " ; do
4950 test_name=${test# " test-check-packages-" }
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ profile:
4444}
4545-- stack/development/pin --
4646This 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 --
4850version: '3.8'
4951services:
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ profile:
3434}
3535-- stack/development/pin --
3636This 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 --
3840version: '3.8'
3941services:
Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ profile:
4848}
4949-- stack/development/pin --
5050This 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!"
Original file line number Diff line number Diff line change @@ -24,12 +24,13 @@ profile:
2424}
2525-- stack/development/pin --
2626This 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 --
2830Elasticsearch host: https://127\.0\.0\.1:9200
2931Kibana host: https://127\.0\.0\.1:5601
3032Username: elastic
3133Password: changeme
32- Custom build packages directory found: .*/elastic/elastic-package/build/packages
33- Local package-registry will serve packages from these sources:
34+ (?: Custom build packages directory found: .*/elastic/elastic-package/build/packages
35+ )? Local package-registry will serve packages from these sources:
3436- Proxy to https://epr\.elastic\.co
35- - Local directory .*/elastic/elastic-package/build/packages
You can’t perform that action at this time.
0 commit comments