Skip to content

Commit

Permalink
cleanup: delete deprecated scripts (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
healthjyk authored Jan 2, 2024
1 parent 3cfe24e commit b1fb499
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 483 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,37 +148,3 @@ jobs:
with:
name: apply-report
path: hack/report/apply-result.zip

# deprecated checkpoints. need upgrade
# lint:
# needs: deps
# runs-on: ubuntu-latest
# container:
# image: kusionstack/kusion:latest
# env:
# CHANGED_FILE: ${{needs.diff.outputs.CHANGED_FILE}}
# AFFECTED_STACKS: ${{needs.deps.outputs.affected_stacks}}
# AFFECTED_PROJECTS: ${{needs.deps.outputs.affected_projs}}
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v4
# with:
# python-version: '3.9'
# - id: install-pytest-html
# run: |
# python3 -m pip install pytest-html pytest-xdist ruamel.yaml -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
# # todo: the following script is to workaround "missing kclvm_cli" error, after the problem solved in the kclvm v0.4.6, this can be removed
# apt -y install wget
# wget -c https://github.com/KusionStack/KCLVM/releases/download/v0.4.6.2/kclvm-v0.4.6.2-linux-amd64.tar.gz -qO - | tar xz -C ./
# - id: lint-check
# run: |
# export PATH=$PATH:$(pwd)/kclvm/bin
# python3 -m pytest -v -n 5 hack/lint_check.py --junitxml ./hack/report/lint.xml --html=./hack/report/lint.html
# - id: upload-lint-report
# if: always()
# uses: actions/upload-artifact@v3
# with:
# name: lint-report
# path: |
# hack/report/lint.xml
# hack/report/lint.html
39 changes: 0 additions & 39 deletions hack/deprecated_apply.py

This file was deleted.

Loading

0 comments on commit b1fb499

Please sign in to comment.