-
Notifications
You must be signed in to change notification settings - Fork 168
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
fix: delete project name in workflow pod env #1509
Conversation
PROJECT_NAME is a very likely conflict word with other systems, like ourselves SonarQube scanner program,do not inject it as an Env into the WorkflowRun pod. TODO: - change the Env key name(add a prefix like CYCLONE_PROJECT_NAME) and inject it in the future.
67996bd
to
13fd120
Compare
/cherrypick cps-2.10-dood |
@zhujian7: once the present PR merges, I will cherry-pick it on top of cps-2.10-dood in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hyy0322, zhujian7 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@zhujian7: new pull request created: #1510 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
PROJECT_NAME
is a very likely conflict word with other systems,like ourselves SonarQube scanner program,do not inject it as an
Env into the WorkflowRun pod.
TODO:
and inject it in the future.
What this PR does / why we need it:
PROJECT_NAME
is in conflict with https://github.com/caicloud/cyclone/blob/cps-2.10/build/cicd/sonarqube/entrypoint.sh#L13Which issue(s) this PR is related to (optional, link to 3rd issue(s)):
Fixes #
Reference to ##1506
Special notes for your reviewer:
/cc @hyy0322 @supereagle
Release note: