Skip to content

Commit

Permalink
chore(NA): temporarily enable screenshot failures for artifacts pipel…
Browse files Browse the repository at this point in the history
…ine (elastic#175179)

This PR temporarily changes the artifacts pipeline to upload screenshot
failures so we can debug a smoke test problem we're having there
  • Loading branch information
mistic authored Jan 20, 2024
1 parent b811bfe commit 83a5ffb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/scripts/steps/package_testing/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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

echo "--- Package Testing for $TEST_PACKAGE"

mkdir -p target
Expand Down

0 comments on commit 83a5ffb

Please sign in to comment.