chore: increase command timeout for ssh_actions

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham
2024-06-17 11:57:44 -04:00
parent 6cd245598a
commit a67ccdfd31

View File

@@ -45,6 +45,7 @@ jobs:
username: paperspace
key: ${{ secrets.PAPERSPACE_SSH_KEY }}
port: ${{ secrets.PAPERSPACE_PORT }}
command_timeout: 1h
script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --refresh -- --pr ${{github.event.number}}
- name: running regression tests (main)
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # ratchet:appleboy/ssh-action@v1.0.3
@@ -54,6 +55,7 @@ jobs:
username: paperspace
key: ${{ secrets.PAPERSPACE_SSH_KEY }}
port: ${{ secrets.PAPERSPACE_PORT }}
command_timeout: 1h
script: /nix/var/nix/profiles/default/bin/nix run github:aarnphm/dix#openllm-ci --accept-flake-config --refresh -- --head
- name: shutdown machine
run: python tools/machines.py --delete ${{ steps.paperspace-machine.outputs.machineId }}