Skip to content

Commit

Permalink
Returns k8s deployment configs and gets node info
Browse files Browse the repository at this point in the history
  • Loading branch information
CollectiveUnicorn committed Oct 3, 2024
1 parent 0e468d5 commit a519245
Showing 1 changed file with 26 additions and 30 deletions.
56 changes: 26 additions & 30 deletions .github/workflows/e2e-whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,36 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

# - name: Setup Python
# uses: ./.github/actions/python
# with:
# additionalOptionalDep: dev-whisper

# - name: Setup UDS Cluster
# uses: ./.github/actions/uds-cluster
# with:
# registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
# registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
# ghToken: ${{ secrets.GITHUB_TOKEN }}
# chainguardIdentity: ${{ secrets.CHAINGUARD_IDENTITY }}
#
# - name: Setup LFAI-API and Supabase
# uses: ./.github/actions/lfai-core
#
# ##########
# # whisper
# ##########
# - name: Deploy whisper
# run: |
# make build-whisper LOCAL_VERSION=e2e-test
# docker image prune -af
# uds zarf package deploy packages/whisper/zarf-package-whisper-amd64-e2e-test.tar.zst -l=trace --confirm
# rm packages/whisper/zarf-package-whisper-amd64-e2e-test.tar.zst
- name: Setup Python
uses: ./.github/actions/python
with:
additionalOptionalDep: dev-whisper

- name: Setup UDS Cluster
uses: ./.github/actions/uds-cluster
with:
registry1Username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }}
registry1Password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}
ghToken: ${{ secrets.GITHUB_TOKEN }}
chainguardIdentity: ${{ secrets.CHAINGUARD_IDENTITY }}

- name: Setup LFAI-API and Supabase
uses: ./.github/actions/lfai-core

##########
# whisper
##########
- name: Deploy whisper
run: |
make build-whisper LOCAL_VERSION=e2e-test
docker image prune -af
uds zarf package deploy packages/whisper/zarf-package-whisper-amd64-e2e-test.tar.zst -l=trace --confirm
rm packages/whisper/zarf-package-whisper-amd64-e2e-test.tar.zst
# - name: Test whisper
# run: |
# python -m pytest ./tests/e2e/test_whisper.py -v

- name: Test whisper
run: |
hostnamectl
nvidia-smi
az aks --help
docker ps
k3d cluster list
uds zarf package kubectl describe nodes

0 comments on commit a519245

Please sign in to comment.