Skip to content

Commit

Permalink
[ez][HUD] Remove rockset yarn package and a python rockset utils file (
Browse files Browse the repository at this point in the history
  • Loading branch information
clee2000 authored Jan 3, 2025
1 parent e0c67de commit 9e52f40
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 105 deletions.
1 change: 0 additions & 1 deletion tools/torchci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
setuptools==70.0.0
requests
rockset==1.0.3
boto3==1.19.12
pytest==7.2.0
clickhouse-connect==0.7.16
26 changes: 0 additions & 26 deletions tools/torchci/rockset_utils.py

This file was deleted.

4 changes: 0 additions & 4 deletions torchci/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# these keys can be found on Vercel. Please see the README about getting access
# to Vercel.

# Rockset API key for talking to our data backend. You can generate one from the
# Rockset console (https://console.rockset.com/apikeys).
ROCKSET_API_KEY=

# GitHub App credentials for probot. Only needed if testing bot stuff locally.
PRIVATE_KEY=
APP_ID=
Expand Down
1 change: 0 additions & 1 deletion torchci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@octokit/webhooks": "^13.3.0",
"@octokit/webhooks-types": "^7.6.1",
"@opensearch-project/opensearch": "^2.3.1",
"@rockset/client": "^0.8.9",
"@types/minimist": "^1.2.2",
"@vercel/analytics": "^1.3.2",
"ansicolor": "^1.1.100",
Expand Down
3 changes: 0 additions & 3 deletions torchci/rockset.config.json

This file was deleted.

72 changes: 2 additions & 70 deletions torchci/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2587,16 +2587,6 @@
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.19.2.tgz#0c896535473291cb41f152c180bedd5680a3b273"
integrity sha512-baiMx18+IMuD1yyvOGaHM9QrVUPGGG0jC+z+IPHnRJWUAUvaKuWKyE8gjDj2rzv3sz9zOGoRSPgeBVHRhZnBlA==

"@rockset/client@^0.8.9":
version "0.8.23"
resolved "https://registry.npmjs.org/@rockset/client/-/client-0.8.23.tgz"
integrity sha512-KNg1yM02hLLf0CrojFOJuIwbFEQv/LZmN9AAgKCcjjkbhCm5Uf7BPnQaNfjUkfe5ThPBgwzE6J3KWemUF3i9Yg==
dependencies:
"@types/node-fetch" "^2.5.3"
node-fetch "^2.6.0"
portable-fetch "^3.0.0"
url "^0.11.0"

"@rushstack/[email protected]":
version "1.0.8"
resolved "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.0.8.tgz"
Expand Down Expand Up @@ -2973,14 +2963,6 @@
resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.31.tgz"
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==

"@types/node-fetch@^2.5.3":
version "2.6.1"
resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.1.tgz"
integrity sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==
dependencies:
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@^17.0.40":
version "17.0.40"
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.40.tgz"
Expand Down Expand Up @@ -4233,13 +4215,6 @@ encodeurl@~2.0.0:
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==

encoding@^0.1.11:
version "0.1.13"
resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz"
integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
dependencies:
iconv-lite "^0.6.2"

end-of-stream@^1.1.0:
version "1.4.4"
resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz"
Expand Down Expand Up @@ -4860,15 +4835,6 @@ for-each@^0.3.3:
dependencies:
is-callable "^1.1.3"

form-data@^3.0.0:
version "3.0.1"
resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz"
integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.8"
mime-types "^2.1.12"

form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz"
Expand Down Expand Up @@ -5246,7 +5212,7 @@ [email protected]:
dependencies:
safer-buffer ">= 2.1.2 < 3"

iconv-lite@^0.6.2, iconv-lite@^0.6.3:
iconv-lite@^0.6.3:
version "0.6.3"
resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz"
integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
Expand Down Expand Up @@ -5486,11 +5452,6 @@ is-shared-array-buffer@^1.0.2:
dependencies:
call-bind "^1.0.2"

is-stream@^1.0.1:
version "1.1.0"
resolved "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz"
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=

is-stream@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
Expand Down Expand Up @@ -6701,15 +6662,7 @@ nock@^13.2.6:
lodash "^4.17.21"
propagate "^2.0.0"

node-fetch@^1.0.1:
version "1.7.3"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz"
integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==
dependencies:
encoding "^0.1.11"
is-stream "^1.0.1"

node-fetch@^2.6.0, node-fetch@^2.6.7:
node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
Expand Down Expand Up @@ -7144,14 +7097,6 @@ pkg-dir@^4.2.0:
dependencies:
find-up "^4.0.0"

portable-fetch@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/portable-fetch/-/portable-fetch-3.0.0.tgz"
integrity sha1-PL9KptvFpXNLQcBBnJJzMTv9mtg=
dependencies:
node-fetch "^1.0.1"
whatwg-fetch ">=0.10.0"

postcss-value-parser@^3.3.0:
version "3.3.1"
resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz"
Expand Down Expand Up @@ -8431,14 +8376,6 @@ [email protected]:
punycode "1.3.2"
querystring "0.2.0"

url@^0.11.0:
version "0.11.0"
resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz"
integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=
dependencies:
punycode "1.3.2"
querystring "0.2.0"

[email protected]:
version "2.44.0"
resolved "https://registry.yarnpkg.com/urllib/-/urllib-2.44.0.tgz#0da4b037550bdc03eb9a408de498fb4025ddc0b4"
Expand Down Expand Up @@ -8602,11 +8539,6 @@ webidl-conversions@^3.0.0:
resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz"
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==

whatwg-fetch@>=0.10.0:
version "3.6.2"
resolved "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz"
integrity sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==

whatwg-url@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz"
Expand Down

0 comments on commit 9e52f40

Please sign in to comment.