Skip to content

Commit 7b7891f

Browse files
committed
fix: bump to madwizard 0.21.4 to pick up fix for regression in support for getting started guidebooks
we broke recently support for the old glue and any guidebooks that had a python language ```python exec: ray-submit --8<-- "./main.py" ``` for that kind of pattern. we weren't executing them with the python interpreter. non-gpu4 test profile covers this. This leverages the new "Getting Started" demo guidebook from @guidebooks/store:0.7.0
1 parent d2d5059 commit 7b7891f

File tree

4 files changed

+47
-18
lines changed

4 files changed

+47
-18
lines changed

Diff for: .github/workflows/kind.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- non-gpu1/keep-it-simple
1717
- non-gpu2/keep-it-simple
1818
- non-gpu3/keep-it-simple
19+
- non-gpu4/keep-it-simple
1920
- non-gpu1/ray-autoscaler
2021
- non-gpu1/mcad-default
2122
- non-gpu1/mcad-coscheduler

Diff for: package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: plugins/plugin-madwizard/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"madwizard": "^0.21.3",
27-
"@guidebooks/store": "^0.6.7"
26+
"madwizard": "^0.21.5",
27+
"@guidebooks/store": "^0.7.1"
2828
}
2929
}

Diff for: tests/kind/profiles/non-gpu4/keep-it-simple

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "keep-it-simple",
3+
"creationTime": 1660657756574,
4+
"lastModifiedTime": 1660658307175,
5+
"lastUsedTime": 1660742079201,
6+
"choices": {
7+
"madwizard/apriori/use-gpu": "don't use gpus",
8+
"madwizard/apriori/arch": "x64",
9+
"madwizard/apriori/platform": "darwin",
10+
"madwizard/apriori/mac-installer": "Homebrew",
11+
"madwizard/apriori/in-terminal": "HTML",
12+
"Start a new Run####Connect Dashboard to an existing Run####Boot up a Cloud Computer####Shut down a Cloud Computer": "Start a new Run",
13+
"Run with CodeFlare Model Architecture####Bring Your Own Code####Demos": "Bring Your Own Code",
14+
"BERT####MLFlow Demo####Tensorboard Demo": "MLFlow Demo",
15+
"Location of your working directory": "{\"Location of your working directory\":\"tests/kind/inputs/qiskit-runtime-env-with-conda\"}",
16+
"Provide custom base image, if any": "{\"Provide custom base image, if any\":\"rayproject/ray:1.13.1-py37\"}",
17+
"AWS####IBM####My data is not stored in S3": "My data is not stored in S3",
18+
"Run Locally####Run on a Kubernetes Cluster": "Run on a Kubernetes Cluster",
19+
"My Cluster is Running Locally####My Cluster is Running on Kubernetes": "My Cluster is Running on Kubernetes",
20+
"expand((kubectl config get-contexts -o name | grep -E . >& /dev/null && kubectl config get-contexts -o name) || (kubectl version | grep Server >& /dev/null && echo \"${KUBE_CONTEXT_FOR_TEST-In-cluster}\" || exit 1), Kubernetes contexts)": "kind-codeflare-test",
21+
"expand([ -z ${KUBE_CONTEXT} ] && exit 1 || X=$([ -n \"$KUBE_NS_FOR_TEST\" ] && echo $KUBE_NS_FOR_TEST || kubectl ${KUBE_CONTEXT_ARG} get ns -o name || oc ${KUBE_CONTEXT_ARG} get projects -o name); echo \"$X\" | sed -E 's#(namespace|project.project.openshift.io)/##' | grep -Ev 'openshift|kube-', Kubernetes namespaces)####Create a namespace": "default",
22+
"Number of CPUs####Number of GPUs####Minimum Workers####Maximum Workers####Worker Memory####Head Memory": "{\"Number of CPUs\":\"500m\",\"Number of GPUs\":\"0\",\"Minimum Workers\":\"1\",\"Maximum Workers\":\"1\",\"Worker Memory\":\"1.5Gi\",\"Head Memory\":\"1.5Gi\"}",
23+
"Keep It Simple####Use the Ray Autoscaler####Use the Multi-user Enhanced Kubernetes Scheduler": "Keep It Simple",
24+
"Run with CodeFlare Model Architecture####Bring Your Own Code####Demos": "Demos",
25+
"Training Tasks####Fine Tuning Tasks": "Training Tasks",
26+
"Getting Started Demo####MLFlow Demo####Tensorboard Demo": "Getting Started Demo"
27+
}
28+
}

0 commit comments

Comments
 (0)