Skip to content

Commit

Permalink
cluster events check removed from funtest (deprecated krkn-lib v4.0.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Tullio Sebastiani <[email protected]>
  • Loading branch information
tsebastiani authored and chaitanyaenr committed Oct 9, 2024
1 parent f8534d6 commit a17e163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CI/tests/test_telemetry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function functional_test_telemetry {
RUN_FOLDER=`cat CI/out/test_telemetry.out | grep amazonaws.com | sed -rn "s#.*https:\/\/.*\/files/(.*)#\1#p"`
$AWS_CLI s3 ls "s3://$AWS_BUCKET/$RUN_FOLDER/" | awk '{ print $4 }' > s3_remote_files
echo "checking if telemetry files are uploaded on s3"
cat s3_remote_files | grep events-00.json || ( echo "FAILED: events-00.json not uploaded" && exit 1 )
cat s3_remote_files | grep critical-alerts-00.log || ( echo "FAILED: critical-alerts-00.log not uploaded" && exit 1 )
cat s3_remote_files | grep prometheus-00.tar || ( echo "FAILED: prometheus backup not uploaded" && exit 1 )
cat s3_remote_files | grep telemetry.json || ( echo "FAILED: telemetry.json not uploaded" && exit 1 )
Expand Down

0 comments on commit a17e163

Please sign in to comment.