Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config support gray #1271

Merged
merged 6 commits into from
Nov 15, 2023
Merged

config support gray #1271

merged 6 commits into from
Nov 15, 2023

Conversation

skywli
Copy link
Contributor

@skywli skywli commented Oct 20, 2023

Please provide issue(s) of this PR:
Fixes #

To help us figure out who should review this PR, please put an X in all the areas that this PR affects.

  • ApiServer
  • Auth
  • Configuration
  • Naming
  • HealthCheck
  • Metrics
  • Docs
  • Installation
  • Performance and Scalability
  • Test and Release

Please check any characteristics that apply to this pull request.

  • Does not have any user-facing changes. This may include API changes, behavior changes, performance improvements, etc.

@polaris-test-bot
Copy link

polaris-test-bot commented Oct 20, 2023

2023-10-20 16:19:53: =========TEST START==========
2023-10-20 17:14:17: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/ratelimit/qta-report.html
2023-10-20 17:14:21: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/clu/qta-report.html
2023-10-20 17:14:25: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 37 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/k8s/qta-report.html
2023-10-20 17:15:08: =========TEST START==========
2023-10-20 17:43:31: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/ratelimit/qta-report.html
2023-10-20 17:43:35: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/clu/qta-report.html
2023-10-20 17:43:39: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 35 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/k8s/qta-report.html
2023-11-07 14:58:24: =========TEST START==========
2023-11-07 14:59:17: 构建失败 !本次自动化测试将终止!失败原因:bash ./release/build.sh v1.18.0 "amd64"
2023-11-10 09:52:36: =========TEST START==========
2023-11-10 09:53:32: 构建失败 !本次自动化测试将终止!失败原因:bash ./release/build.sh v1.18.0 "amd64"
2023-11-10 10:05:02: =========TEST START==========
2023-11-10 10:06:11: 构建失败 !本次自动化测试将终止!失败原因:bash ./release/build.sh v1.18.0 "amd64"
2023-11-10 10:36:35: =========TEST START==========
2023-11-10 10:58:48: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/ratelimit/qta-report.html
2023-11-10 10:58:52: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 30 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/clu/qta-report.html
2023-11-10 10:58:55: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 31 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/k8s/qta-report.html
2023-11-15 11:01:07: =========TEST START==========
2023-11-15 11:48:41: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/sta/ratelimit/qta-report.html
2023-11-15 11:48:47: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 30 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/clu/qta-report.html
2023-11-15 11:48:52: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 31 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1566241574/k8s/qta-report.html

@skywli skywli changed the title Develop config support gray Oct 20, 2023
apiserver/httpserver/config/console_access.go Show resolved Hide resolved
common/model/config_file.go Outdated Show resolved Hide resolved
common/model/config_file.go Outdated Show resolved Hide resolved
common/model/config_file.go Show resolved Hide resolved
config/client.go Outdated Show resolved Hide resolved
release/conf/polaris-server.yaml Outdated Show resolved Hide resolved
cache/config/config_file.go Outdated Show resolved Hide resolved
@chuntaojun chuntaojun merged commit 5f207e2 into polarismesh:main Nov 15, 2023
5 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants