Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Klaus Ma <klausm@nvidia.com>
  • Loading branch information
k82cn committed Jan 13, 2025
1 parent 9b421c5 commit 41320ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
uses: helm/kind-action@v1
with:
config: ci/kind.yaml
cluster_name: flame_ci_cluster
cluster_name: flame-ci-cluster
- name: Build images
run: |
make ci-image
- name: Load images
run: |
kind load docker-image --name flame_ci_cluster xflops/flame-session-manager:latest
kind load docker-image --name flame_ci_cluster xflops/flame-executor-manager:latest
kind load docker-image --name flame_ci_cluster xflops/flame-console:latest
kind load docker-image --name flame-ci-cluster xflops/flame-session-manager:latest
kind load docker-image --name flame-ci-cluster xflops/flame-executor-manager:latest
kind load docker-image --name flame-ci-cluster xflops/flame-console:latest
- name: Deploy Flame
run: |
kubectl apply -k installer/
Expand Down

0 comments on commit 41320ed

Please sign in to comment.