From 52fc1a865319000357f9a4b880d04a47b575140f Mon Sep 17 00:00:00 2001 From: Swarnim Arun Date: Tue, 1 Oct 2024 23:17:25 +0530 Subject: [PATCH] fix: pr lint and run --- .github/workflows/pr.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2d88d03..39fa908 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: @@ -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