Skip to content

Commit

Permalink
[8.16] chore(NA): disable screenshots on package testing (elastic#178162
Browse files Browse the repository at this point in the history
) (elastic#207278)

# Backport

This will backport the following commits from `main` to `8.16`:
- [chore(NA): disable screenshots on package testing
(elastic#178162)](elastic#178162)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tiago
Costa","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-01-21T03:29:41Z","message":"chore(NA):
disable screenshots on package testing (elastic#178162)\n\nI don't think we
need this setting permanently on and it can be enabled\r\nas needed for
debugging
purposes.","sha":"b50669bdfe862a7778f31abc78e93d0eeeb9c4be","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Operations","release_note:skip","v9.0.0","backport:prev-major"],"title":"chore(NA):
disable screenshots on package
testing","number":178162,"url":"https://github.com/elastic/kibana/pull/178162","mergeCommit":{"message":"chore(NA):
disable screenshots on package testing (elastic#178162)\n\nI don't think we
need this setting permanently on and it can be enabled\r\nas needed for
debugging
purposes.","sha":"b50669bdfe862a7778f31abc78e93d0eeeb9c4be"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178162","number":178162,"mergeCommit":{"message":"chore(NA):
disable screenshots on package testing (elastic#178162)\n\nI don't think we
need this setting permanently on and it can be enabled\r\nas needed for
debugging
purposes.","sha":"b50669bdfe862a7778f31abc78e93d0eeeb9c4be"}}]}]
BACKPORT-->

Co-authored-by: Tiago Costa <[email protected]>
  • Loading branch information
kibanamachine and mistic authored Jan 21, 2025
1 parent 1005243 commit 0070d1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/scripts/steps/package_testing/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ set -euo pipefail
source "$(dirname "$0")/../../common/util.sh"
.buildkite/scripts/bootstrap.sh

# temporary adding this to get screenshots
is_test_execution_step
# temporary enable this to get screenshots on package testing failures
#
#is_test_execution_step

echo "--- Package Testing for $TEST_PACKAGE"

Expand Down

0 comments on commit 0070d1a

Please sign in to comment.