mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
observability: disable ci log upload and add disabled notice for log upload (#44271)
This commit is contained in:
parent
8d8eab3d56
commit
4eb7ba266a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user