Skip to content

Commit

Permalink
[Fundamental] Disable and remove daily runtime disk cleanup workflow (m…
Browse files Browse the repository at this point in the history
…icrosoft#1390)

# Description

New runtime base image has been released, carrying the feature that will
cleanup the intermediate data, so that we can disable and remove daily
runtime disk cleanup workflow, which might lead to some system error.

# All Promptflow Contribution checklist:
- [x] **The pull request does not introduce [breaking changes].**
- [ ] **CHANGELOG is updated for new features, bug fixes or other
significant changes.**
- [x] **I have read the [contribution guidelines](../CONTRIBUTING.md).**
- [ ] **Create an issue and link to the pull request to get dedicated
review from promptflow team. Learn more: [suggested
workflow](../CONTRIBUTING.md#suggested-workflow).**

## General Guidelines and Best Practices
- [x] Title of the pull request is clear and informative.
- [x] There are a small number of commits, each of which have an
informative message. This means that previously merged commits do not
appear in the history of the PR. For more information on cleaning up the
commits in your PR, [see this
page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md).

### Testing Guidelines
- [ ] Pull request includes test coverage for the included changes.
  • Loading branch information
zhengfeiwang authored Dec 5, 2023
1 parent a49f779 commit 9a9ef88
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 133 deletions.
43 changes: 0 additions & 43 deletions .github/workflows/clean-runtime-disk.yml

This file was deleted.

24 changes: 0 additions & 24 deletions scripts/runtime_mgmt/clean-disk-flow/clean.py

This file was deleted.

1 change: 0 additions & 1 deletion scripts/runtime_mgmt/clean-disk-flow/data.jsonl

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/runtime_mgmt/clean-disk-flow/flow.dag.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/runtime_mgmt/clean-disk-flow/run.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions scripts/runtime_mgmt/create-clean-run.py

This file was deleted.

0 comments on commit 9a9ef88

Please sign in to comment.