Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
danpaul000 committed Mar 16, 2020
1 parent 1f7276b commit 7319833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions system-test/automation_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,23 +112,15 @@ 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"

payLoad="$(cat <<EOF
{
"blocks": [
<<<<<<< HEAD
{
=======
{
>>>>>>> Refactor automation utilities
"type": "section",
"text": {
"type": "mrkdwn",
Expand Down Expand Up @@ -180,11 +172,7 @@ function upload_results_to_slack() {
{
"type": "divider"
},
<<<<<<< HEAD
{
=======
{
>>>>>>> Refactor automation utilities
{
"type": "section",
"text": {
"type": "mrkdwn",
Expand Down
2 changes: 1 addition & 1 deletion system-test/testnet-automation.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 7319833

Please sign in to comment.