Skip to content

Commit

Permalink
chore: fix rocks terminology (#88)
Browse files Browse the repository at this point in the history
This commit replaces ROCKs with rocks to be in sync with Canonical's standard terminology.

Part of canonical/bundle-kubeflow#916
  • Loading branch information
cjdcordeiro authored and mvlassis committed Jul 4, 2024
1 parent 63c48d5 commit 542e330
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_scan_rocks.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and scan ROCKs, save and send scan reports
name: Build and scan rocks, save and send scan reports

on:
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ on:

jobs:
build-scan-rocks:
name: Build and scan ROCKs
name: Build and scan rocks
strategy:
matrix:
rock:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pipelines-rocks
ROCKs for Kubeflow Pipelines
Rocks for Kubeflow Pipelines
2 changes: 1 addition & 1 deletion frontend/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
ml-pipeline-ui:
# Command is different than the upstream one due to the `daemon` user not having
# access to the `~/..` directory. Thus, we should update charm's command when integrating
# this ROCK.
# this rock.
command: node /server/dist/server.js /client/ 3000
override: replace
startup: enabled
Expand Down

0 comments on commit 542e330

Please sign in to comment.