We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba7b57 commit d529212Copy full SHA for d529212
.github/workflows/revert-tracker.yml
@@ -25,11 +25,13 @@ jobs:
25
- id: generate-reverts-file
26
run: |
27
cd test-infra/tools
28
- python3 -m pip install rockset==1.0.3
+ python3 -m pip install clickhouse-connect==0.7.16
29
python3 -m torchci.reverts
30
echo "revert_file=$(cat revert_file_name.txt)" >> "${GITHUB_OUTPUT}"
31
env:
32
- ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
+ CLICKHOUSE_ENDPOINT: ${{ secrets.CLICKHOUSE_HUD_USER_URL }}
33
+ CLICKHOUSE_USERNAME: ${{ secrets.CLICKHOUSE_HUD_USER_USERNAME }}
34
+ CLICKHOUSE_PASSWORD: ${{ secrets.CLICKHOUSE_HUD_USER_PASSWORD }}
35
36
- name: Push file to this repository
37
if: steps.generate-reverts-file.outputs.revert_file != 'None'
0 commit comments