Skip to content

Commit

Permalink
cut new branch for CKF 1.8 (#25)
Browse files Browse the repository at this point in the history
* ci: bump juju 3.1 -> 3.5 (#19)

* ci: bump juju to 3.5
Co-authored-by: NohaIhab <[email protected]>

* chore: replace ROCKs with rocks (#22)

* chore: replace ROCKs with rocks

This commit replaces ROCKs with rocks to be in sync with Canonical's standard terminology.

Part of canonical/bundle-kubeflow#916

* Revert juju to 3.4

---------

Co-authored-by: Orfeas Kourkakis <[email protected]>
Co-authored-by: Daniela Plascencia <[email protected]>
  • Loading branch information
3 people committed Jul 4, 2024
1 parent d736a20 commit e7c6b9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
jobs:

on-pull-request:
name: Get ROCKs modified and build-scan-test them
name: Get rocks modified and build-scan-test them
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@main
permissions:
pull-requests: read
secrets: inherit
with:
microk8s-channel: 1.26-strict/stable
juju-channel: 3.1/stable
juju-channel: 3.4/stable
python-version: "3.8"
rockcraft-channel: latest/stable
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
jobs:

on-push:
name: Get ROCKs modified and build-scan-test-publish them
name: Get rocks modified and build-scan-test-publish them
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@main
permissions:
pull-requests: read
secrets: inherit
with:
microk8s-channel: 1.26-strict/stable
juju-channel: 3.1/stable
juju-channel: 3.4/stable
python-version: "3.8"
rockcraft-channel: latest/stable
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# argo-workflows-rocks
ROCKs for Argoi Workflows
rocks for Argoi Workflows

0 comments on commit e7c6b9a

Please sign in to comment.