Skip to content

Commit 0070d1a

Browse files
[8.16] chore(NA): disable screenshots on package testing (#178162) (#207278)
# Backport This will backport the following commits from `main` to `8.16`: - [chore(NA): disable screenshots on package testing (#178162)](#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 (#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 (#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 (#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]>
1 parent 1005243 commit 0070d1a

File tree

1 file changed

+3
-2
lines changed
  • .buildkite/scripts/steps/package_testing

1 file changed

+3
-2
lines changed

.buildkite/scripts/steps/package_testing/test.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ set -euo pipefail
55
source "$(dirname "$0")/../../common/util.sh"
66
.buildkite/scripts/bootstrap.sh
77

8-
# temporary adding this to get screenshots
9-
is_test_execution_step
8+
# temporary enable this to get screenshots on package testing failures
9+
#
10+
#is_test_execution_step
1011

1112
echo "--- Package Testing for $TEST_PACKAGE"
1213

0 commit comments

Comments
 (0)