Backport an internal change to regression_build_test.sh (#11319)

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/11319

Reviewed By: cbi42

Differential Revision: D44308743

Pulled By: ltamasi

fbshipit-source-id: ffd054e9f4162797cfe1ef78240ad2501f78bbbd
oxigraph-8.3.2
Levi Tamasi 2 years ago committed by Facebook GitHub Bot
parent 8f6c2a2cc0
commit 57abdea389
  1. 2
      build_tools/regression_build_test.sh

@ -360,7 +360,7 @@ function send_to_ods {
echo >&2 "ERROR: Key $key doesn't have a value."
return
fi
curl --silent "https://www.intern.facebook.com/intern/agent/ods_set.php?entity=rocksdb_build&key=$key&value=$value" \
curl --silent "https://www.facebook.com/intern/agent/ods_set.php?entity=rocksdb_build&key=$key&value=$value" \
--connect-timeout 60
}

Loading…
Cancel
Save