-
Notifications
You must be signed in to change notification settings - Fork 104
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
feat(pingcap/tiflash): add refactored jobs for release-8.1 #3064
Conversation
The pull request is titled "feat(pingcap/tiflash): add refactored jobs for release-8.1" The main changes in this pull request are:
Potential problems:
Fixing suggestions:
|
Fixes #3063 Signed-off-by: wuhuizuo <wuhuizuo@126.com>
d0dc33f
to
0a04b03
Compare
The pull request introduces new jobs for the Summary
Potential Issues
Suggestions
|
- name: jnlp # TODO: remove this default container | ||
image: "jenkins/inbound-agent:3148.v532a_7e715ee3-1" | ||
resources: | ||
requests: | ||
cpu: "500m" | ||
memory: "500Mi" | ||
limits: | ||
cpu: "500m" | ||
memory: "500Mi" | ||
volumeMounts: | ||
- mountPath: "/home/jenkins/agent/rust" | ||
name: "volume-0" | ||
readOnly: false | ||
- mountPath: "/home/jenkins/agent/ccache" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@purelind we should remove this container. It just a commander container which Jenkins will append it automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a cache presence check in the pipeline that will definitely be executed in the jnlp container, so it cannot be removed for now.
Co-authored-by: Purelind <purelind@users.noreply.github.com>
Co-authored-by: Purelind <purelind@users.noreply.github.com>
Key changes:
Potential problems:
Fix suggestions:
|
The pull request introduces new jobs for the Key Changes:
Potential Problems:
Fixing Suggestions:
|
Co-authored-by: Purelind <purelind@users.noreply.github.com>
The pull request is for adding new jobs for the Key changes:
Potential problems:
Suggestions:
|
Co-authored-by: Purelind <purelind@users.noreply.github.com>
The pull request adds new refactored jobs for
Potential problems:
Fixing suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[LGTM Timeline notifier]Timeline:
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: purelind 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 |
Fixes #3063
Signed-off-by: wuhuizuo wuhuizuo@126.com