mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[fleet/pkgsDaily] disable CI log capture so we can see logging on success (#148459)
This commit is contained in:
parent
b9936902aa
commit
2adf37b203
2 changed files with 5 additions and 12 deletions
|
@ -7,21 +7,13 @@ steps:
|
|||
|
||||
- wait
|
||||
|
||||
- command: .buildkite/scripts/steps/build_kibana.sh
|
||||
label: Build Kibana Distribution and Plugins
|
||||
agents:
|
||||
queue: c2-16
|
||||
key: build
|
||||
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
|
||||
timeout_in_minutes: 60
|
||||
|
||||
- wait
|
||||
|
||||
- command: .buildkite/scripts/steps/fleet/install_all_packages.sh
|
||||
label: Install All Packages
|
||||
agents:
|
||||
queue: n2-2
|
||||
key: linting
|
||||
env:
|
||||
# ensure that the FTR logs all output for these tests
|
||||
DISABLE_CI_LOG_OUTPUT_CAPTURE: 'true'
|
||||
timeout_in_minutes: 90
|
||||
|
||||
- wait: ~
|
||||
|
|
|
@ -7,5 +7,6 @@ source .buildkite/scripts/steps/functional/common.sh
|
|||
echo '--- Installing all packages'
|
||||
|
||||
node scripts/functional_tests \
|
||||
--debug --bail \
|
||||
--debug \
|
||||
--bail \
|
||||
--config x-pack/test/fleet_packages/config.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue