Skip to content

Commit

Permalink
fix: pr lint and run
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnimarun committed Oct 1, 2024
1 parent 3c25851 commit 52fc1a8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ concurrency:

jobs:
helm-lint:
runs-on: ubuntu-latest
runs-on: ubicloud-standard-2
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Lint helm chart
run: |
helm lint cedana-helm
install-test:
runs-on: ubicloud-standard-8
- name: Use Docker
uses: actions-hub/docker/cli@master
env:
Expand All @@ -30,12 +35,10 @@ jobs:
with:
cluster_name: kind

- name: Lint helm chart
run: |
helm lint cedana-helm
- name: install helm chart
run: |
helm install cedana ./cedana-helm --create-namespace -n cedana-operator-system
helm install cedana ./cedana-helm --create-namespace -n cedana-operator-system \
--set cedanaConfig.cedanaAuthToken="${CEDANA_API_KEY}" \
--set cedanaConfig.cedanaUrl="https://sandbox.cedana.ai"
kubectl wait --timeout=1m --for=condition=Ready pod -A -l app.kubernetes.io/component=manager

0 comments on commit 52fc1a8

Please sign in to comment.