observability: disable ci log upload and add disabled notice for log upload (#44271)

This commit is contained in:
William Bezuidenhout 2022-11-11 11:38:06 +00:00 committed by GitHub
parent 8d8eab3d56
commit 4eb7ba266a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,11 @@ if [ "$BUILDKITE_BRANCH" == "main" ]; then
fi
done
# Please see: https://github.com/sourcegraph/sourcegraph/issues/43934
echo "--- ⚠A TEMPORARILY DISABLED: Logs will not be uploaded to Grafana. Please reach out to #dev-experiencee"
# Non-zero exit code and not a soft fail: upload the logs.
echo "--- Uploading build logs: this only runs if your build has already failed, check the logs above, NOT below!"
./enterprise/dev/ci/scripts/upload-build-logs.sh
# echo "--- Uploading build logs: this only runs if your build has already failed, check the logs above, NOT below!"
# ./enterprise/dev/ci/scripts/upload-build-logs.sh
fi
# upload raw annotations as artifacts if they are available for easier access