diff --git a/system-test/automation_utils.sh b/system-test/automation_utils.sh index 47c8928a8567f0..213c09887f856a 100755 --- a/system-test/automation_utils.sh +++ b/system-test/automation_utils.sh @@ -112,11 +112,7 @@ function upload_results_to_slack() { BUILDKITE_BUILD_URL="https://buildkite.com/solana-labs/" fi -<<<<<<< HEAD GRAFANA_URL="https://metrics.solana.com:3000/d/monitor-${CHANNEL:-edge}/cluster-telemetry-${CHANNEL:-edge}?var-testnet=${TESTNET_TAG:-testnet-automation}&from=${TESTNET_START_UNIX_MSECS:-0}&to=${TESTNET_FINISH_UNIX_MSECS:-0}" -======= - GRAFANA_URL="https://metrics.solana.com:3000/d/testnet-${CHANNEL:-edge}/testnet-monitor-${CHANNEL:-edge}?var-testnet=${TESTNET_TAG:-testnet-automation}&from=${TESTNET_START_UNIX_MSECS:-0}&to=${TESTNET_FINISH_UNIX_MSECS:-0}" ->>>>>>> Refactor automation utilities [[ -n $RESULT_DETAILS ]] || RESULT_DETAILS="Undefined" [[ -n $TEST_CONFIGURATION ]] || TEST_CONFIGURATION="Undefined" @@ -124,11 +120,7 @@ function upload_results_to_slack() { payLoad="$(cat <>>>>>> Refactor automation utilities "type": "section", "text": { "type": "mrkdwn", @@ -180,11 +172,7 @@ function upload_results_to_slack() { { "type": "divider" }, -<<<<<<< HEAD - { -======= - { ->>>>>>> Refactor automation utilities + { "type": "section", "text": { "type": "mrkdwn", diff --git a/system-test/testnet-automation.sh b/system-test/testnet-automation.sh index 05bc740f2f86f8..abd1b31bab6a14 100755 --- a/system-test/testnet-automation.sh +++ b/system-test/testnet-automation.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -# shellcheck disable=SC2034 +# shellcheck disable=SC1090 # shellcheck disable=SC1091 source "$(dirname "$0")"/automation_utils.sh