Skip to content

Commit 44bc74e

Browse files
committed
small tuning of ci
1 parent afc3abf commit 44bc74e

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/deploy-to-aks.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create AKS cluster, deploy CKF and run bundle test
1+
name: Create AKS cluster, deploy Kyuubi and run bundle test
22
on:
33
pull_request:
44
# workflow_dispatch:
@@ -17,7 +17,7 @@ on:
1717
# default: "3.6"
1818

1919
jobs:
20-
deploy-ckf-to-aks:
20+
aks-deployment:
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Checkout repository
@@ -80,13 +80,6 @@ jobs:
8080
source get-vars.sh
8181
terraform apply
8282
83-
# On failure, capture debugging resources
84-
- name: Save debug artifacts
85-
uses: canonical/kubeflow-ci/actions/dump-charm-debug-artifacts@main
86-
if: always()
87-
with:
88-
artifact-prefix: ${{ matrix.bundle_version }}
89-
9083
- name: Get juju status
9184
run: juju status
9285
if: failure() || cancelled()

0 commit comments

Comments
 (0)