-
Notifications
You must be signed in to change notification settings - Fork 186
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 install agent command on SUSE #5925
Conversation
|
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.
Test
Legend:
β«: none
π’: pass
π‘: warning
π΄: fail
βͺ: not applicable
UI
Test | Chrome | Firefox | Safari |
---|---|---|---|
Go to deploy new agent guide and select SUSE, the command to install the agent should use zypper package manager | π’ | β« | β« |
Go to deploy new agent guide and select SUSE, add agent name or group and the command to install the agent should use zypper package manager and display the defined setting in environment variables | π’ | β« | β« |
Details
π’ Go to deploy new agent guide and select SUSE, the command to install the agent should use zypper package manager
Chrome - π’
Firefox - β«
Safari - β«
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.5.3-7.10 4.5.3-7.10
# Navigate to the new working tree
cd .worktrees/backport-4.5.3-7.10
# Create a new branch
git switch --create backport-5925-to-4.5.3-7.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b697a28ecd0d4eea54694f19e3e3c22676475290
# Push it to GitHub
git push --set-upstream origin backport-5925-to-4.5.3-7.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.5.3-7.10 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-4.5.3-7.16 4.5.3-7.16
# Navigate to the new working tree
cd .worktrees/backport-4.5.3-7.16
# Create a new branch
git switch --create backport-5925-to-4.5.3-7.16
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 b697a28ecd0d4eea54694f19e3e3c22676475290
# Push it to GitHub
git push --set-upstream origin backport-5925-to-4.5.3-7.16
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-4.5.3-7.16 Then, create a pull request where the |
* fix(deploy-new-agent): install agent command on SUSE * changelog: add entry (cherry picked from commit b697a28)
* fix(deploy-new-agent): install agent command on SUSE * changelog: add entry (cherry picked from commit b697a28)
* Fix install agent command on SUSE (#5925) * fix(deploy-new-agent): install agent command on SUSE * changelog: add entry (cherry picked from commit b697a28) * Updated CHANGELOG --------- Co-authored-by: Antonio <[email protected]>
Fix install agent command on SUSE (#5925) * fix(deploy-new-agent): install agent command on SUSE * changelog: add entry (cherry picked from commit b697a28) Co-authored-by: Antonio <[email protected]>
Description
This pull request fixes the command to install the agent on SUSE.
Issues Resolved
#5924
Evidence
Test
Legend:
β«: none
π’: pass
π‘: warning
π΄: fail
βͺ: not applicable
UI
Details
β« Go to deploy new agent guide and select SUSE, the command to install the agent should use zypper package manager
Chrome - β«
Firefox - β«
Safari - β«
β« Go to deploy new agent guide and select SUSE, add agent name or group and the command to install the agent should use zypper package manager and display the defined setting in environment variables
Chrome - β«
Firefox - β«
Safari - β«
Check List
yarn test:jest