Skip to content

Commit

Permalink
Remove workflow files to reduce repo size (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitjasa-db authored Feb 16, 2024
1 parent d1a9079 commit e09dfa2
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ under ``devops-pipelines``. These workflows cover testing and deployment of both
Databricks ML resource definitions.

To set up CI/CD for a new project,
please refer to [Setting up CI/CD](<../../README.md#Setting up CI/CD>) and following the [MLOps Setup Guide](../../docs/mlops-setup.md#Steps).
please refer to [Setting up CI/CD](<../../README.md#Setting up CI/CD>) and following the [MLOps Setup Guide](../../docs/mlops-setup.md).
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ under ``workflows``. These workflows cover testing and deployment of both ML cod
Databricks ML resource definitions.

To set up CI/CD for a new project,
please refer to [Setting up CI/CD](<../../README.md#Setting up CI/CD>) and following the [MLOps Setup Guide](../../docs/mlops-setup.md#Steps)
please refer to [Setting up CI/CD](<../../README.md#Setting up CI/CD>) and following the [MLOps Setup Guide](../../docs/mlops-setup.md)
to make sure your `WORKFLOW_TOKEN` secret has been properly set up with `Workflow` permissions.
2 changes: 1 addition & 1 deletion template/{{.input_root_dir}}/README.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ This stack comes with a workflow to set up CI/CD for projects that can be found

To set up CI/CD for projects that were created through MLOps Stacks with the `Project_Only` parameter,
run the abovementioned workflow, specifying the `project_name` as a parameter. This workflow assumes that
all steps in the [MLOps Setup Guide](./docs/mlops-setup.md#Steps) have been completed. For example, for the monorepo case:
all steps in the [MLOps Setup Guide](./docs/mlops-setup.md) have been completed. For example, for the monorepo case:
1. Setup your repository by initializing MLOps Stacks via Databricks CLI with the `CICD_and_Project` or `CICD_Only` parameter.
2. Follow the [MLOps Setup Guide](./docs/mlops-setup.md) to setup authentication and get the repo ready for CI/CD.
3. Create a new project by initializing MLOps Stacks again but this time with the `Project_Only` parameter.
Expand Down
Binary file removed workflow-examples/mlops_stacks_01_ml_dev.mov
Binary file not shown.
Binary file removed workflow-examples/mlops_stacks_02_create_pr.mov
Binary file not shown.
Binary file removed workflow-examples/mlops_stacks_03_merge_PR.mov
Binary file not shown.
Binary file not shown.
Binary file removed workflow-examples/mlops_stacks_05_release.mov
Binary file not shown.

0 comments on commit e09dfa2

Please sign in to comment.