Skip to content

Commit

Permalink
Merge "test: Write UI test report URL on test failure" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Sep 23, 2024
2 parents 23fae2c + 6deebee commit ac8b216
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/ci/ui_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,10 @@ RES=$?
# Copy the output of screenshots diff testing.
if [ -d ${OUT_PATH}/ui-test-artifacts ]; then
cp -a ${OUT_PATH}/ui-test-artifacts /ci/artifacts/ui-test-artifacts
echo "UI integration test report with screnshots:"
echo "https://storage.googleapis.com/perfetto-ci-artifacts/$PERFETTO_TEST_JOB/ui-test-artifacts/index.html"
echo ""
echo "Perfetto UI build for this CL"
echo "https://storage.googleapis.com/perfetto-ci-artifacts/$PERFETTO_TEST_JOB/ui/index.html"
exit $RES
fi

0 comments on commit ac8b216

Please sign in to comment.