Skip to content

Commit

Permalink
Remove Rockset related scripts and workflows (#6126)
Browse files Browse the repository at this point in the history
Remove
* Autoscale, delete old versions, tags updater workflows and scripts
* Scripts for uploading/download query lambdas

There's probably stuff I missed but it's probably better to split it up
into smaller PRs
  • Loading branch information
clee2000 authored Jan 3, 2025
1 parent 34b265c commit da40b6b
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 643 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/push-rockset-query-lambda-tags.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/rockset_autoscale.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/rockset_delete_old_lambda_versions.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/workflows/torchci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
yarn prettier --check . || (echo -e "\033[31mERROR:\033[0m Please run '\033[33myarn format\033[0m' from the /torchci dir. If it doesn't work, run 'yarn install' and try again." && exit 1)
- run: yarn tsc
- run: yarn test
- run: yarn node scripts/checkRockset.mjs
env:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}

python-tests:
runs-on: ubuntu-latest
Expand Down
107 changes: 0 additions & 107 deletions tools/scripts/rockset_autoscale.py

This file was deleted.

47 changes: 0 additions & 47 deletions tools/tests/test_rockset_autoscale.py

This file was deleted.

84 changes: 0 additions & 84 deletions torchci/scripts/checkRockset.mjs

This file was deleted.

Loading

0 comments on commit da40b6b

Please sign in to comment.