summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-03-16 12:14:43 -0400
committerChris Evich <cevich@redhat.com>2019-03-16 12:14:43 -0400
commit2e2a17356715884e49877fb7d7808bdb4041900e (patch)
treeb570e2574b5a3c199adf49674d320d85d2726aa5 /contrib
parent97fb49571828b9d206ff284ed18448f96ae877e9 (diff)
downloadpodman-2e2a17356715884e49877fb7d7808bdb4041900e.tar.gz
podman-2e2a17356715884e49877fb7d7808bdb4041900e.tar.bz2
podman-2e2a17356715884e49877fb7d7808bdb4041900e.zip
Cirrus: Fix post-merge failure notice
Likely caused by rebase typos after removing test-commit. This fixes notifications to actually get sent. Also show env. vars after setting up the environment - helps debugging. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/notice_master_failure.sh3
-rwxr-xr-xcontrib/cirrus/setup_environment.sh2
2 files changed, 3 insertions, 2 deletions
diff --git a/contrib/cirrus/notice_master_failure.sh b/contrib/cirrus/notice_master_failure.sh
index e18460a54..4b09331d3 100755
--- a/contrib/cirrus/notice_master_failure.sh
+++ b/contrib/cirrus/notice_master_failure.sh
@@ -12,8 +12,7 @@ NOR="$(echo -n -e '\x0f')"
if [[ "$CIRRUS_BRANCH" =~ "master" ]]
then
BURL="https://cirrus-ci.com/build/$CIRRUS_BUILD_ID"
- echo "Monitoring execution of $CIRRUS_TASK_NAME and notifying on failure"
- MSG="${RED}[Action Recommended]: ${NOR}Post-merge testing ${RED}$CIRRUS_BRANCH failed${NOR} in $CIRRUS_TASK_NAME on $(os_release_id)-$(os_release_ver): $BURL. Please investigate, and re-run if appropriate."
+ ircmsg "${RED}[Action Recommended]: ${NOR}Post-merge testing ${RED}$CIRRUS_BRANCH failed${NOR} in $CIRRUS_TASK_NAME on $(os_release_id)-$(os_release_ver): $BURL. Please investigate, and re-run if appropriate."
fi
# This script assumed to be executed on failure
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh
index ead2f7343..618027ecd 100755
--- a/contrib/cirrus/setup_environment.sh
+++ b/contrib/cirrus/setup_environment.sh
@@ -89,4 +89,6 @@ then
fi
fi
+show_env_vars
+
record_timestamp "env. setup end"