We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc3abf commit 44bc74eCopy full SHA for 44bc74e
1 file changed
.github/workflows/deploy-to-aks.yaml
@@ -1,4 +1,4 @@
1
-name: Create AKS cluster, deploy CKF and run bundle test
+name: Create AKS cluster, deploy Kyuubi and run bundle test
2
on:
3
pull_request:
4
# workflow_dispatch:
@@ -17,7 +17,7 @@ on:
17
# default: "3.6"
18
19
jobs:
20
- deploy-ckf-to-aks:
+ aks-deployment:
21
runs-on: ubuntu-24.04
22
steps:
23
- name: Checkout repository
@@ -80,13 +80,6 @@ jobs:
80
source get-vars.sh
81
terraform apply
82
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
-
90
- name: Get juju status
91
run: juju status
92
if: failure() || cancelled()
0 commit comments