Skip to content

Commit

Permalink
Merge pull request KusionStack#94 from Peefy/refactor-remove-kcl-plug…
Browse files Browse the repository at this point in the history
…in-call

refactor: remove kcl plugin call.
  • Loading branch information
howieyuen authored Apr 10, 2023
2 parents ec711ac + 97dff31 commit a423a87
Show file tree
Hide file tree
Showing 57 changed files with 5,945 additions and 3,159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- id: install-pytest-html
run: kclvm -mpip install pytest-html pytest-xdist ruamel.yaml kclvm -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
- id: test
run: kclvm -mpytest -v -n 5 hack/test_konfig.py --junitxml ./hack/report/TEST.xml --html=./hack/report/test.html
run: kclvm -mpytest -vv -n 5 hack/test_konfig.py --junitxml ./hack/report/TEST.xml --html=./hack/report/test.html
- id: upload-test-report
if: always()
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ install-hooks: ## 安装 git hooks,目前主要有 pre-commit hook(提交

uninstall-hooks: ## 卸载 git hooks
@rm -rf .git/hooks/pre-commit
@echo 'Successfully uninstall pre-commit hooks!'
@echo 'Successfully uninstall pre-commit hooks!'
6 changes: 4 additions & 2 deletions appops/clickhouse-operator/prod/ci-test/settings.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
kcl_options:
# - key: __konfig_output_format__
# value: raw
- key: app
value: clickhouse-operator
- key: env
value: prod
4,446 changes: 3,597 additions & 849 deletions appops/clickhouse-operator/prod/ci-test/stdout.golden.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions appops/guestbook/dev/ci-test/settings.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
kcl_options:
- key: cluster
value: demo-cluster-name
- key: app
value: guestbook
- key: env
value: dev
Loading

0 comments on commit a423a87

Please sign in to comment.