Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .buildkite/log-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for f in $files; do
FAILED_TESTS=`grep -A1 "E,.*" $f | sed 's/\#/-/g' | sed 's/^--/\n/g'`
if [[ -n "$FAILED_TESTS" ]]; then
buildkite-agent annotate --append "<details>"
buildkite-agent annotate --append "<summary>Failures in $f</summary>
buildkite-agent annotate --append "<summary>:x: Failures in $f</summary>
$FAILED_TESTS
</details>"
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Actions
# Returns cluster settings.
#
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
# @option arguments [Time] :master_timeout Explicit operation timeout for connection to master node
# @option arguments [Time] :master_timeout Timeout for waiting for new cluster state in case it is blocked
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Boolean] :include_defaults Whether to return all default clusters setting.
# @option arguments [Hash] :headers Custom HTTP headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module Actions
# support SLA of official GA features.
#
# @option arguments [String] :connector_id The unique identifier of the connector to be deleted.
# @option arguments [Boolean] :hard If true, the connector doc is deleted. If false, connector doc is marked as deleted (soft-deleted).
# @option arguments [Boolean] :delete_sync_jobs Determines whether associated sync jobs are also deleted.
# @option arguments [Hash] :headers Custom HTTP headers
#
Expand Down

This file was deleted.

This file was deleted.

Loading