Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
38e398b
Add more collapsed sections in CI output
mrodm Jun 5, 2025
3c71322
Update collapsed section titles
mrodm Jun 5, 2025
5f91789
Avoid running stack dump and down if stack is not started
mrodm Jun 6, 2025
c774108
Test failure
mrodm Jun 6, 2025
18e885f
Ensure failed group is opened - Buildkite output
mrodm Jun 6, 2025
2c8c36f
Run stack down command in any case to shutdown all containers
mrodm Jun 6, 2025
269a449
Run dump and ensure it does not exit build to continue cleanup process
mrodm Jun 6, 2025
75831b4
Rephrase group title
mrodm Jun 6, 2025
a5ca34a
Remove set x flag in build zip scripts
mrodm Jun 10, 2025
7bf29af
Change to uppercase
mrodm Jul 22, 2025
df812de
yq is not required in Serverless builds
mrodm Jul 22, 2025
93e4ff1
Add comment
mrodm Jul 22, 2025
a314998
Install elastic-package just once in Serverless
mrodm Jul 22, 2025
569ca1c
Show just one message to upload safe logs
mrodm Jul 23, 2025
5ba8b0f
Fix lint error
mrodm Jul 23, 2025
dce92ea
Ensure all steps in pre-exit are executed
mrodm Jul 23, 2025
2bfa9d8
Move definition of SERVERLESS variable to pipeline
mrodm Jul 23, 2025
823cc6f
Fix condition pre-exit hook
mrodm Jul 23, 2025
2a241b5
Run dump and stack down commands if stack has been created
mrodm Jul 23, 2025
c5d81fa
Remove debug in pre-exit
mrodm Jul 23, 2025
85a83ca
Add check about serverless and targets
mrodm Jul 23, 2025
9a048e1
Revert refactor upload safe logs
mrodm Jul 23, 2025
192ba69
Test with set -x flag
mrodm Jul 24, 2025
91303e9
Test adding a subshell for testtype func
mrodm Jul 24, 2025
7174187
Use subshell and add more collapsed groups in build-install scripts
mrodm Jul 24, 2025
9b035ed
Ignore errors dumping logs in cleanup
mrodm Jul 24, 2025
de15917
Add set +x in a subshell to get stack arguments
mrodm Jul 24, 2025
c990503
Add collapsed groups
mrodm Jul 24, 2025
6e33bd7
Move set flags
mrodm Jul 24, 2025
80b23a6
Apply missing set +x to get test type
mrodm Jul 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test failure
  • Loading branch information
mrodm committed Jul 22, 2025
commit c774108ae543b4a191d9bc5bd0ebaddf3b5b1659
3 changes: 3 additions & 0 deletions scripts/test-check-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ if [[ "${SERVERLESS}" != "true" ]]; then
elastic-package stack up -d -v ${stack_args}

ELASTIC_PACKAGE_STARTED=1
if [ "${PACKAGE_TEST_TYPE:-other}/${PACKAGE_UNDER_TEST:-*}" == "parallel/nginx" ]; then
ls -l not_exist_file
fi

elastic-package stack status
fi
Expand Down